用户:洞穴夜莺/common.js:修订间差异

添加120字节 、​ 2021年3月14日 (星期日)
无编辑摘要
无编辑摘要
无编辑摘要
第19行: 第19行:


// 不要热评功能
// 不要热评功能
(function(){
(function() {
     var top = document.getElementsByClassName("comment-container-top")
     new MutationObserver(function() {
    for(var i = 0; i < top.length; i++)
        var top = document.getElementsByClassName("comment-container-top")
        top[i].style.display = "none";
        for(var i = 0; i < top.length; i++)
            top[i].style.display = "none";
    }).observe(document.getElementById("content"), {childList:true})
})
})
833

个编辑