自用精简淘宝首页

精简淘宝首页广告,反正我直接搜索,也不看底下

  1. // ==UserScript==
  2. // @name 自用精简淘宝首页
  3. // @version 0.1
  4. // @description 精简淘宝首页广告,反正我直接搜索,也不看底下
  5. // @author FeiLong
  6. // @match https://www.taobao.com/
  7. // @grant GM_addStyle
  8. // @namespace https://gf.qytechs.cn/users/28687
  9. // ==/UserScript==
  10.  
  11.  
  12. //这个函数抄自:
  13. //https://gf.qytechs.cn/scripts/16678-%E8%87%AA%E7%94%A8%E7%B2%BE%E7%AE%80b%E7%AB%99/code/%E8%87%AA%E7%94%A8%E7%B2%BE%E7%AE%80B%E7%AB%99.user.js
  14. function css_hide(condition) {
  15. GM_addStyle(condition + ' { display: none !important; }');
  16. }
  17.  
  18. /*********淘宝首页***************/
  19. //搜索提示
  20. css_hide(".J_TbSearchContent");
  21.  
  22. //左边
  23. css_hide(".main");
  24.  
  25. //特色中国哪一行
  26. css_hide(".nav");
  27.  
  28. //淘宝二维码
  29. css_hide(".tbh-qr");
  30.  
  31. //搜索推荐
  32. css_hide(".search-ft");
  33.  
  34. //中间滚动广告
  35. css_hide(".J_Core");
  36.  
  37. //右侧公告
  38. css_hide(".tbh-notice");
  39.  
  40. //充话费的
  41. //css_hide(".tbh-conve");
  42.  
  43. //app
  44. css_hide(".tbh-app");
  45.  
  46. //中间的
  47. css_hide(".seat");
  48.  
  49. //下边的
  50. css_hide(".bottom");
  51.  
  52. //飘着的
  53. css_hide(".hander");
  54.  
  55. //竟然还留了点
  56. css_hide(".tbh-belt");
  57.  
  58.  
  59. //这还藏一个
  60. css_hide(".service-ft");
  61.  
  62. //最下边
  63. css_hide(".footer");
  64.  
  65. //淘金币什么的
  66. css_hide(".member-tjb");

QingJ © 2025

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