Skip to content

Instantly share code, notes, and snippets.

@ssokolow
Created December 24, 2013 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssokolow/25e353574159ae4b3373 to your computer and use it in GitHub Desktop.
Save ssokolow/25e353574159ae4b3373 to your computer and use it in GitHub Desktop.
A quick userstyle of possibly temporary utility for removing animated Christmas decorations from FiMFiction.net
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("fimfiction.net") {
.christmas-decoration { display: none !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment