No internet connection
  1. Home
  2. General

Using a Track & Trace Tools Script

By Matt Frisbie @mattfriz
    2023-02-07 19:59:36.541Z2023-02-07 20:06:23.219Z

    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!

    • 0 replies