// ==UserScript== // @name 删除ip.cn广告 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 测试脚本 // @author yiguihai // @match *://ip.cn/* // @grant none // @downloadURL none // ==/UserScript== $('#result').css('display', 'block'); $('#tips').css('display', 'none'); $("#tp").remove();