// ==UserScript== // @name 自动删除无忧启动论坛搜索时链接中的highlight // @namespace https://greasyfork.org/zh-CN/users/141921 // @version 0.0.1 // @description 自动删除无忧启动论坛搜索时链接中的highlight,防止网页卡住 // @author Vinx // @match // @grant none // @require http://cdn.bootcss.com/jquery/2.2.4/jquery.min.js // @include http://bbs.wuyou.net/search.php?* // @downloadURL none // ==/UserScript== (function() { 'use strict'; var link = $(".pbw .xs3 a"); var a=link.find("a"); for(var i=0;i