MediaWiki:Group-sysop.js:修订间差异

imported>=海豚=
删掉废话
imported>=海豚=
无编辑摘要
第198行: 第198行:
             .append('<a href="//www.hmoegirl.com/Special:%E7%AE%A1%E7%90%86FlowThread%E8%AF%84%E8%AE%BA" target="_blank">评论管理</a>');
             .append('<a href="//www.hmoegirl.com/Special:%E7%AE%A1%E7%90%86FlowThread%E8%AF%84%E8%AE%BA" target="_blank">评论管理</a>');
         $('#flowthread').append(link);
         $('#flowthread').append(link);
    }
    //i18n语言链接
    function i18nLink() {
        $('#mw-content-text a.new[href$="/zh-cn"], #mw-content-text a.new[href$="/zh-tw"]').each(function(_, ele) {
            $(ele).removeClass('new').attr({
                title: ele.title.replace(/\/zh-[a-z]+|(页面不存在)/g, ''),
                href: ele.href.replace(/\/zh-[a-z]+/g, '')
            });
        });
     }
     }
     /* 函数执行块 */
     /* 函数执行块 */