{"id":13402717,"url":"https://github.com/openstyles/stylus","last_synced_at":"2025-04-23T23:20:16.373Z","repository":{"id":37773925,"uuid":"78330996","full_name":"openstyles/stylus","owner":"openstyles","description":"Stylus - Userstyles Manager","archived":false,"fork":false,"pushed_at":"2025-04-05T13:05:47.000Z","size":21275,"stargazers_count":5782,"open_issues_count":96,"forks_count":315,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-04-09T19:05:15.451Z","etag":null,"topics":["chrome-extension","firefox-extension","opera-addon","privacy","stylish","usercss","userstyles"],"latest_commit_sha":null,"homepage":"https://add0n.com/stylus.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstyles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-08T08:35:15.000Z","updated_at":"2025-04-09T17:02:34.000Z","dependencies_parsed_at":"2023-10-27T21:32:16.487Z","dependency_job_id":"cb344287-15d6-4494-ad73-58d79e7bcba7","html_url":"https://github.com/openstyles/stylus","commit_stats":null,"previous_names":[],"tags_count":159,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstyles%2Fstylus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstyles","download_url":"https://codeload.github.com/openstyles/stylus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250529546,"owners_count":21445638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","firefox-extension","opera-addon","privacy","stylish","usercss","userstyles"],"created_at":"2024-07-30T19:01:19.927Z","updated_at":"2025-04-23T23:20:16.348Z","avatar_url":"https://github.com/openstyles.png","language":"JavaScript","readme":"# Stylus\n\nStylus is a fork of Stylish for Chrome, also compatible with Firefox as a WebExtension\n\n## Highlights\n\n* Lightweight content script (10kB) runs in about a millisecond so it doesn't slow down web pages\n* 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](https://github.com/openstyles/stylus/wiki/Usercss)).\n* Site styles can be discovered and previewed in the popup using inline search with screenshot thumbnails.\n* A backup feature which is compatible with other userstyles managers.\n* Configurable automatic update function for installed styles.\n* Customizable UI, optional layouts, and tweaks.\n* Two different optional code validators with user-configurable rules: CSSLint and Stylelint.\n  * Both validators use Web Worker API to run in a separate background thread inside the editor tab without blocking your interaction with the code.\n  * 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.\n\n## Releases\n\n1. [Chrome Web Store](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne) or [beta](https://chrome.google.com/webstore/detail/stylus-beta/apmmpaebfobifelkijhaljbmpcgbjbdo)\n2. [Firefox add-ons](https://addons.mozilla.org/firefox/addon/styl-us/) or [beta](https://github.com/openstyles/stylus/releases) (as an xpi file)\n\nIn Opera browser please use our extension from Chrome Web Store, see [the instruction](https://github.com/openstyles/stylus/wiki/Opera,-Outdated-Stylus).\n\n## Nightly test builds [![ci](https://github.com/openstyles/stylus/actions/workflows/ci.yml/badge.svg)](https://github.com/openstyles/stylus/actions/workflows/ci.yml)\n\nDownloading requires a github.com account.\n\n1. open https://github.com/openstyles/stylus/actions/workflows/ci.yml\n2. open an entry and download the build listed in `Artifacts` e.g. `stylus-chrome-mv3-3.0.7-fc0999b` is a ManifestV3 build for Chrome/Chromium 128 or newer, `fc0999b` is the commit hash.\n3. Install it as an unpacked extension in Chrome or as a temporary extension in Firefox.\n\nIn Chrome, it runs in parallel to the existing Stylus extension from the web store if you have one, so you may want to disable it while testing. This is because the id is not pinned and is generated from the full directory path of the unpacked extension.\n\nIn Firefox, it'll temporarily replace the existing Stylus extension. To restore the main extension, restart the browser.\n\n\u003cdetails\u003e\u003csummary\u003e\u003ch2\u003eScreenshots\u003c/h2\u003e\u003c/summary\u003e\n\n* Manager\n\n   ![Style manager](.github/screenshots/manager.png)\n\n* Installer\n\n  ![Installer](.github/screenshots/installer.png)\n\n* Editor\n\n  ![Style editor](.github/screenshots/editor.png)\n\n* Popup search\n\n  ![Popup inline search](.github/screenshots/popup-search.png)\n\n* Popup config\n\n  ![Popup config for usercss](.github/screenshots/popup-config.png)\n\n* Manager config\n\n  ![Style manager config for usercss](.github/screenshots/manager-config.png)\n\n* Options\n\n  ![Options](.github/screenshots/options.png)\n\n\u003c/details\u003e\n\n## Help\n\n* [Stylus help and FAQ in our Wiki](https://github.com/openstyles/stylus/wiki)\n* [Discussion section](https://add0n.com/stylus.html#reviews) of our representation on add0n.com\n* Discord: [![Discord][chat-image]][chat-link]\n\n[chat-image]: https://img.shields.io/discord/379521691774353408.svg\n[chat-link]: https://discordapp.com/widget?id=379521691774353408\n\n## Contributing\n\nThe source is hosted on [GitHub](https://github.com/openstyles/stylus) and pull requests are welcome.\n\nYou can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus).\n\nSee our [contributing](./.github/CONTRIBUTING.md) page for more details.\n\n## License\n\nInherited code from the original [Stylish](https://github.com/stylish-userstyles/stylish/):\n\nCopyright \u0026copy; 2005-2014 [Jason Barnabe](jason.barnabe@gmail.com)\n\nCurrent Stylus:\n\nCopyright \u0026copy; 2017-2023 [Stylus Team](https://github.com/openstyles/stylus/graphs/contributors)\n\n**[GNU GPLv3](./LICENSE)**\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n### External libraries\n\nThe licenses of [external libraries](./vendor) used in this project or [modified versions of external libraries](./vendor-overwrites) can be found in their respective directory.\n","funding_links":[],"categories":["JavaScript","Open Source","Installation:","Installation","CSS Themes","Chrome","Browser Extensions/Scripts/Tools"],"sub_categories":["Browser Extension","Any","插件","Other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstyles%2Fstylus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstyles%2Fstylus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstyles%2Fstylus/lists"}