Hiding some sheets.
Reddit Hider by xiggi
Details
Authorxiggi
LicenseNo License
Categoryreddit
Created
Updated
Size448 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 Reddit Hider
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hiding some sheets.
@author Me
==/UserStyle== */
@-moz-document domain("reddit.com") {
button#Header--Moderation, a._24UNt1hkbrZxLzs5vkvuDh, a#focus-modt5_25v9bv, a#focus-ModListing, a#focus-ModMail, a#focus-ModQueue, button#focus-CreateCommunity, ._2jJNpBqXMbbyOiGCElTYxZ {
display: none;
}
}