simplify weibo HTML5

simplify m.weibo html5

当前为 2018-03-24 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name simplify weibo HTML5
  3. // @namespace https://gf.qytechs.cn
  4. // @version 0.1
  5. // @description simplify m.weibo html5
  6. // @author chaosky
  7. // @match https://m.weibo.cn/beta
  8. // @grant GM_log
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11. /*jshint multistr: true */
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. GM_addStyle(".weibo-text { font-size: 0.75rem !important; line-height: 1.4 !important; } \
  17. .f-weibo>.card-wrap { padding-top: 0.25rem; } \
  18. .f-weibo .weibo-og { padding: 0.125rem 0 0 .25rem !important; } \
  19. .m-text-box h3 { font-size: 0.75rem !important; } \
  20. .weibo-rp { margin-top: 0.1rem !important; padding: 0.25rem !important; } \
  21. .f-footer-ctrl { height: auto !important; \
  22. padding: 0.2rem 0.075rem 1rem 0 !important; \
  23. margin: 0.2rem 0.75rem !important; \
  24. font-size: 0.75rem !important; \
  25. } \
  26. .m-diy-btn h4 { font-size: 0.725rem !important; } \
  27. .lite-iconf { font-size: 0.75rem !important; } \
  28. .m-icon { display: none !important;} \
  29. ");
  30. })();

QingJ © 2025

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