Skip to content

oscarfroberg/stylebot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stylebot

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:

  1. Incrementally build custom stylesheets for Chrome.
  2. Save custom CSS rules for sites. The next time they visit a site, their custom CSS is already applied.
  3. Share, explore and apply CSS created by other users via Stylebot Social.

Usage

Patterns

Basic (default)

By default, Stylebot uses simple text strings to match styles to websites. Examples:

  • docs.google.com: Matches any URL with docs.google.com in it.
  • docs.google.com, spreadsheets.google.com: Matches any URL with docs.google.com or spreadsheets.google.com in it.

Advanced

Stylebot supports wildcards **, * and ,

  • ** matches any character sequence. Examples:
  • docs**: Any URL beginning with docs.
  • * matches any character sequence, until a / is found.
  • docs*.google.com: This will match http://docs.google.com, http://docs1.google.com, http://docs2.google.com and so on.
  • *.ycombinator.com: This will match http://news.ycombinator.com and http://apps.ycombinator.com
  • , separates a list of advanced patterns. Matches a URL if any sub-pattern matches it.

Regular Expressions

Stylebot treats a string as a regex if it start it with ^. Examples: ^http://www.reddit.com/$: This matches only the Reddit homepage.

Links

About

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.

License

Dual licensed under the GPL and MIT Licenses.

About

Change the appearance of websites instantly. Preview and install styles created by users for your favorite websites

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
GPL-LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.7%
  • CSS 6.1%
  • HTML 1.2%