GOOGLE 指定 BING 壁纸

将 google 首页背景替换为 bing 每日图片

// ==UserScript==
// @name         GOOGLE 指定 BING 壁纸
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  将 google 首页背景替换为 bing 每日图片
// @author       dksong
// @match        https://www.google.com/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=google.com
// @license      MIT
// @grant        none
// ==/UserScript==

;(function () {
    'use strict'

    document.querySelector('.c93Gbe').style.background = 'unset' // footer 透明
    document.body.style.background = 'url(https://api.dujin.org/bing/1920.php) center/cover'
})()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址