FK CSDN

对CSDN的文章布局优化

当前为 2023-02-14 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name FK CSDN
  3. @namespace joyhooian.styles
  4. @version 0.2
  5. @description 对CSDN的文章布局优化
  6. @author joyhooian
  7. @match https://blog.csdn.net/.*/article/details/.*
  8. @grant none
  9. @license MIT
  10. ==/UserStyle== */
  11.  
  12. @-moz-document regexp("https://blog.csdn.net/.*/article/details/.*") {
  13. * {
  14. user-select: auto !important;
  15. }
  16.  
  17. aside {
  18. display: none;
  19. }
  20.  
  21. #mainBox {
  22. display: flex;
  23. justify-content: center;
  24. }
  25.  
  26. .toolbar-inside {
  27. display: none;
  28. }
  29.  
  30. body {
  31. min-width: unset;
  32. }
  33.  
  34. @media screen and (max-width: 1320px) {
  35. .nodata .container main {
  36. width: 95vw;
  37. }
  38. }
  39.  
  40. .article-type-img {
  41. display: none;
  42. }
  43.  
  44. .blog-tags-box {
  45. display: none!important;
  46. }
  47.  
  48. .article-time-img {
  49. display: none!important;
  50. }
  51.  
  52. .article-read-img {
  53. display: none!important;
  54. }
  55.  
  56. .read-count {
  57. display: none;
  58. }
  59.  
  60. #blog_detail_zk_collection {
  61. display: none!important;
  62. }
  63.  
  64. div .operating {
  65. display: none;
  66. }
  67.  
  68. .article-bar-top {
  69. display: flex;
  70. width: 100%!important;
  71. }
  72.  
  73. .bar-content {
  74. width: 100%!important;
  75. padding-right: 12px!important;
  76. }
  77.  
  78. .up-time {
  79. display: none!important;
  80. }
  81.  
  82. #blogHuaweiyunAdvert {
  83. display: none;
  84. }
  85.  
  86. #blogColumnPayAdvert {
  87. display: none;
  88. }
  89.  
  90. pre.set-code-hide {
  91. height: unset!important;
  92. overflow-y: unset!important;
  93. }
  94.  
  95. pre {
  96. margin: 0 0!important;
  97. }
  98.  
  99. .hide-preCode-box {
  100. display: none;
  101. }
  102.  
  103. .hljs-button {
  104. display: none!important;
  105. }
  106.  
  107. #treeSkill {
  108. display: none!important;
  109. }
  110.  
  111. #toolBarBox {
  112. display: none;
  113. }
  114.  
  115. .recommend-box {
  116. display: none!important;
  117. }
  118.  
  119. #pcCommentBox {
  120. display: none!important;
  121. }
  122.  
  123. .blog-footer-bottom {
  124. display: none;
  125. }
  126.  
  127. .template-box {
  128. display: none;
  129. }
  130.  
  131. #rightAside {
  132. display: none!important;
  133. }
  134.  
  135. .csdn-side-toolbar {
  136. display: none!important;
  137. }
  138.  
  139. body {
  140. background: unset;
  141. background-color: black;
  142. background-image: unset!important;
  143. }
  144.  
  145. .container {
  146. margin-left: unset!important;
  147. }
  148. }

QingJ © 2025

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