// ==UserScript== // @name 某航的第一个脚本 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match http://218.197.102.183/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $("#MyDiv").hide(); $("#fade").hide(); })();