Disables Snow on Epicmafia - Bah-Humbug
// ==UserScript==
// @name Disable Snow
// @namespace https://epicmafia.com
// @version 0.1
// @description Disables Snow on Epicmafia - Bah-Humbug
// @author Eris
// @match https://epicmafia.com/*
// @grant none
// ==/UserScript==
(function() {
window.snowStorm.stop();
})();