Skip to content
TORNLIFE More

[Userscripts] Helcostr

Started by Helcostr [1934501] Wiki Editor on in Tools & Userscripts.

108 replies · 8.01k views · thread synced · 4 days ago · View on torn.com
About this thread

Posts archived: 109 / 109 posts (100%) · the total is Torn's reply count + the opening post at the last fetch

Counted by TornLife from the archived posts.

Archived posts
109
Discussion span
→
Authority score
62 / 100
Historical score
59 / 100
Story score
59 / 100
Engagement score
84 / 100

People posting, likes and official posts are not counted for this thread yet: on threads longer than one page they come from a periodic pass over the archive, which has not covered it.

Most-liked replies

Mentioned in this thread

Madame_Tussaud [191408] ×2 Tipsy [1160609] ×2 Dyno [1043377] ×1 Father [2131687] ×1

Helcostr [1934501] Wiki Editor
"Hello good company",

Because I have written so many userscripts (and patched other people's userscripts as well), I have decided to provide a TOC for everything I am hosting in my GitHub (GreaseFork, despite its name, doesn't allow for forking, so I prefer this platform to distribute).
  • Events Prettifier - Tweaks events page to help calculate unit prices of multi item events (Bazzar, Stocks, Points).
  • Torn Property Vault Tracker - UPDATED 2.0 functionality: tracks and sums all participating user balances locally (WYSIWYG).
  • Torn Vocal Chainerz - Listens to requests made by the Faction page (originally for the purpose of the pseudo live recent attacks page), and lets the user know how many hits are left below 70 seconds to chain timeout. Also notifies the user if at hit was made to advance the chain.
  • Faction Funds Surplus - Display's faction funds surplus written by nym (branch 0.3, original script taken down)
  • Faction Last Active - Faction Last Active script written by tos (branch off of 0.8, officially maintaining script).
  • Territory War Report - Parse the Torn Territory War Report for the export of your choice: clipboard, CSV, JSON, and even YATA.
  • Mission Assist - Give user generated hints for Missions (details)
  • Revive Chat Hosp - Opens chat for hospitalized people (click on the reason text to use)
  • Trade Chat - Opens chat for trading people (click on a log event in an active trade to use)
  • Tissue Assist - Prevent you from using too many tissues
  • Anti Misleading Links - Confirm navigation to a link that doesn't visually match with what it displays
  • Money Display - Display Live Cash Anywhere (API Key is optional)
  • Banker Listener - TTS Audio notification whenever someone types the word "Banker" in the faction chat.
All scripts are provided without any guarantee that it will work 24/7: Torn can suddenly change their format and I would have to take some time to accommodate the changes. Also plenty of stuff are in a beta state: bare bones functionality, with no customization, or pretty visuals.

Side note: I write everything for TamperMonkey

Mentions: [Userscripts] Helcostr

Helcostr [1934501] Wiki Editor
Torn Vocal Chainerz has been update to warn the user if the faction page isn't open (0.4)

To turn off the script, use the native "off button" in the userscript menu (then refresh the pages that had the script running).

The verbal warning triggers if the faction page isn't open OR if torn is experiencing high latency (beyond 10 seconds or so)
Helcostr [1934501] Wiki Editor
Torn Vocal Chainerz has been update to limit multiple calls across multiple torn pages, as well as a beta feature (that might not work) for hits that have been made, and will definitely make it before the end of the chain (0.5).

If you think this script is broken, edit line 29 to fit your own faction.

(You can guess what I'm doing heavily right now)
Happymeal [2152818]
Has anyone seen any issues with the Faction Surplus Funds script? It's not displaying at the moment, but it's not flagging up any errors for me to try and look into :s

***EDIT***
Ignore me, I'm blind. I updated to 0.0.2 and it stopped working. Didn't spot an update for the script - updated, working find now ;)
Helcostr [1934501] Wiki Editor
yeah, there was a user who had an issue with the script header. i tweaked it without checking. beta v3 is now available :)

The error displayed in the console was obvious.
Helcostr [1934501] Wiki Editor
I am back at it again for chaining, and i am noticing my userscript for speaking out loud chaining information is broken... will investigate. Maybe it's just me O.o
Helcostr [1934501] Wiki Editor
This seems to be a false alarm: Google must have changed something about handling tabs in the background. So for now, I am using the script in an alternate (win10) desktop to make sure the tab stays properly active. Hopefully this can be turned into a ws type server instead (where multiple users can contribute data).
Byte [2211886]
Using Tampermonkey on Chrome 76. Faction Last Active is throwing errors in console:

VM1537:1 Refused to connect to 'https://api.torn.com/faction/7818?selections=basic&key=xx' because it violates the following Content Security Policy directive: "connect-src 'self' wss://*.torn.com wss://*.torncity.com".

Refused to connect to 'https://api.torn.com/faction/7818?selections=basic&key=xx' because it violates the document's Content Security Policy.

The fetch url displays data correctly when navigating to it manually. Unsure what the issue is here.
Byte [2211886]
I apologize, seemed to be using an version found on greasyfork by tos. This version from git works perfectly. Thanks for the reliable script my dude.
Helcostr [1934501] Wiki Editor
It's always awesome that you give me enough details so that I know a problem right away ;) hehe.

And, I still make NO promises of reliability due to Torn's shifting nature.
Helcostr [1934501] Wiki Editor
Oh neat... This was something build into DoctorN, so I didn't think this needed to be covered XD. Glad u like it.