Script safety & conflicts
Install userscripts without leaking your API key, and untangle scripts that fight each other.
July 19, 2026
Last Updated
Safety rules
- Prefer endorsed scripts or known GreasyFork authors with public source.
- Never paste your Torn API key into a script or site you do not trust.
- Be wary of anything demanding a Full key. Few tools need one.
- Check @grant and @connect in the script header. That is what it can reach.
- Malicious script? Revoke your key in Torn and make a new one.
Torn rules still apply
Torn bans automation that plays for you. Endorsed scripts are assistive (totals, displays, links). Anything that acts on your behalf risks your Torn account. Official sources: Game Rules and Scripting Rules.
Conflicts
Two scripts on the same Torn page (especially trades or item market) can break each other:
- In your userscript manager, note every script on the broken page.
- Disable all, reload, confirm the page works bare.
- Re-enable one at a time until it breaks. Last one enabled is the conflict.
- Keep the one you need more, or check both pages for known conflicts and updates.