https://github.com/

github被微软收购之后。。。

  1. // ==UserScript==
  2. // @name https://github.com/
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description github被微软收购之后。。。
  6. // @author https://github.com/1uokun
  7. // @match https://github.com/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. document.body.style.background = "url('https://media.githubusercontent.com/avatars/8279753?orig=1&token=AbWE7RzO8SQB7UTo35P2a2vE3_-unlpPks5bl0J0wA%3D%3D') no-repeat"
  14. document.body.style.backgroundSize = 'cover'
  15. document.body.style.backgroundAttachment = 'fixed'
  16. document.body.style.backgroundPosition = 'center'
  17. dashboard.style.backgroundColor='#fff'
  18. })();

QingJ © 2025

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