Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Fluxflashor/29fb43dfbe325ecc764c9fbeb7a9d540 to your computer and use it in GitHub Desktop.
Save Fluxflashor/29fb43dfbe325ecc764c9fbeb7a9d540 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name HearthPwn - Auth Show Standard Only? Deckbuilder
// @namespace blah.hearthpwn-db-s-tick.fluxflashor.user.js
// @version 1.0.0
// @description Quality of Life improvements for moderators on HearthPwn.com
// @author Robert "Fluxflashor" Veitch
// @match *://*.hearthpwn.com/deckbuilder/*
// @grant none
// ==/UserScript==
$(document).ready(function () {
$('.j-wild-toggle').prop('checked', true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment