MLB The Show Nation - Hotkeys

Get the Chrome script

// ==UserScript==
// @name         MLB The Show Nation - Hotkeys
// @namespace    https://greasyfork.org/en/users/8332-sreyemnayr
// @version      2019.5.1.1
// @description  Get the Chrome script
// @author       sreyemnayr
// @match        https://mlb19.theshownation.com/*

// ==/UserScript==
//var notified = false;


(function() {
    'use strict';
    
    console.log("Update to the Chrome extension");
    
})();