Auto Select Car

Keeps a record of which car you want to use for each racetrack and removes every other car from the selection menu.

< Feedback on Auto Select Car

Review: Good - script works

§
Posted: 2020-10-11
Edited: 2020-10-11

Useful script.

I made 2 changes:

I added a rule so the script runs when I get to the page from viewing the report of the previous race:

// @match        https://www.torn.com/loader.php?sid=racing*

I added some styling to make the "use this car" link more prominent (after the code to hide other cars):

  $('.enlist-link').css( { 'font-size': '1.2em', 'border': '3px solid green', 'border-radius': '10%', 'padding': '5px' } );

Post reply

Sign in to post a reply.