Skip to content

Instantly share code, notes, and snippets.

@whymarrh
Last active December 25, 2015 12:59
Show Gist options
  • Save whymarrh/6980349 to your computer and use it in GitHub Desktop.
Save whymarrh/6980349 to your computer and use it in GitHub Desktop.
Custom styles for everyone - $HOME/.css
DOMTokenList.prototype.add.apply(
window.document.documentElement.classList,
window.location.host.substring(0, window.location.host.lastIndexOf('.')).split('.')
);
{
"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