Go to file
2017-12-31 08:34:00 +03:00
_locales update locales 2017-12-30 04:34:30 +03:00
.github Shorten "new issue" intro and move it after the details we need 2017-09-02 21:23:04 +03:00
background only preserve old style name on update if it was actually customized 2017-12-13 09:12:54 +03:00
content silence eslint; switch shirt-circuiting to single-line if/else 2017-12-18 10:27:50 +03:00
edit fix scrolling over linter issues in usercss mode 2017-12-28 07:01:43 +03:00
images/icon remove what-input, use own implementation, rebase on master 2017-12-13 03:27:10 +03:00
install-usercss don't stretch the usercss-install button 2017-12-19 08:48:55 +03:00
js don't add soft hyphens at the end of text 2017-12-29 23:37:17 +03:00
manage auto-adjust #add-style-wrapper to various font height 2017-12-29 20:27:37 +03:00
msgbox Add manager sort block 2017-12-25 12:17:18 +03:00
options use a theme-friendly transparent color for the #actions bg 2017-12-14 06:29:23 +03:00
popup make action buttons in popup auto-fit contents 2017-12-29 20:27:37 +03:00
tools Adjust pull_locales paths 2017-07-13 19:50:24 -05:00
vendor temporarily patch codemirror::mode::stylus to see CSS4 hex colors 2017-12-22 11:22:36 +03:00
vendor-overwrites CSSLint: validations for animation, background, cursor and more 2017-12-26 13:37:25 +03:00
.editorconfig Don't enforce non-native end_of_line in editorconfig 2017-04-18 12:43:30 +03:00
.eslintignore fix/rewrite/integrate colorpicker 2017-11-20 15:19:58 +03:00
.eslintrc Add manager sort block 2017-12-25 12:17:18 +03:00
.gitignore Show styles from userstyles.org in Stylus popup (#251) 2017-12-10 00:03:17 +03:00
COPYING issue 79 Add licence 2013-01-14 18:21:00 -06:00
edit.html remove the no longer used defocusEditor command 2017-12-22 18:35:46 +03:00
global.css use a readable font for Japanese/Chinese 2017-12-29 20:23:54 +03:00
install-usercss.html remove what-input, use own implementation, rebase on master 2017-12-13 03:27:10 +03:00
manage.html auto-adjust #add-style-wrapper to various font height 2017-12-29 20:27:37 +03:00
manifest.json bump version 2017-12-30 04:34:55 +03:00
options.html remove what-input, use own implementation, rebase on master 2017-12-13 03:27:10 +03:00
popup.html show "click to uninstall" overlay, hide install/delete buttons 2017-12-19 08:48:54 +03:00
README.md replace the editor screenshot 2017-12-31 08:34:00 +03:00

Stylus is a fork of Stylish for Chrome, also compatible with Firefox as a WebExtension

Highlights

  • In addition to the userstyles.org site, styles with customizable parameters can also be installed from .user.css or .user.styl URLs (see Usercss format wiki).
  • Site styles can be discovered and previewed in the popup using inline search with screenshot thumbnails.
  • A backup feature which is compatible with other userstyles managers.
  • Configurable automatic update function for installed styles.
  • Customizable UI, optional layouts, and tweaks.
  • Two different optional code validators with user-configurable rules: CSSLint and Stylelint.
    • Both validators use Web Worker API to run in a separate background thread inside the editor tab without blocking your interaction with the code.
    • CSSLint is heavily modified compared to the effectively frozen original one and supports various CSS3 features as well as CSS4 Color and CSS Grid syntax.

Releases

  1. Chrome Web Store (or beta)
  2. Firefox add-ons (or beta)
  3. Opera add-ons

Screenshots

Style manager Style editor Popup config for usercss Popup inline search Style manager config for usercss Options

Help

Discord

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 stylus/issues.

See our contributing page for more details.

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/.