NGA置顶优化

"置顶滚动条移除"

目前為 2020-01-05 提交的版本,檢視 最新版本

// ==UserScript==
// @name         NGA置顶优化
// @namespace    http://tampermonkey.net/
// @version      0.2
// @author       bAdWindy
// @description:zh-cn "置顶滚动条移除"
// @match        https://bbs.nga.cn/thread.php?fid=*
// @grant        none
// @description "置顶滚动条移除"
// ==/UserScript==

    var a=document.getElementsByClassName(" ubbcode");

    for (var i=0;i<a.length;i++){
        a[i].style.maxHeight='';
    };
    var s=document.getElementsByTagName("span");

(() => {
    setInterval(showPic, 1000);
   function showPic(){
      for (var z=0;z<s.length;z++){
        s[z].style.lineHeight='110%';
      };
   }

}
)();

QingJ © 2025

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