Greasy Fork

Greasy Fork is available in English.

Bing beautification

美化必应搜索页面,增加自动更新

目前为 2022-10-31 提交的版本。查看 最新版本

// ==UserScript==
// @name         Bing beautification
// @namespace    http://tampermonkey.net/
// @version      2.6.10
// @description  美化必应搜索页面,增加自动更新
// @author       Onion
// @require      https://cdn.staticfile.org/jquery/3.4.0/jquery.min.js
// @require     https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js
// @match   *://*.cn.bing.com/*
// @match   *://*.bing.com/*
// @match   *://*.baidu.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bing.com
// @license     MPL2.0
// @grant none
// @run-at   start
// @require http://greasyfork.icu/scripts/453994-bing-beautification-store/code/Bing%20beautification%20store.js
// ==/UserScript==

(function() {
    'use strict';
}
)();