This script is no longer required because the functionality is now available automatically in Melee.
// ==UserScript== // @name [Deprecated] Melee Event Name in Tournament Controller // @namespace http://tampermonkey.net/ // @version 1.0.5 // @description This script is no longer required because the functionality is now available automatically in Melee. // @author Dan Collins <[email protected]> // @website https://github.com/dcollinsn/melee-tampermonkey // @match https://mtgmelee.com/Tournament/Control/* // @match https://melee.gg/Tournament/Control/* // @icon https://www.google.com/s2/favicons?sz=64&domain=mtgmelee.com // @grant none // ==/UserScript== (function() { 'use strict'; })();