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

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

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.