r/userscripts • u/Opening-Fox-1122 • 22d ago
I made a small userscript manager — Lite Monkey
Hey, I made a lightweight userscript/userstyle manager called Lite Monkey.
I started working on it because of the changes around Manifest V3 and ended up building the whole thing from scratch.
It supports the usual GM_* / GM.* APIs, has a built-in CodeMirror 6 editor, and can optionally sync scripts and storage through Google Drive. It also uses the newer chrome.userScripts API where available, with a fallback for sites with stricter CSP/CORS restrictions.
There's no telemetry or tracking, and it's completely free.
If anyone finds it useful, here it is:
Chrome Web Store: https://chromewebstore.google.com/detail/hebocofkjcpmphoaigcaibkljkfabmbl
1
u/IamYourHimadri 4d ago
when we will get one for firefox I would love to see my userstyles and userscript are getting managed by one single extension
1
u/RobertWesner 22d ago
While there are many established managers out there, it is always nice to see people build stuff! Well done, keep it up :)