Using a Track & Trace Tools Script
By Matt Frisbie @mattfriz
Occasionally, when a Track & Trace Tools user has a simple problem, I'll write them a script that will temporarily fix their issue while I'm pushing out a more permanent solution in an update.
The script is usually just one string of characters like this:
setTimeout(()=>alert("I'm the pasted script"),1000)
To run a script:
1) Open the Chrome console
2) Paste the script into the console
3) Press ENTER to run the script
Done!