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 tool - allowed me to customoze and improve some manual work on website that is not mine :)
Simplesmente a melhor extensão que já vi. É muito prático e com usabilidade excelente. Se conseguirem dar a opção de maximizar a coluna de JS ou CSS, fica ainda melhor.
Incredibly well-executed product with a sleek design, well-written code, and an intuitive UI. It has solid documentation and not-commerciall yet. I hope it would be open-sourced on GitHub to build more trust, ensuring it doesn’t follow the unfortunate path that Stylish did. Anyway If you're looking for an extension that allows you to tweak your favorite websites, look no further.
how do i use it
I needed a replacement for CJS, which Chrome was warning me would be going away. I could not be more delighted to have been forced to find a replacement. I love the editor, which is beautiful and has a nice dark, default skin. And I was very happy to see support for CSS **and** SCSS! I haven't tried style injection yet, but I like the idea of having one extension to do custom scripts and styling. The only thing I can think of that it may be lacking is limited module support. For my needs, jQuery is just fine, but I believe CJS may have had more libraries you could load along with your scripts.
So helpful!
Good.
What can I say... it works brilliantly! 10/10! Currently using it to password protect certain sites like web.whatsapp, photos.google.com, so that if a co-worker happens to be using my PC, they can't view my stuff.
I stumbled upon this when I tried to fix my organization's website that is an absolute basic and not really user friendly. With this extension, I no longer needed Redirector, Auto Login, etc! I can do all that just by using this extension! It's a lifesaver! I can even call request from server and fetch generated pdf to be merged with another generated pdf. I will be forever grateful to Legend Dmitry Novikov <3
Very good extension but unfortunately no local modules supported. I have many rules which have same duplicated parts, like regex rules, and i can't place them to common single module.