Skip to content

Odayaka pixiv Sketch - sketch.pixiv.net by mihachika

Screenshot of Odayaka pixiv Sketch - sketch.pixiv.net

Details

Authormihachika

LicenseCC0 1.0

CategorypixivSketch

Created

Updated

Size453 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the number of reactions to pixiv Sketch.
Only reactions are hidden; replies and comments remain visible.


「おだやかピクスケ」
ピクスケのリアクション数を非表示にします。
リアクション数を気にすることなく、ピクスケを楽しめます。

非表示になるのはリアクションのみで、リプライ、コメントは表示されたままです。

Notes

1.0.0 - 2023/04/19
公開しました

Source code

/* ==UserStyle==
@name          	 Odayaka pixiv Sketch
@description    Hide the number of reactions to pixiv Sketch.
@namespace      https://userstyles.world/user/mihachika
@version        1.0
@license        CC0 1.0
@author         Mihachika
==/UserStyle== */

@-moz-document url-prefix("https://sketch.pixiv.net") {
/* リアクション数を見えなくする */
.ItemFootCount > .ItemFootCountFeedback {
	display: none !important;
}
}

Reviews

No reviews yet.