删除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();