Skip to content

Instantly share code, notes, and snippets.

@jbaaybaay
jbaaybaay / Marble Spin Comp Server
Created July 9, 2016 20:50
Marble Spin Comp Server
// ==UserScript==
// @name TagPro Marble Spin
// @version 0.1
// @description Adds a marble overlay texture to the balls to show spin
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @author Some Ball -1 (Cflakes for the marble texture)
// ==/UserScript==
@jbaaybaay
jbaaybaay / Comp Server-Side Keymapper
Created July 9, 2016 20:50
Comp Server-Side Keymapper
// ==UserScript==
// @name keymapper competitive
// @include http://*.koalabeast.com:*
// @include http://*.newcompte.fr:*
// @include http://tangent.jukejuice.com:*
// ==/UserScript==
/*
The competitive server partition sends this script to each user. It is identical for each user.
*/
@jbaaybaay
jbaaybaay / Transparent Canvas Comp Server
Created July 9, 2016 20:51
Transparent Canvas Comp Server
// ==UserScript==
// @name Tagpro Transparent Canvas 3.0
// @namespace http://www.reddit.com/user/newcompte/
// @author NewCompte
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// ==/UserScript==
if ((window.sessionStorage.toggles && JSON.parse(window.sessionStorage.toggles).transparent)){
tagpro.ready(function () {
@jbaaybaay
jbaaybaay / Tagpro Tile Pattern Comp Server
Last active July 10, 2016 16:45
Tagpro Tile Pattern Comp Server
// ==UserScript==
// @name TagPro Tile Pattern
// @namespace http://www.reddit.com/u/snaps_/
// @description Tints every other floor tile a slightly different shade.
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @author snaps
// @version 0.1.0
@jbaaybaay
jbaaybaay / Keymapper Comp Client
Created July 9, 2016 20:53
Keymapper Comp Client
// ==UserScript==
// @name keymapper
// @include http://*.koalabeast.com:*
// @include http://*.newcompte.fr:*
// @include http://tangent.jukejuice.com:*
// ==/UserScript==
if ((window.sessionStorage.toggles && JSON.parse(window.sessionStorage.toggles).remap)){
/*
Player needs to enter any game on the desired server OUTSIDE of the restricted competitive partition.
@jbaaybaay
jbaaybaay / Macros Comp Client
Created July 9, 2016 20:54
Macros Comp Client
// ==UserScript==
// @name tagpro macros
// @namespace http://www.reddit.com/user/contact_lens_linux/
// @description Help your team with quick chat macros.
// @include http://*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @exclude http://*.koalabeast.com:3000*
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @author steppin, Watball
@jbaaybaay
jbaaybaay / Ball Transparency Comp Server.js
Created August 7, 2016 17:21
Ball Transparency Comp Server
// ==UserScript==
// @name Ball Transparency
// @version 2.0.0
// @description Better particles, drop shadows, spinning options (ball, flair, overlay)
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @author Browncoat
// ==/UserScript==
@jbaaybaay
jbaaybaay / Time On Ball.js
Created August 7, 2016 17:21
Time On Ball
// ==UserScript==
// @name Time On Ball
// @version 0.1
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.*
// @author ballparts & Flail
// ==/UserScript==
if ((window.sessionStorage.toggles && JSON.parse(window.sessionStorage.toggles).timeonball)){
@jbaaybaay
jbaaybaay / Client Toggle 1.2.js
Last active November 20, 2016 20:27
Client Toggle 1.2
// ==UserScript==
// @name Tagpro Competitive Toggler
// @include http://*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @exclude http://*.koalabeast.com:3000*
// @author eigenvector, JBB
// @run-at document-start
// @version 1.2
// ==/UserScript==
@jbaaybaay
jbaaybaay / NLTPJerseys10.js
Last active August 5, 2017 00:42
NLTP Jersey Script S10
// ==UserScript==
// @name TagPro NLTP Jerseys Season 10
// @version 1.3
// @description Set and change ball jerseys directly from the group page
// @author zeeres, modified by ballparts/JBB
// @include http://tagpro-*.koalabeast.com*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @grant GM_log