您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
美化必应搜索页面,增加自动更新
当前为
// ==UserScript== // @name Bing beautification test version // @namespace http://tampermonkey.net/ // @version 2.6.9 // @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 })();