fuckCSDN_干掉CSDN文章隐藏遮罩

fuck CSDN, 干掉CSDN文章隐藏遮罩

  1. // ==UserScript==
  2. // @name fuckCSDN_干掉CSDN文章隐藏遮罩
  3. // @namespace fuckit
  4. // @version 0.2.7
  5. // @description fuck CSDN, 干掉CSDN文章隐藏遮罩
  6. // @author Jack.Chan
  7. // @match *://blog.csdn.net/*/article/details/*
  8. // @run-at document-end
  9. // @home-url https://gf.qytechs.cn/zh-CN/scripts/374937-csdn
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. var style = document.createElement('style');
  17. style.id = 'fucking-style';
  18. //style.innerHTML+= '.container{max-width:1200px !important}';
  19. //style.innerHTML+= '.container main{max-width:900px !important}';
  20. style.innerHTML = '#article_content{height:auto !important;overflow:visible !important;}';
  21. style.innerHTML+= 'main div.blog-content-box article div.hide-article-box{position:static !important}';
  22. style.innerHTML+= 'body .hide-article-pos{position:static !important;}';
  23. //style.innerHTML+= '.recommend-right, .recommend-box{display:none !important}';
  24. document.head.appendChild(style);
  25. })();

QingJ © 2025

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