您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
(ABANDONED) Shows the racing skill of drivers in your race as long as they have this script installed as well
// ==UserScript== // @name Racing Skill Display // @namespace https://github.com/sulsay/torn // @version 1.1 // @description (ABANDONED) Shows the racing skill of drivers in your race as long as they have this script installed as well // @author Sulsay [2173590] // @match https://www.torn.com/loader.php?sid=racing* // @grant none // ==/UserScript== (function () { console.warn('The userscript "Racing Skill Display" is abandoned no longer works. It will be removed soon.'); })();