f8d13d8dec
* Now that our own pages retrieve the styles directly via getStylesSafe the only 0.001% of cases where code:false would be needed (the browser is starting up with some of the tabs showing our built-in pages like editor or manage) is not worth optimizing for. * According to CSS4 @document specification the entire URL must match. Stylish-for-Chrome implemented it incorrectly since the very beginning. We detect styles that abuse the bug by finding the sections that would have been applied by Stylish but not by us as we follow the spec. Additionally we'll check for invalid regexps. |
||
---|---|---|
_locales | ||
backup | ||
beautify | ||
codemirror | ||
codemirror-overwrites/addon | ||
csslint | ||
images | ||
msgbox | ||
options | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
apply.js | ||
background.js | ||
COPYING | ||
dom.js | ||
edit.html | ||
edit.js | ||
fill_locale_placeholders.py | ||
health.js | ||
install.js | ||
localization.js | ||
manage.css | ||
manage.html | ||
manage.js | ||
manifest.json | ||
messaging.js | ||
popup.css | ||
popup.html | ||
popup.js | ||
pull_locales.rb | ||
pull_locales.sh | ||
README.md | ||
storage.js | ||
update.js |
Stylus : Stylish fork for Chrome and Chrome-like things
Releases
Screen shot
Help
See the help docs or ask in userstyles.org forum. For Stylus specific questions and suggestions please use review section of the FAQs page.
Contributing
The source is hosted on GitHub and pull requests are welcome.
You can help us translate the extension on Transifex. When messages.json
file is ready to be merged, please open a new bug report in stylish-chrome/issues.
License
For copyright status of the "codemirror" directory, see codemirror/LICENSE. Everything else is:
Copyright (C) 2005-2014 Jason Barnabe jason.barnabe@gmail.com
Copyright (C) 2017 Stylus Team
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.