Hide the number of reactions to pixiv Sketch.
Only reactions are hidden; replies and comments remain visible.
Odayaka pixiv Sketch by mihachika
Details
Authormihachika
LicenseCC0 1.0
Categorysketch.pixiv.net
Created
Updated
Size453 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}