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
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' } );
Sign in to post a reply.
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:
I added some styling to make the "use this car" link more prominent (after the code to hide other cars):