Skip to content

Instantly share code, notes, and snippets.

@theVDude
theVDude / tagpro-gecko-mod-manager.user.js
Last active August 29, 2015 14:05
Tagpro Gecko Tools and Mod Manager userscript!
// ==UserScript==
// @name Gecko Tools
// @namespace http://www.reddit.com/user/thevdude
// @description A suite of customization options for TagPro
// @include http://tagpro-*.koalabeast.com*
// @include http://tangent.jukejuice.com*
// @exclude http://tagpro-*.koalabeast.com/groups/*
// @exclude http://tangent.jukejuice.com/groups/*
// @license GNU General Public License
// @author GeckoPie & pooppants
@theVDude
theVDude / tagpro-gecko-tools-chrome.user.js
Last active August 29, 2015 14:05
Tagpro Gecko Tools and Mod Manager with Group Page
// ==UserScript==
// @name Gecko Tools
// @namespace http://www.reddit.com/user/thevdude
// @description A suite of customization options for TagPro
// @include http://tagpro-*.koalabeast.com*
// @include http://tangent.jukejuice.com*
// @include http://*.newcompte.fr*
// @license GNU General Public License
// @author GeckoPie & pooppants
// @version 1.1.0.5
@theVDude
theVDude / tagpro-ingame-settings.user.js
Created September 2, 2014 18:29
TagPro In Game Settings Editor
// ==UserScript==
// @name Tagpro In-Game Settings
// @version 0.1
// @description Modify settings such as showing names and degrees in-game
// @include http://tagpro-*.koalabeast.com/*
// @include http://tagpro-*.koalabeast.com:*
// @author Some Ball -1
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==
@theVDude
theVDude / tagpro-beach-balls.user.js
Created September 30, 2014 22:15
Tagpro BeachBalls!
// ==UserScript==
// @name Tagpro-Beach-Balls
// @namespace http://*.koalabeast.com:*
// @version 1.4
// @description Fun at the beach!
// @match http://koalabeast.com
// @copyright 2014+, Ly
// @include http://*.koalabeast.com:*
// ==/UserScript==
@theVDude
theVDude / tagpro-vi-movement.user.js
Created October 25, 2014 18:19
Vim-like movement for tagpro!
// ==UserScript==
// @name Vi Movement Keys for TagPro
// @namespace gist.github.com/thevdude
// @version 0.1
// @description Use hjkl for movement in tagpro
// @copyright 2014+, pooppants
// @include http://*.koalabeast.com:*
// ==/UserScript==
tagpro.ready(function(){
@theVDude
theVDude / tagpro-invisiball.user.js
Last active August 29, 2015 14:09
No balls on tagpro!
// ==UserScript==
// @name Tagpro Invisiball
// @namespace http://*.koalabeast.com:*
// @version 0.1
// @description Hide balls, names, flair, and degrees! Hide tagpro and rollingbombs!
// @match http://koalabeast.com
// @copyright 2014+, Pooppants
// @include http://*.koalabeast.com*
// @include http://*.jukejuice.com*
// @include http://*.newcompte.fr*
@theVDude
theVDude / tagproHonk.user.js
Last active August 29, 2015 14:13
Honks for tagpro!
// ==UserScript==
// @name TagPro Honk
// @description Honk by pressing up and down at the same time.
// @version 0.1.3
// @grant none
// @require https://gist.githubusercontent.com/Holcomb227/867ffe3703013aed8945/raw/20f3ec84f3c2bd5333093a5f8a21c3f54b126045/howler.js
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license 2015
// ==UserScript==
// @name TagPro Honk
// @description Honk by pressing up and down at the same time.
// @version 0.1
// @grant none
// @require https://gist.githubusercontent.com/Holcomb227/867ffe3703013aed8945/raw/20f3ec84f3c2bd5333093a5f8a21c3f54b126045/howler.js
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license 2015
// Build the menu
var gecko_menu = document.createElement('div');
gecko_menu.id = 'gecko_menu';
gecko_menu.style.zIndex = '2';
gecko_menu.style.opacity = '0.0';
gecko_menu.style.backgroundColor = '#7eaeca';
gecko_menu.style.background = 'linear-gradient(#7db5d4,#598ca9)';
gecko_menu.style.borderRadius = '4px';
gecko_menu.style.padding = '0px';
gecko_menu.style.boxShadow = '0px 0px 8px #000000';
@theVDude
theVDude / tagpro-semitransparent-spin.user.js
Created March 18, 2015 22:30
semitransparent poker chip spin without black outline tagpro
// ==UserScript==
// @name TagPro Semitransparent Spin Balls
// @description Spin balls and pixel perfect tagpro.
// @version 1
// @grant none
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license 2015
// @author CFlakes, SomeBall -1