Removes the RSS feed button from the Scratch Forums.
Scratch Forums: Remove the RSS feed button by TheGlassPenguin
Details
AuthorTheGlassPenguin
LicenseCC-BY-SA 2.0
Categoryscratch.mit.edu/discuss/
Created
Updated
Size415 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 Scratch Forums: Remove the RSS feed button
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes the RSS feed button from the Scratch Forums. Maybe you don't need them, perhaps.
@author TheGlassPenguin
==/UserStyle== */
@-moz-document url-prefix("https://scratch.mit.edu/discuss/") {
.breadcrumb_rss {
display: none;
}
}