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 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 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 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 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 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 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 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 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 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 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 Show Replay Chat | |
// @description Shows only the chat from a game replay | |
// @version 0.7.0 | |
// @match *://*.koalabeast.com/history* | |
// @match *://*.koalabeast.com/replays* | |
// @match *://*.koalabeast.com/game?replay* | |
// @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 |
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 Ball Enhancer | |
// @description Enhances Balls. | |
// @version 0.2.1 | |
// @match https://*.koalabeast.com/ | |
// @match https://*.koalabeast.com/game | |
// @match https://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/86b7fb4c8a95a3202b35009f23c2f2c5/TagPro_Ball_Enhancer.user.js | |
// @downloadURL https://gist.github.com/nabbynz/86b7fb4c8a95a3202b35009f23c2f2c5/TagPro_Ball_Enhancer.user.js | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html |
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 Flair Page Enhancer | |
// @description Enhances the /flair page | |
// @version 0.0.3 | |
// @match https://tagpro.koalabeast.com/flair | |
// @grant GM_addStyle | |
// @updateURL https://gist.github.com/nabbynz/1c0a3c7fa2df8b15bf77cbd905460ca8/raw/Flair_Page_Enhancer.user.js | |
// @downloadURL https://gist.github.com/nabbynz/1c0a3c7fa2df8b15bf77cbd905460ca8/raw/Flair_Page_Enhancer.user.js | |
// @author nabby | |
// ==/UserScript== |
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 Show FM on TagPro Maps Page | |
// @description Shows maps from Fortunate Maps on the TagPro /maps page | |
// @version 0.0.2 | |
// @match https://tagpro.koalabeast.com/maps | |
// @updateURL https://gist.github.com/nabbynz/9288838dd5276fcd8c5ebe10d7bcfb10/raw/Show_FM_on_TagPro_Maps_Page.user.js | |
// @downloadURL https://gist.github.com/nabbynz/9288838dd5276fcd8c5ebe10d7bcfb10/raw/Show_FM_on_TagPro_Maps_Page.user.js | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant GM_deleteValue |
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 Score & Timer Zoomer | |
// @version 0.4.1 | |
// @description Quickly zooms the Red/Blue Score on a cap. And the Timer on each minute mark. | |
// @author nabby | |
// @match https://*.koalabeast.com/game | |
// @match https://*.koalabeast.com/game?* | |
// @updateURL https://gist.github.com/nabbynz/28a088daa8bb42465cff253088739017/raw/TagPro_Score_&_Timer_Zoomer.user.js | |
// @downloadURL https://gist.github.com/nabbynz/28a088daa8bb42465cff253088739017/raw/TagPro_Score_&_Timer_Zoomer.user.js | |
// @grant none |