This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tracker Network Disable Live Line Charts | |
// @namespace https://rocketleague.tracker.network | |
// @version 0.1 | |
// @description Disables the line charts on the live tracker page, there is too many of them and they make the page lag. | |
// @author You | |
// @match https://rocketleague.tracker.network/live* | |
// @grant none | |
// @run-at document-start | |
// @require http://code.jquery.com/jquery-3.3.1.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tracker Network 2s, 3s | |
// @namespace https://rocketleague.tracker.network | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://rocketleague.tracker.network/live* | |
// @grant GM_addStyle | |
// @run-at document-start | |
// @require http://code.jquery.com/jquery-3.3.1.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tracker Network Sort Players | |
// @namespace https://rocketleague.tracker.network | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://rocketleague.tracker.network/live* | |
// @grant GM_addStyle | |
// ==/UserScript== |
NewerOlder