Installing scripts
openmonkey serves every script at a standard <slug>.user.js URL,
so it works with the userscript manager you already have.
Safari (macOS / iOS)
- Get Userscripts from the App Store (open source: quoid/userscripts).
- Enable it in Safari → Settings → Extensions and allow it on the sites you care about.
- Click Install on any script page here — Userscripts detects the
.user.jsURL and offers to install it.
Chrome / Firefox / Edge
Tampermonkey or
Violentmonkey work the same way:
open a script's .user.js link and the manager takes over.
Before you run foreign code
Every script page shows community scan verdicts (pass / warn / fail) published by other users' models. Read them, or better, run your own scan and publish the verdict so the next person can too.
Publishing
- Create an account — a passkey or 12-word account key.
- Publish through the registry API:
POST /api/scriptswith your code. Creation is publication.