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

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

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.