Go to file
tophf dccde14614 LESS 3.6.0
Allows plain conditions in if(true, 1, 2) (vs. if((true), 1, 2))
Fixes svg-gradient() for Firefox
2018-07-11 08:27:03 +03:00
_locales update locales 2018-07-10 11:37:13 +03:00
.github Shorten "new issue" intro and move it after the details we need 2017-09-02 21:23:04 +03:00
background fixup 3418ac9c: explicitly set the optional parameter 2018-07-09 09:10:36 +03:00
content fixup 7c9fd5e6: the enclosed code had nested backticks! 2018-07-05 22:49:28 +03:00
edit fixup 74ef2f6f: 'editors' is a const 2018-07-10 11:45:52 +03:00
images/icon remove what-input, use own implementation, rebase on master 2017-12-13 03:27:10 +03:00
install-usercss use monospace + pre in usercss parsing warning 2018-07-04 19:32:02 +03:00
js move linter worker loaders to edit/ 2018-07-10 11:35:19 +03:00
manage autosize filters only if the width > 0 2018-07-07 20:47:00 +03:00
msgbox messageBox: keep children specified via appendChild in buttons 2018-04-12 21:02:02 +03:00
options buttons are outside of option block and shouldn't be constrained 2018-06-14 14:49:05 +03:00
popup use more of webRequest info to restrict stripResources 2018-07-06 00:20:01 +03:00
tools Adjust pull_locales paths 2017-07-13 19:50:24 -05:00
vendor LESS 3.6.0 2018-07-11 08:27:03 +03:00
vendor-overwrites move linter worker loaders to edit/ 2018-07-10 11:35:19 +03:00
.editorconfig Don't enforce non-native end_of_line in editorconfig 2017-04-18 12:43:30 +03:00
.eslintignore refactor CSSLint 2018-01-07 12:31:23 +03:00
.eslintrc USO bug workaround: collapse long URL vars 2018-04-12 09:13:55 +03:00
.gitignore Show styles from userstyles.org in Stylus popup (#251) 2017-12-10 00:03:17 +03:00
edit.html add indent-fold.js for stylus preprocessor 2018-05-06 13:17:39 +03:00
global.css use a readable font for Japanese/Chinese 2017-12-29 20:23:54 +03:00
install-usercss.html add indent-fold.js for stylus preprocessor 2018-05-06 13:17:39 +03:00
LICENSE Adding external licenses (#424) 2018-07-09 16:39:31 +03:00
manage.html Vivaldi requires tabindex="0" for <a> with svg icon inside 2018-03-29 06:37:04 +03:00
manifest.json 1.4.14 2018-07-10 11:46:20 +03:00
options.html Vivaldi requires tabindex="0" for <a> with svg icon inside 2018-03-29 06:37:04 +03:00
popup.html switch "Shortcuts" to "Wiki" in the popup 2018-07-02 18:28:38 +03:00
README.md typo 2018-07-09 16:48:44 +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
  3. Opera add-ons (see wiki for more recent version)

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

Inherited code from the original Stylish:
Copyright © 2005-2014 Jason Barnabe

Current Stylus:
Copyright © 2017-2018 Stylus Team

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

External libraries

The licenses of external libraries used in this project or modified versions of external libraries can be found in their respective directory.