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 TagPro Mute | |
// @namespace https://parretlabs.xyz/ | |
// @version 0.2 | |
// @description Mute players in TagPro. That's about it. | |
// @author Electro | |
// @icon https://i.imgur.com/JPLDjWH.png | |
// @supportURL https://www.reddit.com/message/compose/?to=-Electron- | |
// @website https://www.reddit.com/r/TagPro/comments/jn03tq/shhhhhhhh/ | |
// @updateURL https://gist.github.com/ParretLabs/cb9250fde6fbcd9c45c2ed1525eedfa0/raw/TPMute.user.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 Unfortunate-Maps RES Preview Image Proxy | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @description Fixes u-m preview images not loading in RES expandos. | |
// @author Electro | |
// @match https://*.reddit.com/r/TagPro/* | |
// @updateURL https://gist.github.com/ParretLabs/731af89598ab808ea41e869ebf1ca415/raw/umrpip.user.js | |
// @downloadURL https://gist.github.com/ParretLabs/731af89598ab808ea41e869ebf1ca415/raw/umrpip.user.js | |
// @grant none |
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 TagPro Lap Time Tracker, SWJ Compliant Version | |
// @namespace http://www.reddit.com/user/NewCompte | |
// @description Track lap times | |
// @include http://maptest.newcompte.fr:* | |
// @include http://maptest2.newcompte.fr:* | |
// @include https://*.koalabeast.com/game | |
// @license WTFPL | |
// @author NewCompte, snaps, Electro (very minor changes) | |
// @version 0.9.1 |