AI 产品解读Userscript and userstyle manager that injects custom JavaScript and CSS into any website
Allows developers and power users to customize website appearance and behavior by injecting custom code, without modifying the websites themselves
1. Open extension popup or options page
2. Create a new JavaScript or CSS rule
3. Define URL patterns (e.g., https://example.com/*) using wildcards
4. Write custom JavaScript or CSS/SCSS code in the built-in editor
5. Optionally add external libraries
6. Save the rule
7. Extension automatically injects code on matching pages via content scripts or userScripts API
Inject custom JavaScript on any websiteInject custom CSS/styles on any websiteURL pattern matching with wildcards for targeting specific sitesSASS/SCSS compilation supportBuilt-in code editor with syntax highlighting (Ace editor)Multiple editor themes (Dracula, Monokai, One Dark, etc.)
- 目标用户
- Web developers / Frontend engineers / Power users who customize websites / Users who need custom CSS overrides / Developers testing scripts on live sites
- Source code is heavily minified making exact feature identification harder
- Donation link to boosty.to found but cannot confirm if any features are gated behind donation
- Options UI is in large bundled file (the-options.js) making detailed feature analysis challenging
付费分析未识别到付费功能
All extension features are fully available without payment. No Stripe, billing, subscription, premium tier, or feature gating detected. The 'checkout' keyword hits are false positives from Ace editor's checkOutdent() function. Optional donation link exists (boosty.to/ten_rabbits/donate) but does not gate any functionality.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally using Chrome's storage API. No authentication flows, OAuth providers, account creation, or user registration found in any source files. All data (scripts, CSS rules, settings) is stored locally in the browser with no server-side user accounts.
Great work. Increases my productivity drastically. Is there a way to run multiple scripts in a specific order. For a given site I want to write a base script that will always load first (for all pages) Then based on the specific page additional scripts will be provided. Thanks
Amazing and powerful to make other people work better.
This is literally the best extension for adding custom javascript or css to a website. Also great for prototyping your own extension or starting to build your own website widgets. It does make finding issues for clients websites easy as well because I can debug their javascript easier just using this extension and going to their website. Love it.
Very recommended. It is very easy to use and works perfectly on both Google Chrome and Microsoft Edge.
This is by far the best of its kind. Well done sir.
Лучшее в своём роде. ---------------------------- пользуюсь 4 года, всё супер.
Отличное расширение, благодаря которому настроил под себя множество страниц. Жаль не умеет в scss, но в целом отлично.
Крутое расширение. Спаситель нервных клеток. Один вопрос, можно как-то сделать чтобы после редиректа (window.location.href = '...') тоже активировал скрипты/стили?
perfect !
A very well refined solution to injecting JS and CSS to improve tools you use. This is something I rely on to improve productivity and fix the problems with web apps that move too slowly or are not specialized enough for my needs. The intelligent URL matching and ease with which you can export code, toggle features on and off and even the code editor are all very well done.