simplify weibo HTML5

simplify weibo html5 m.weibo.cn/beta

目前為 2018-06-25 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name simplify weibo HTML5
  3. // @namespace https://gf.qytechs.cn
  4. // @url https://gf.qytechs.cn/scripts/39878
  5. // @version 0.4
  6. // @description simplify weibo html5 m.weibo.cn/beta
  7. // @author chaosky
  8. // @match https://m.weibo.cn/beta
  9. // @match https://m.weibo.cn/detail/*
  10. // @grant GM_log
  11. // @grant GM_addStyle
  12. // ==/UserScript==
  13. /*jshint multistr: true */
  14.  
  15. (function() {
  16. 'use strict';
  17.  
  18. GM_addStyle(" \
  19. .lite-topbar { position: absolute !important; } \
  20. .weibo-text { font-size: 0.75rem !important; line-height: 1.4 !important; } \
  21. .f-weibo>.card-wrap { padding-top: 0.25rem; } \
  22. .f-weibo .weibo-og { padding: 0.125rem 0 0 .25rem !important; } \
  23. .m-text-box h3 { font-size: 0.75rem !important; } \
  24. .weibo-rp { margin-top: 0.1rem !important; padding: 0.25rem !important; } \
  25. .f-footer-ctrl { height: auto !important; \
  26. padding: 0.2rem 0.075rem 1rem 0 !important; \
  27. margin: 0.2rem 0.75rem !important; \
  28. font-size: 0.75rem !important; \
  29. } \
  30. .m-diy-btn h4 { font-size: 0.725rem !important; } \
  31. .lite-iconf { font-size: 0.75rem !important; } \
  32. .m-icon { display: none !important;} \
  33. \
  34. .lite-page-tab { height: auto !important; \
  35. line-height: normal !important; \
  36. padding: 0.2rem .75rem !important; \
  37. margin-top: 0.2rem !important; \
  38. font-size: 0.75rem !important; } \
  39. .m-text-box h4 { \
  40. font-size: .75rem !important; \
  41. line-height: normal !important; \
  42. } \
  43. .comment-content .m-text-box h4 { color: #999 !important; } \
  44. .comment-content .card-main { padding: 0.25rem 0 !important; } \
  45. .comment-content .cmt-sub-txt { font-size: .75rem !important; \
  46. line-height: normal !important; \
  47. padding: 0.2rem .625rem !important; } \
  48. .comment-content .lite-line { margin: 0 !important; padding: 0 !important; } \
  49. .comment-content .m-img-box { width: 1.5rem !important; height: 1.5rem !important; } \
  50. \
  51. .m-box .lite-bot-link { font-size: .75rem !important; } \
  52. ");
  53. })();

QingJ © 2025

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