今日热榜 紧凑排版

今日热榜 紧凑排版!

  1. // ==UserScript==
  2. // @name 今日热榜 紧凑排版
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description 今日热榜 紧凑排版!
  6. // @author Leon
  7. // @match *://tophub.today/c/*
  8. // @match *://tophub.today/*
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=tophub.today
  10. // @grant none
  11. // @license AGPL
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. $(".cq").remove();
  16.  
  17. $(".I-J").css({"left":"5%", "right":"0%", "width":"400px"});
  18.  
  19. $(".I-J").after($(".kb-lb-ib-hb"));
  20.  
  21. $(".kb-lb-ib-hb").css({"position":"absolute","left":"25%"});
  22.  
  23. $("#tabbar").remove();
  24.  
  25. $(".c-d").css({"padding-top":"10px"});
  26.  
  27. $(".alert").hide()
  28.  
  29. })();

QingJ © 2025

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