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 Time/Flags on Ball | |
| // @description | |
| // @version 0.2.0 | |
| // @include http://tagpro-*.koalabeast.com:* | |
| // @include http://*.newcompte.fr:* | |
| // @updateURL https://gist.github.com/nabbynz/76b8979d11f55da43657/raw/Show_Time_And_Flags_On_Ball.user.js | |
| // @downloadURL https://gist.github.com/nabbynz/76b8979d11f55da43657/raw/Show_Time_And_Flags_On_Ball.user.js | |
| // @grant none | |
| // @license GPL |
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 Play n Games | |
| // @description closes the tab after a set number of games | |
| // Closing the tab no longer works... so have to redirect now (to google.com) | |
| // (requested thread: https://redd.it/3pf4y0) | |
| // @version 0.1.4 | |
| // @include http://tagpro-*.koalabeast.com* | |
| // @include http://tangent.jukejuice.com* | |
| // @include http://*.newcompte.fr* | |
| // @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 TagPro Texture Pack Manager | |
| // @description Drag and drop textures (tiles, boosts, splats, etc) & background wallpapers | |
| // @version 3.0.1 | |
| // - Made compatible with the "Textures Pack Picker" (in testing) | |
| // - Made compatible with new TagPro site design | |
| // - Now opens with the "TPM" button in the Nav Bar | |
| // - Drag and drop your custom textures (or URL's) from anywhere (web or local). | |
| // - Mix & match from pre-made texture packs (including balls!). | |
| // - Optional: Ball Spin, Ball Transparency, Ball Overlays & Centre Flair. |
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 Map Name Below Timer (& More!) | |
| // @description - Show the name of the map & author below the countdown timer. | |
| // - Show the currently playing music track. | |
| // - Show the score difference (above the timer). | |
| // - Show who is currently carrying the flag. | |
| // - Show when the flags are out (a red/blue line on either side of the viewport). | |
| // - Show a stat-line displaying which team has the advantage in that stat. | |
| // - Modify the Timer and Scores text to look a bit sharper. | |
| // - Match your texture pack's colors for the Red/Blue colors. |
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 Volume Slyder | |
| // @description Adds a volume slider to TagPro | |
| // @include http://tagpro-*.koalabeast.com:* | |
| // @include http://tangent.jukejuice.com:* | |
| // @updateURL https://gist.github.com/nabbynz/07b669ed03ee2a38a8a9/raw/TagPro_Volume_Slyder.user.js | |
| // @downloadURL https://gist.github.com/nabbynz/07b669ed03ee2a38a8a9/raw/TagPro_Volume_Slyder.user.js | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // @author NewCompte, Some Ball -1, 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 TagPro KFC | |
| // @description Show Kisses, Flaccids & Caps | |
| // @version 2.0.1 | |
| // - Made compatible with new TagPro site design | |
| // - Added Menu (so options don't get overwritten on script updates) | |
| // - Added Timeline | |
| // - Disabled Multi-Kills by default (affected game performance on some systems too much?) | |
| // - Removed Bomb Snipes (not very accurate) | |
| // - Added CapSavers |
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 STATS OFF Rolling 300 Timeline | |
| // @description Shows a Rolling 300 Timeline & Streaks (using UNOFFICIAL game data) on your chosen server homepage. | |
| // @version 3.0.5 | |
| // • 3.0.5: Made compatible with SWJ | |
| // • 3.0.4: Fixed bug (tagpro.serverHost is always null now) | |
| // • Fixed CTF/NF detection | |
| // • Made compatible with new TagPro site design | |
| // • Updated to ChartJS v2 | |
| // • Added Get Other Player Id's from the Leaderboards |
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 KeyPress Counter | |
| // @description Counts your key presses :) | |
| // @version 0.2.0 | |
| // @match https://*.koalabeast.com/ | |
| // @match https://*.koalabeast.com/game | |
| // @match https://*.koalabeast.com/game?* | |
| // @exclude https://tagpro.koalabeast.com/game?replay=* | |
| // @updateURL https://gist.github.com/nabbynz/f0495366ae11a6c8b69a/raw/TagPro_Keypress_Counter.user.js | |
| // @downloadURL https://gist.github.com/nabbynz/f0495366ae11a6c8b69a/raw/TagPro_Keypress_Counter.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 TagPro Chat Scroller | |
| // @description Changes the default chat into a scrollable, whole-game chat. Optionally shows last-game chat between games. | |
| // @version 0.7.0 | |
| // - v0.7.0: General update to make it work again. | |
| // - v0.6.3: Fix the 'serverHost' bug. | |
| // - v0.6.2: Added 'bwep' sound on all chat messages option. Fixed a teamcount bug. | |
| // - v0.6.0: Added caps timeline. | |
| // - Made compatible with new TagPro site design. | |
| // - Added team totals to chat log scoreboard. |
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 Chat Icons | |
| // @description Adds a row of icons below the chat input box | |
| // @version 0.1.1 | |
| // @include http://tagpro-*.koalabeast.com:* | |
| // @include http://tangent.jukejuice.com:* | |
| // @include http://*.newcompte.fr* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js | |
| // @require http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js | |
| // @resource jqUI_CSS http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css |