hides sitewide notice element
PokefarmQ - Hide Sitewide Notice by wyrm312772
Details
Authorwyrm312772
LicenseCC0 - Public Domain
Categorypokefarm.com
Created
Updated
Size294 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 PokefarmQ - Hide Sitewide Notice
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A new userstyle
@author wyrm312772
==/UserStyle== */
@-moz-document domain("pokefarm.com") {
.motd {
display:none;
}
}