Skip to content

Instantly share code, notes, and snippets.

@codeman38
Last active June 29, 2017 03:36
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 codeman38/268a1bf106b3f1837424a541bcf4e624 to your computer and use it in GitHub Desktop.
Save codeman38/268a1bf106b3f1837424a541bcf4e624 to your computer and use it in GitHub Desktop.
Userstyle to disable CPU-intensive Tumblr logo animation when invisible
@-moz-document domain(tumblr.com) {
.logo .preload-container:not(:hover) {
animation: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment