time.is black style

black ver time.is, idea from t.me/GBTBBR

目前為 2024-11-15 提交的版本,檢視 最新版本

// ==UserScript==
// @name         time.is black style
// @namespace    https://gf.qytechs.cn
// @version      20241115.8
// @description  black ver time.is, idea from t.me/GBTBBR
// @author       AlPt
// @match        https://time.is/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=time.is
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById('clock0_bg').style.color = 'white';
    document.body.style.backgroundColor = 'black';
    document.getElementById('mainwrapper').style.backgroundColor = 'black';
    document.getElementById('top').style.display='none';
    document.getElementById('clock0_bg').click();
})();

QingJ © 2025

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