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

删除309字节 、​ 2021年3月14日 (星期日)
算了,用CSS整吧
无编辑摘要
(算了,用CSS整吧)
 
}
})();
 
// 不要热评功能
(function() {
new MutationObserver(function() {
var top = document.getElementsByClassName("comment-container-top")
for(var i = 0; i < top.length; i++)
top[i].style.display = "none";
}).observe(document.getElementById("content"), {childList:true})
})
831

个编辑