Chrome扩展:通过CSS(安装主题和皮肤)来改变目标网站的外观

eight04 6e1bc133f0 WIP: refactor editor CSS 4 years ago
.github d181298e56 Improve issue template (#1319) 4 years ago
.tx 5536f7ad22 Locales (#532) 7 years ago
_locales 3ea7e45624 Change: stop revoking google token, change syncErrorRelogin message, recognize token manager errors as grant error (#1362) 4 years ago
background 3ea7e45624 Change: stop revoking google token, change syncErrorRelogin message, recognize token manager errors as grant error (#1362) 4 years ago
content 6c13db1468 Add: toggle dark/night mode styles automatically (#736) 4 years ago
edit 6e1bc133f0 WIP: refactor editor CSS 4 years ago
images cf0ecbfd4a support EyeDropper API in color picker 4 years ago
install-usercss a59aab73fc enforce plain-text for styleInstallOverwrite 4 years ago
js 9d1243073b Add: style settings (#1358) 4 years ago
manage a08dd2800d fix objectDiff 4 years ago
options 3ea7e45624 Change: stop revoking google token, change syncErrorRelogin message, recognize token manager errors as grant error (#1362) 4 years ago
popup e23077a7ea Add: support inclusions (#1359) 4 years ago
tools 0aa6d3b463 read css escapes per spec 5 years ago
vendor 7e3c6f16e9 Fix: bump db-to-cloud, show detailed LockError (#1361) 4 years ago
vendor-overwrites fdbfb23547 API groups + use executeScript for early injection (#1149) 5 years ago
.editorconfig c54e22ad64 Don't enforce non-native end_of_line in editorconfig 9 years ago
.eslintignore fdbfb23547 API groups + use executeScript for early injection (#1149) 5 years ago
.eslintrc.yml 41533e863d enforce eslint radix rule for parseInt 5 years ago
.gitattributes 5536f7ad22 Locales (#532) 7 years ago
.gitignore ff6e941958 Account for Dropbox bug (#833) 6 years ago
BUILD.md 8ad0ec2518 README: update build instructions 6 years ago
LICENSE df691b7a13 Adding external licenses (#424) 7 years ago
README.md 9b46da5846 shrink screenshots to make readme readmeable 5 years ago
edit.html 6e1bc133f0 WIP: refactor editor CSS 4 years ago
global.css 6650a37194 tidy up USW-related UI and code (#1285) 4 years ago
install-usercss.html 6c13db1468 Add: toggle dark/night mode styles automatically (#736) 4 years ago
manage.html 4243815349 update external urls in manager 4 years ago
manifest.json 6c13db1468 Add: toggle dark/night mode styles automatically (#736) 4 years ago
options.html 6c13db1468 Add: toggle dark/night mode styles automatically (#736) 4 years ago
package-lock.json 7e3c6f16e9 Fix: bump db-to-cloud, show detailed LockError (#1361) 4 years ago
package.json 7e3c6f16e9 Fix: bump db-to-cloud, show detailed LockError (#1361) 4 years ago
popup.html e5807a7823 fix tooltip for iframe "+" 4 years ago
privacy-policy.md 43f1da1b4c copy policy from app details 5 years ago
spinner.css 6650a37194 tidy up USW-related UI and code (#1285) 4 years ago

README.md

Stylus

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

Manager | Editor | Popup search | Popup config | Manager config | Options -|-|-|-|-|- Style manager | Style editor | Popup inline search | Popup config for usercss | Style manager config for usercss | Options

Help

Contributing

The source is hosted on GitHub and pull requests are welcome.

You can help us translate the extension on Transifex.

See our contributing page for more details.

License

Inherited code from the original Stylish:

Copyright © 2005-2014 Jason Barnabe

Current Stylus:

Copyright © 2017-2019 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 https://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.