This file contains 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 Ball Shadow & Shine | |
// @description Adds a Shadow and Shine to Balls | |
// @version 0.0.1 | |
// @include *.koalabeast.com/game | |
// @include *.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/61cdab937d61bb2f6eb4ce43ca363a1c/TagPro_Ball_Shadow_&_Shine.user.js | |
// @downloadURL https://gist.github.com/nabbynz/61cdab937d61bb2f6eb4ce43ca363a1c/TagPro_Ball_Shadow_&_Shine.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @grant none |
This file contains 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 Show Powerup Time Remaining | |
// @description Shows the remaining active Powerup time. Plus a Tag count for the TagPro PUP. | |
// @version 0.5.0 | |
// @match *://*.koalabeast.com/game | |
// @match *://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/51b83e03714d710fa6e3b18e97332198/raw/Show_Powerup_Time_Remaining.user.js | |
// @downloadURL https://gist.github.com/nabbynz/51b83e03714d710fa6e3b18e97332198/raw/Show_Powerup_Time_Remaining.user.js | |
// @grant none | |
// @author nabby |
This file contains 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 Pre-Game Spotlight Modifier | |
// @description Changes the pre-game spotlight into decreasing circles. Optional highlight own ball during game. | |
// @version 0.0.3 | |
// @match *://*.koalabeast.com/game | |
// @match *://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/0b63ad905300057d04bdf6214ceb2585/raw/TagPro_Pre-Game_Spotlight_Modifier.user.js | |
// @downloadURL https://gist.github.com/nabbynz/0b63ad905300057d04bdf6214ceb2585/raw/TagPro_Pre-Game_Spotlight_Modifier.user.js | |
// @grant none | |
// @author nabby |
This file contains 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 Highlight Flag Holder + Follow NF Flag in Spec | |
// @description Adds a circle to the flag holder. Follows the NF Flag Holder when spectating | |
// @version 1.3.0 | |
// @match *://*.koalabeast.com/game | |
// @match *://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/18064d818c5d9e39e65d7682e1d826dd/raw/TagPro_Highlight_Flag_Holder.user.js | |
// @downloadURL https://gist.github.com/nabbynz/18064d818c5d9e39e65d7682e1d826dd/raw/TagPro_Highlight_Flag_Holder.user.js | |
// @grant none | |
// @author nabby |
This file contains 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 Alternative Pizza Respawn Warnings | |
// @description An alternative to the default Pizza Tile Respawn Warnings | |
// @version 2.1.0 | |
// @match *://*.koalabeast.com/game | |
// @match *://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/4a231295bef494d4c5de3637fb8c41f5/raw/Alternative_Pizza_Respawn_Warnings.user.js | |
// @downloadURL https://gist.github.com/nabbynz/4a231295bef494d4c5de3637fb8c41f5/raw/Alternative_Pizza_Respawn_Warnings.user.js | |
// @grant none | |
// @author nabby |
This file contains 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 Random Zombie Balls | |
// @description Apply Different Random Skins to Zombies | |
// @version 0.0.1 | |
// @match https://*.koalabeast.com/game | |
// @match https://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/1e8e6bc50346d5002dab5bca8c55a4d6/Random_Zombie_Balls.user.js | |
// @downloadURL https://gist.github.com/nabbynz/1e8e6bc50346d5002dab5bca8c55a4d6/Random_Zombie_Balls.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @grant none |
This file contains 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 Draw Circle Under Dynamic Sprites | |
// @description Draws a circle under Boosts, Pups, Bombs & Portals (for use with Pizza Respawn Warnings) | |
// @version 0.0.1 | |
// @match https://*.koalabeast.com/game | |
// @match https://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/99b5e6b829056c170a83e0f115717641/raw/Draw_Circle_Under_Dynamic_Sprites.user.js | |
// @downloadURL https://gist.github.com/nabbynz/99b5e6b829056c170a83e0f115717641/raw/Draw_Circle_Under_Dynamic_Sprites.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @grant none |
This file contains 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 Scoreboard Enhancer BASIC | |
// @version 0.5.8 | |
// @description A cleaner Scoreboard. Shows: Maximums, Team Stats, Old Scoreboard Position, Custom Weighted Scoreboard Position, Flaccids, Handoffs, K/D, G/C, Comeback!, OT Respawn in Replays. Quitters. | |
// @match https://tagpro.koalabeast.com/game | |
// @match https://tagpro.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/bc5edeae66f0a6d6b0a21cc0d9ab78fc/raw/Scoreboard_Enhancer_BASIC.user.js | |
// @downloadURL https://gist.github.com/nabbynz/bc5edeae66f0a6d6b0a21cc0d9ab78fc/raw/Scoreboard_Enhancer_BASIC.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @grant GM_addStyle |
This file contains 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 Respawn Pizzas (Replays Edition) | |
// @description Replace Respawn Warnings by a "growing pizza animation" to know exactly when the respawn happens! | |
// @author Ko (modified by nabby) | |
// @version 2.2.2 | |
// @match https://*.koalabeast.com/game | |
// @match https://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/6d8d989aaa1d3c281aaf04b82063a4d8/raw/Respawn_Pizzas_(Replays_Edition).user.js | |
// @downloadURL https://gist.github.com/nabbynz/6d8d989aaa1d3c281aaf04b82063a4d8/raw/Respawn_Pizzas_(Replays_Edition).user.js | |
// @grant none |
This file contains 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 Today's TagPro Pubs | |
// @description Shows a list of today's pubs on the TagPro Homepage with graphs and shit. | |
// @version 0.1.0 | |
// @match https://*.koalabeast.com/ | |
// @updateURL https://gist.github.com/nabbynz/759b3002563ab97a3f6a2a0f76ee8797/raw/Today's TagPro Pubs.user.js | |
// @downloadURL https://gist.github.com/nabbynz/759b3002563ab97a3f6a2a0f76ee8797/raw/Today's TagPro Pubs.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @grant GM_getValue | |
// @grant GM_setValue |
NewerOlder