Skip to content

Instantly share code, notes, and snippets.

@asapcaplord
asapcaplord / HockeyPro.user.js
Last active December 25, 2023 16:49
Winter 2023 TagPro Event Settings
// ==UserScript==
// @name HockeyPro
// @version 0.1
// @description Hockey 2023 Event QOL and visual updates
// @author ASAP, Racgiman, MC Ride (copying very heavily from Catalyst)
// @include https://*.koalabeast.com/game
// @include https://*.koalabeast.com/game?*
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.fr:*
// ==UserScript==
// @name Eggball Settings
// @version 1.0
// @description Automatically apply eggball settings for pubs or leagues
// @match *://*.koalabeast.com/groups/*
// @author ASAP
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @updateURL https://gist.github.com/asapcaplord/39ad0eb7d9b80a9f72ca0d51c3b65cd1/raw/6508017ca26a95e582e80331f6aebcc0872f450d/Eggball-Settings.user.js
@asapcaplord
asapcaplord / Eggball-Settings.user.js
Last active May 14, 2023 22:07
Eggball Settings
// ==UserScript==
// @name Eggball Settings
// @version 1.3
// @description Automatically apply eggball settings for pubs or leagues
// @match *://*.koalabeast.com/groups/*
// @author ASAP
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @updateURL https://gist.github.com/asapcaplord/39ad0eb7d9b80a9f72ca0d51c3b65cd1/raw/Eggball-Settings.user.js