Greasy Fork

屏蔽必应广告

try to take over the world!

// ==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
// ==/UserScript==

$("[class='sb_add sb_adTA']").parentsUntil("li.b_ad").parent().remove();