User:Jonathan5566/common.js
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
importScript("User:94rain/js/Gadget-afchelper.js");
// 抄襲自https://zh.wikipedia.org/w/index.php?title=User:Sanmosa/common.js&oldid=52727226
window[ "bluedeck.external_config.easy_archive.user_custom_archive_summary" ] = "前不見古人,存檔身體好。";
window[ "bluedeck.external_config.easy_archive.user_custom_delete_summary" ] = "後不見來者,不存在的。";
importStylesheet( 'User:痛/common.css' );
window.sciNoConfirm = 'true';
var difflink = window.difflink = window.difflink || ['編輯差異'];
LocalComments.disablePages = function() {
if (mw.config.get('wgDiffOldId') !== null) {
return true;
}
return false;
}
$( function(){
//改變編輯框字型
$("textarea").css({"font-size":"10pt","font-family":"細明體,MingLiU"}).each(function(){
this.rows=Math.floor(this.rows*0.9);
});
});
mw.loader.load('//zh.wikipedia.org/w/index.php?title=User:燃灯/invertBlock.js&action=raw&ctype=text/javascript');