Skip to content

Instantly share code, notes, and snippets.

@AkdM
Created March 13, 2018 22:08
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 AkdM/6198bebef191eedcb4f134fd22d712d3 to your computer and use it in GitHub Desktop.
Save AkdM/6198bebef191eedcb4f134fd22d712d3 to your computer and use it in GitHub Desktop.
Partially fixes the GPU and CPU throttle on Firefox with Retina scaled up resolution
.tab-throbber[busy]::before {
background-image: url("chrome://global/skin/icons/loading.png") !important;
animation: none !important;
}
.tab-throbber[busy]:not([progress])::before {
/* Grays the blue during "Connecting" state */
filter: grayscale(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment