Baidu

百度皮肤

当前为 2021-09-26 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Baidu
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 百度皮肤
  6. // @author Victor
  7. // @match https://www.baidu.com/
  8. // @icon https://www.google.com/s2/favicons?domain=manongjc.com
  9. // @grant none
  10. // @icon https://p0.meituan.net/dpgroup/cc8b105052c5ebadefa85d57404ef6fc45399.jpg
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. $(".mnav").css({'color':'rgb(255 157 196 / 85%)'})
  16. $(".c-font-normal ").css({'color':'rgb(255 157 196 / 85%)'})
  17. // $(".c-color-t").css({'color':'rgb(255 157 196 / 85%)'})
  18. $(".s-skin-hasbg").css({'background':'rgb(255 255 255 / 0)'})
  19. $(".s-top-wrap").css({'background':'rgb(255 255 255 / 0)'})
  20. $("#bottom_layer").remove()
  21. $("html").css({"overflow-y":"auto"})
  22.  
  23. document.getElementById('kw').setAttribute("placeholder","Jaywxl,哥哥从这儿进~·~")
  24.  
  25. $("body").css({'background-image':'url(https://pc-index-skin.cdn.bcebos.com/38a066fe59c55953a3d8ad0ec5d023a0.png?x-bce-process=image/crop,x_278,y_48,w_1363,h_852)'})
  26. $(".s_form").css({'background-image':'url(https://pc-index-skin.cdn.bcebos.com/38a066fe59c55953a3d8ad0ec5d023a0.png?x-bce-process=image/crop,x_278,y_48,w_1363,h_852)'})
  27. })();