Disable Snow

Bah-Humbug

目前为 2016-12-10 提交的版本。查看 最新版本

// ==UserScript==
// @name         Disable Snow
// @namespace    https://epicmafia.com
// @version      0.1
// @description  Bah-Humbug
// @author       Eris
// @match        https://epicmafia.com/*
// @grant        none
// ==/UserScript==

(function() {
     window.snowStorm.stop();
})();