Greasy Fork

Greasy Fork is available in English.

Bing beautification

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

当前为 2022-11-03 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Bing beautification
// @namespace    http://tampermonkey.net/
// @version      2.6.12
// @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
// @require     http://greasyfork.icu/scripts/453994-bing-beautification-store/code/Bing%20beautification%20store.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
// ==/UserScript==

(function() {
    'use strict';
// @require     http://greasyfork.icu/scripts/453994-bing-beautification-store/code/Bing%20beautification%20store.js

})();