您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
"NGA帖子内容过宽调整"
// ==UserScript== // @name NGA帖子内容过宽调整 // @namespace https://live.bilibili.com/7115892 // @version 0.1 // @author Windy // @match https://bbs.nga.cn/read.php?tid=* // @grant none // @description:zh-cn "NGA帖子内容过宽调整" // @description "NGA帖子内容过宽调整" // ==/UserScript== var Windysheet=document.createElement('style'); Windysheet.type="text/css"; Windysheet.innerHTML=".forumbox .postrow .postcontent {display: block!important;}"; document.body.appendChild(Windysheet); var Windyheight=document.createElement('style'); window.scrollTo({ top: 32400, behavior: "smooth" }); setTimeout( function (){ window.scrollTo({ top: 0, behavior: "smooth" }); } , 500);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址