Skip to content

Instantly share code, notes, and snippets.

@AlexR1712
Created July 20, 2017 05:48
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 AlexR1712/bbed4b92a59aac3ec6b3f900d628e10e to your computer and use it in GitHub Desktop.
Save AlexR1712/bbed4b92a59aac3ec6b3f900d628e10e to your computer and use it in GitHub Desktop.
solveshit.js
var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
if (!isFirefox) {
document.styleSheets[2].addRule("::-webkit-scrollbar-thumb", "background: "+document.getElementsByTagName('meta')['theme-color'].content+';');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment