Install apps you've bought or subscribed to on the BotGentz store — paste the link from your "My Apps" page there.
Install by Link
Works for both one-time purchases and subscriptions — the link tells this which kind it is.
Subscription Status
Subscription apps aren't automatically re-checked yet — click below anytime to confirm they're still active. Any that have been cancelled get turned off automatically.
Back up your own scripts, or bring them in from another install.
General — Export
Cloud Not yet connected
Import from File
Help
A few shortcuts are actually wired up in the script editor right now
(marked ✅ Active below). The rest are reference for a fuller code
editor planned down the line — they don't do anything yet, and I
didn't want to list them as working when they aren't.
Shortcut
Action
Status
FAQ
How do I make a script run on a specific site?
Add a // @match line in the script's header, e.g. *://*.example.com/*.
Why isn't my script running?
Check it's toggled on in the Dashboard, its @match actually fits the current page, and the site isn't excluded (toolbar popup → Exclude this website).
Every script needs a // @match line — e.g. *://*.amazon.com/* or *://*/* for every page.