Last active
July 20, 2018 10:59
-
-
Save mohitmun/315d098f382b0a1f02a1824a2f751288 to your computer and use it in GitHub Desktop.
backup export of this awesome plugin https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha
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
{ | |
"news.ycombinator.com": { | |
"_enabled": true, | |
"_rules": { | |
"table#hnmain": { | |
"font-family": "verdana", | |
"font-size": "small ", | |
"width": "60%" | |
}, | |
"comment0": { | |
"comment": "/* {\n font-size: 0.8rem;\n} */" | |
}, | |
"comment1": { | |
"comment": "/*.reply {\n display: none;\n}*/" | |
} | |
} | |
}, | |
"tweetdeck.twitter.com": { | |
"_enabled": true, | |
"_rules": { | |
".js-column": { | |
"margin-right": "50px", | |
"width": "518px" | |
} | |
} | |
}, | |
"www.gwern.net": { | |
"_enabled": true, | |
"_rules": { | |
"#markdownBody": { | |
"width": "774px" | |
} | |
} | |
}, | |
"en.wikipedia.org": { | |
"_enabled": true, | |
"_rules": { | |
"div.mw-body": { | |
"width": "54%" | |
} | |
} | |
}, | |
"danluu.com": { | |
"_enabled": true, | |
"_rules": { | |
"html body": { | |
"width": "49%", | |
"margin": "0 auto" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment