Skip to content

Instantly share code, notes, and snippets.

@bash-tp
bash-tp / tagpro-vcr.user.js
Created March 3, 2021 15:52
TagPro VCR - BETA, FOR TESTING ONLY
// ==UserScript==
// @name TagPro VCR
// @description Record TagPro socket data
// @version 0.9.0
// @author Kera, bash#
// @icon https://bash-tp.github.io/tagpro-vcr/images/vhs.png
// @namespace https://github.com/bash-tp/
// @downloadUrl https://bash-tp.github.io/tagpro-vcr/tagpro-vcr.user.js
// @updateUrl https://bash-tp.github.io/tagpro-vcr/tagpro-vcr.meta.js
// @match *://*.koalabeast.com/*
@bash-tp
bash-tp / tagpro_overtime_enhancer.user.js
Last active May 20, 2019 03:41
TagPro Overtime Enhancer
// ==UserScript==
// @name TagPro Overtime Enhancer
// @namespace http://www.reddit.com/user/bash_tp/
// @description Add visual cues to overtime
// @include *://*.koalabeast.com*
// @include *://*.jukejuice.com*
// @include *://*.newcompte.fr*
// @author bash#
// @version 1.2
// @updateURL https://gist.github.com/bash-tp/9ed6262dc313a245f1cad44443199fbe/raw/tagpro_overtime_enhancer.user.js
@bash-tp
bash-tp / tagpro_show_server_name.user.js
Last active May 20, 2019 03:41
TagPro Show Server Name
// ==UserScript==
// @name TagPro Show Server Name
// @namespace http://www.reddit.com/user/bash_tp/
// @description Show TagPro server name before ping info
// @include *://*.koalabeast.com*
// @include *://*.jukejuice.com*
// @include *://*.newcompte.fr*
// @author bash#
// @version 1.1
// @updateURL https://gist.github.com/bash-tp/fd48db1c4f06560b4be82b5fc5a84526/raw/tagpro_show_server_name.user.js
@bash-tp
bash-tp / tagpro_map_name_display.user.js
Last active May 20, 2019 03:41
TagPro Map Name Display
// ==UserScript==
// @name TagPro Map Name Display
// @version 1.2
// @author bash#
// @namespace http://www.reddit.com/user/bash_tp/
// @description Shows the name of the current map above the clock
// @include *://*.koalabeast.com*
// @include *://*.jukejuice.com*
// @include *://*.newcompte.fr*
// @updateURL https://gist.github.com/bash-tp/baab15b87a5811476426dcb00c414915/raw/tagpro_map_name_display.user.js
@bash-tp
bash-tp / tagpro_player_monitor.user.js
Last active November 16, 2017 15:47
TagPro Player Monitor
// ==UserScript==
// @name TagPro Player Monitor
// @version 1.1
// @author bash#
// @namespace http://www.reddit.com/user/bash_tp/
// @description Shows an on-screen list of players in the game and their current status
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com*
// @include http://*.newcompte.fr*
// @updateURL https://gist.github.com/bash-tp/bc477d8b535b9c9c5c584e4852402666/raw/tagpro_player_monitor.user.js
@bash-tp
bash-tp / tagpro_wins_until_next_degree.user.js
Last active May 20, 2019 03:40
TagPro Wins Until Next Degree
// ==UserScript==
// @name TagPro Wins Until Next Degree
// @namespace http://www.reddit.com/user/bash_tp/
// @description Displays wins needed until next degree on game screen
// @include *://*.koalabeast.com*
// @include *://*.jukejuice.com*
// @include *://*.newcompte.fr*
// @grant GM_xmlhttpRequest
// @connect koalabeast.com
// @connect jukejuice.com
@bash-tp
bash-tp / tagpro_team_count_indicator.user.js
Last active November 3, 2017 03:08
TagPro Team Count Indicator with fix for flashing
// ==UserScript==
// @name TagPro Team Count Indicator
// @version 1.3
// @author browncoat, modified by bash#
// @namespace http://www.reddit.com/user/bash_tp/
// @description Indicates the number of players on each team with ball icons next to the score
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com*
// @include http://*.newcompte.fr*
// @updateURL https://gist.github.com/bash-tp/716afcd5ce3afe46800c3baf18afe329/raw/tagpro_team_count_indicator.user.js