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 |
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 My Location on the Joiner World Map | |
// @description Shows your geo-location on the World Map based on your IP address (which may not be accurate!) | |
// @version 0.0.4 | |
// @match https://tagpro.koalabeast.com/games/find* | |
// @connect ip-api.com | |
// @updateURL https://gist.github.com/nabbynz/58dd6b0187290f1b5a4d71bb499121b3/raw/Show_My_Location_on_the_Joiner_World_Map.user.js | |
// @downloadURL https://gist.github.com/nabbynz/58dd6b0187290f1b5a4d71bb499121b3/raw/Show_My_Location_on_the_Joiner_World_Map.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 TagPro SB Muter | |
// @description Removes all "Some Ball" chat from the chat history | |
// @version 0.0.1 | |
// @match https://tagpro.koalabeast.com/game | |
// @match https://tagpro.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/94cf41a547ffcfd148267e9ca00891ff/raw/TagPro_SB_Muter.user.js | |
// @downloadURL https://gist.github.com/nabbynz/94cf41a547ffcfd148267e9ca00891ff/raw/TagPro_SB_Muter.user.js | |
// @author nabby | |
// @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 Joiner Timer & Spectator Count | |
// @description Shows how long you are waiting in the joiner for a game. Resets when you join a game, or go back to the home page. And how many spectators are currently watching. | |
// @version 0.0.3 | |
// @match https://tagpro.koalabeast.com/ | |
// @match https://tagpro.koalabeast.com/games/find* | |
// @match https://tagpro.koalabeast.com/game | |
// @match https://tagpro.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/35956d674af98f49d0914ca4315f51db/raw/Joiner_Timer_&_Spectator_Count.user.js | |
// @downloadURL https://gist.github.com/nabbynz/35956d674af98f49d0914ca4315f51db/raw/Joiner_Timer_&_Spectator_Count.user.js |
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 Mars Ball Rotator & Particles | |
// @description . | |
// @version 0.0.3 | |
// @match https://*.koalabeast.com/game | |
// @match https://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/1cf5e67c0e048758f5a1912e0547fc72/raw/Mars_Ball_Rotator_&_Particles.user.js | |
// @downloadURL https://gist.github.com/nabbynz/1cf5e67c0e048758f5a1912e0547fc72/raw/Mars_Ball_Rotator_&_Particles.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 Show Replay Chat | |
// @description Shows only the chat from a game replay | |
// @version 0.5.1 | |
// @match https://*.koalabeast.com/replays* | |
// @match https://*.koalabeast.com/game* | |
// @updateURL https://gist.github.com/nabbynz/0d56c5e8d9b7a2e19bafeeaf138413ae/raw/Show_Replay_Chat.user.js | |
// @downloadURL https://gist.github.com/nabbynz/0d56c5e8d9b7a2e19bafeeaf138413ae/raw/Show_Replay_Chat.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @grant GM_getValue |
NewerOlder