百度首页样式微调

百度首页(已登录(不可用))样式微调

  1. // ==UserScript==
  2. // @name 百度首页样式微调
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 百度首页(已登录(不可用))样式微调
  6. // @author IOL0ol1
  7. // @match https://www.baidu.com/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. var bottom_layer = document.getElementById("bottom_layer");
  14. bottom_layer.parentNode.removeChild(bottom_layer);
  15. var s_top_wrap = document.getElementById("s_top_wrap");
  16. s_top_wrap.parentNode.removeChild(s_top_wrap);
  17. var s_upfunc_menus = document.getElementById("s_upfunc_menus");
  18. s_upfunc_menus.parentNode.removeChild(s_upfunc_menus);
  19. var u_sp = document.getElementById("u_sp");
  20. u_sp.parentNode.removeChild(u_sp);
  21. })();

QingJ © 2025

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