NGA帖子内容过宽调整

"NGA帖子内容过宽调整"

  1. // ==UserScript==
  2. // @name NGA帖子内容过宽调整
  3. // @namespace https://live.bilibili.com/7115892
  4. // @version 0.1
  5. // @author Windy
  6. // @match https://bbs.nga.cn/read.php?tid=*
  7. // @grant none
  8. // @description:zh-cn "NGA帖子内容过宽调整"
  9. // @description "NGA帖子内容过宽调整"
  10. // ==/UserScript==
  11. var Windysheet=document.createElement('style');
  12. Windysheet.type="text/css";
  13. Windysheet.innerHTML=".forumbox .postrow .postcontent {display: block!important;}";
  14. document.body.appendChild(Windysheet);
  15. var Windyheight=document.createElement('style');
  16. window.scrollTo({
  17. top: 32400,
  18. behavior: "smooth"
  19. });
  20. setTimeout(
  21. function (){
  22. window.scrollTo({
  23. top: 0,
  24. behavior: "smooth"
  25. });
  26. }
  27. , 500);

QingJ © 2025

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