Last active
June 29, 2017 03:36
-
-
Save codeman38/268a1bf106b3f1837424a541bcf4e624 to your computer and use it in GitHub Desktop.
Userstyle to disable CPU-intensive Tumblr logo animation when invisible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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