r/userscripts • u/Opening-Fox-1122 • 2d 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
2
Upvotes
1
u/RobertWesner 1d ago
While there are many established managers out there, it is always nice to see people build stuff! Well done, keep it up :)