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.
Really good, after the new update of Styler i'm glad i found this extension. It's to bad that you have to code in a new tab but all the options are worth it !
such a beautiful extension for applying wide variety of css across websites ( with wildcard * filters)..editor has auto completion , suggestions and validation features and to detect what is wrong in css.
First of about 10 injectors that can actually inject a localhost-ed script and do it automatically. So i can code extension in my favorite browser and reload the site any time i make changes. Thx.
This is exactly what I'm looking for
I use it all the time, and it works wonderfully. Great extension.
Работает как положено, вот только на примере ВК(думаю связано с JS роутингом) если на определенной странице редактировать CSS(на примере JS не знаю), то без полного обновления страницы не обойтись. Как у меня: на своей странице я скрыл несколько блоков(типа информации о себе) и если я например после новостей перейду на свою страницу то блоки на месте пока я не обновлю страницу.
it's so greatand convenient!i suggest you should try it.
Шикарно очень удобно теперь пользуюсь только им
Супер! Давно искал такое расширение. Молодцы разработчики! Это автоматизирует мой процесс очень здорово! Ставлю Отлично!
It's perfect, but still one thing is bothering me. CSS: div[style="text-align:center;margin:0 auto;width:300px;height:250px;"] { display: none; } I use this rule with "stylebot" (chrome extension), it works, but not with this extension (User JavaScript and CSS).