Last active
December 25, 2015 12:59
-
-
Save whymarrh/6980349 to your computer and use it in GitHub Desktop.
Custom styles for everyone - $HOME/.css
This file contains hidden or 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
DOMTokenList.prototype.add.apply( | |
window.document.documentElement.classList, | |
window.location.host.substring(0, window.location.host.lastIndexOf('.')).split('.') | |
); |
This file contains hidden or 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
{ | |
"name": "Dotcss", | |
"manifest_version": 2, | |
"version" : "0.0.0", | |
"description" : "Custom styles for everyone - $HOME/.css", | |
"content_scripts": [{ | |
"js" : ["dotcss.js"], | |
"matches" : [ | |
"http://*/*", | |
"https://*/*" | |
] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment