用户:DiamondsBlocks/common.js:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
 
第1行: 第1行:
mw.loader.load('https://wikiplus-app.com/Main.js');/*使用wikiplus*/
mw.loader.load('https://wikiplus-app.com/Main.js');/*使用wikiplus*/
if (mw.config.get('wgTitle') == '回声洞') {
if (mw.config.get('wgTitle') == '回声洞') {
     var ca = document.getElementsByClassName('comment-avatar');
     var ca = document.getElementsByClassName('comment-avatar')
     for(let i = 0; i < ca.length; ++i){
     for(let i = 0; i < ca.length; i++) {
         ca[i].style.opacity = 1;
         ca[i].style.opacity = 1
     }
     }
     var cu = document.getElementsByClassName('comment-user');
     var cu = document.getElementsByClassName('comment-user')
     for(let i = 0; i < cu.length; ++i){
     for(let i = 0; i < cu.length; i++) {
         cu[i].style.opacity = 1;
         cu[i].style.opacity = 1
     }
     }
}
}
64

个编辑