Keeps a record of which car you want to use for each racetrack and removes every other car from the selection menu.
< 脚本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' } );
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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):