删除bing公益页面

删除bing搜索无结果时的公益页面

// ==UserScript==
// @name         删除bing公益页面
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  删除bing搜索无结果时的公益页面
// @author       Aaron
// @match        https://cn.bing.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bing.com
// @grant        none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @license MIT
// ==/UserScript==

$('.mchild_content').remove();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址