MediaWiki:Common.js:修订间差异

imported>AnnAngela
R18警告 & Tabs函数更新
imported>AnnAngela
无编辑摘要
第69行: 第69行:
         };
         };
         $('body').addClass('tab');
         $('body').addClass('tab');
 
        // 新建一个Class 以避免许多问题
         function StyleSheet() {}
         function StyleSheet() {}
         StyleSheet.prototype.getOwnPropertyNamesLength = function getOwnPropertyNamesLength() {
         StyleSheet.prototype.getOwnPropertyNamesLength = function getOwnPropertyNamesLength() {
第131行: 第131行:
     function r18Warning() {
     function r18Warning() {
         var content = $('<div id="x18"><div id="x18Context"><div id="x18Title"><div id="x18Icon"></div></div><div class="x18Button"></div></div></div><div class="x18-page-warning" style="position:fixed;top: 0px;left: 0px;z-index:2"><a href="/Mainpage" title="点此返回主页"><img alt="点此返回主页" src="https://img.moegirl.org/common/d/d3/%E6%9C%AC%E6%96%87%E4%B8%8D%E9%80%82%E5%90%88%E6%9C%AA%E6%88%90%E5%B9%B4%E4%BA%BA%E6%B5%8F%E8%A7%88.png" width="227" height="83"></a></div>');
         var content = $('<div id="x18"><div id="x18Context"><div id="x18Title"><div id="x18Icon"></div></div><div class="x18Button"></div></div></div><div class="x18-page-warning" style="position:fixed;top: 0px;left: 0px;z-index:2"><a href="/Mainpage" title="点此返回主页"><img alt="点此返回主页" src="https://img.moegirl.org/common/d/d3/%E6%9C%AC%E6%96%87%E4%B8%8D%E9%80%82%E5%90%88%E6%9C%AA%E6%88%90%E5%B9%B4%E4%BA%BA%E6%B5%8F%E8%A7%88.png" width="227" height="83"></a></div>');
         if (window.localStorage.getItem('x18') !== 1) { //如果没有x18记录
         if (!window.localStorage.getItem('x18')) { //如果没有x18记录
             $('body').css('overflow', 'hidden'); //禁止滚屏
             $('body').css('overflow', 'hidden'); //禁止滚屏
             $('#mw-content-text').css({
             $('#mw-content-text').css({