time.is black style

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

  1. // ==UserScript==
  2. // @name time.is black style
  3. // @namespace https://gf.qytechs.cn
  4. // @version 20241115.8
  5. // @description black ver time.is, idea from t.me/GBTBBR
  6. // @author AlPt
  7. // @match https://time.is/
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=time.is
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. document.getElementById('clock0_bg').style.color = 'white';
  16. document.body.style.backgroundColor = 'black';
  17. document.getElementById('mainwrapper').style.backgroundColor = 'black';
  18. document.getElementById('top').style.display='none';
  19. document.getElementById('clock0_bg').click();
  20. })();

QingJ © 2025

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