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.

< 脚本 Auto Select Car 的反馈

评价:好评 - 脚本运行良好

§
发布于:2020-10-11
编辑于: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' } );

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。