Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name TagPro No-Script Prevent Movement Cancellation
// @description Prevents opposite direction keys from cancelling each other out for no-script groups
// @version 0.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name TagPro No-Script Time On Ball
// @description Shows time on ball for no-script groups - click ball at transition from 00 to 59 to reset time to top of 59 sec
// @version 0.1.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name TagPro No-Script Team Stats
// @description Add team stats table on the scoreboard for no-script groups - based on /u/thevdude's team stats script
// @version 0.1.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name TagPro No-Script Macros
// @description Macros for no-script groups
// @version 0.1.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name TagPro No-Script Key Remapper
// @description Key remapper for no-script groups
// @version 0.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name TagPro No-Script Scoreboard Highlight
// @description Highlight best in each column on the scoreboard for no-script groups
// @version 0.1.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @run-at document-end
// @grant unsafeWindow
// ==/UserScript==
// ==UserScript==
// @name TagPro Div Tile Tracker
// @description Tracks a specific tile with a div rather than painting to the canvas
// @version 0.1
// @author Some Ball -1
// @include http://*.newcompte.fr:*
// @run-at document-end
// @grant none
// ==/UserScript==
// ==UserScript==
// @name EggBall Cameraman
// @version 0.1
// @description Keep your eye on the egg - spectator camera tracks egg instead of player
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @grant none
// @run-at document-end
// ==/UserScript==
// ==UserScript==
// @name TagPro Easter/Spring 2017
// @version 0.1
// @author Some Ball -1
// @include http://tagpro-*.koalabeast.com:*
// @grant none
// @run-at document-end
// ==/UserScript==
(function() {
// ==UserScript==
// @name Userscript Board Bitmap
// @version 0.1
// @include https://someball-1.github.io/placer/
// @grant GM_xmlhttpRequest
// @connect www.reddit.com
// ==/UserScript==
(function(window) {
let waitdate = Date.now();