simplify weibo HTML5 (JS)

simplify weibo html5 m.weibo.cn . weibo weibo.cn m.weibo.cn

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

QingJ © 2025

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