// ==UserScript== // @name 屏蔽必应广告 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://cn.bing.com/* // @grant none // @require https://code.jquery.com/jquery-1.12.4.min.js // @downloadURL none // ==/UserScript== $("[class='sb_add sb_adTA']").parentsUntil("li.b_ad").parent().remove();