百度主页渐变主题

替换主页背景

  1. // ==UserScript==
  2. // @name 百度主页渐变主题
  3. // @icon https://www.baidu.com/favicon.ico
  4. // @version 1.2
  5. // @description 替换主页背景
  6. // @author xiaofang
  7. // @match *://www.baidu.com/
  8. // @grant none
  9. // @namespace https://gf.qytechs.cn/zh-CN/scripts/440971
  10. // ==/UserScript==
  11.  
  12. $('#wrapper').prepend("<style>@-webkit-keyframes Gradient {0% {background-position: 0% 50%}50% { background-position: 100% 50%}100% {background-position: 0% 50%} } .s-skin-container { height: 100%;background: linear-gradient(-45deg, rgba(9, 69, 138, 0.2), rgba(68, 155, 255, 0.7), rgba(117, 113, 251, 0.7), rgba(68, 155, 255, 0.7), rgba(9, 69, 138, 0.2)); background-size: 400% 400%;-webkit-animation: Gradient 15s ease infinite;animation: Gradient 15s ease infinite;}</style>");
  13. var abc = setInterval(function(){
  14. /*$(".s-isindex-wrap .sui-wraper").remove();*/
  15. $("#bottom_layer").remove();
  16. $(".s-isindex-wrap").removeAttr("style");
  17. },1);
  18. setTimeout(function(){clearInterval(abc);},2000);

QingJ © 2025

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