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)

  1. Get Userscripts from the App Store (open source: quoid/userscripts).
  2. Enable it in Safari → Settings → Extensions and allow it on the sites you care about.
  3. Click Install on any script page here — Userscripts detects the .user.js URL 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

  1. Create an account — a passkey or 12-word account key.
  2. Publish through the registry API: POST /api/scripts with your code. Creation is publication.