// ==UserScript== // @name Bighard Maker // @namespace http://yxzl.top/ // @version 1.2.5 // @description 将任意网站变成巨硬(Windows10)风格。 // @author Iron_Grey_ // @require https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.2.1/jquery.min.js // @match *://*/* // @grant none // @downloadURL none // ==/UserScript== (function() { var val = ""; $("body").append(val);$(".vs_cont").hide(); })();