Note: This is a fork of https://github.com/ankit/stylebot with the intention of keeping the project at least semi-alive.
A Google Chrome extension that allows users to manipulate a web page’s appearance in a WYSIWYG manner.
Using Stylebot, users are able to:
- Incrementally build custom stylesheets for Chrome.
- Save custom CSS rules for sites. The next time they visit a site, their custom CSS is already applied.
- Share, explore and apply CSS created by other users via Stylebot Social.
By default, Stylebot uses simple text strings to match styles to websites. Examples:
docs.google.com
: Matches any URL withdocs.google.com
in it.docs.google.com
,spreadsheets.google.com
: Matches any URL withdocs.google.com
orspreadsheets.google.com
in it.
Stylebot supports wildcards **
, *
and ,
**
matches any character sequence. Examples:docs**
: Any URL beginning withdocs
.*
matches any character sequence, until a/
is found.docs*.google.com
: This will matchhttp://docs.google.com
,http://docs1.google.com
,http://docs2.google.com
and so on.*.ycombinator.com
: This will matchhttp://news.ycombinator.com
andhttp://apps.ycombinator.com
,
separates a list of advanced patterns. Matches a URL if any sub-pattern matches it.
Stylebot treats a string as a regex if it start it with ^
. Examples:
^http://www.reddit.com/$
: This matches only the Reddit homepage.
- Chrome Webstore: https://chrome.google.com/extensions/detail/oiaejidbmkiecgbjeifoejpgmdaleoha
- About: http://stylebot.me/about
- Changelog: http://stylebot.me/changelog
- Donate on Pledgie: http://pledgie.com/campaigns/14409
- Issues and feature requests: https://github.com/ankit/stylebot/issues
This project began as a Google Summer of Code 2010 project, where I was mentored by Rachel Shearer. I have since continued to maintain it and build new features. Along the way, few people have contributed new features and bugfixes.
Dual licensed under the GPL and MIT Licenses.