Skip to content

Instantly share code, notes, and snippets.

@jbaaybaay
Created July 3, 2016 18:36
Show Gist options
  • Save jbaaybaay/ede64202f709d31792ade44ac14d2d3c to your computer and use it in GitHub Desktop.
Save jbaaybaay/ede64202f709d31792ade44ac14d2d3c to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Tagpro Competitive Toggler
// @include http://*.koalabeast.com:*
// @exclude http://*.koalabeast.com:3000*
// @run-at document-start
// ==/UserScript==
var toggles = {
pokerchip: true,
wholeball: false
};
window.sessionStorage.toggles = JSON.stringify(toggles);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment