Hide views on artwork
Hide Views by captainharrie
Details
Authorcaptainharrie
LicenseNo License
Categorysheezy.art
Created
Updated
Size318 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Views
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Hide views on artwork
@author Harrie
==/UserStyle== */
@-moz-document regexp("https?://sheezy\\.art/[^]+?/gallery/[^]+?") {
._9bLP4 li:last-of-type {
display: none;
}
}