// ==UserScript== // @name BingGrayTheme // @name:zh-CN 必应搜索灰色主题 // @description Show search results as cards, color similar to the settings page of MS Edge // @description:zh-CN 以卡片形式展示搜索结果,配色类似于MSEdge的设置页面 // @namespace https://greasyfork.org/users/197529 // @version 0.5.1 // @author kkocdko // @license Unlicense // @match *://*.bing.com/search // @run-at document-start // @downloadURL none // ==/UserScript== "use strict"; document.documentElement.insertAdjacentHTML( "beforeend", ``.replace(/;/g, "!important;") );