//hides lines when that user has the top contribution for a page
importScript('User:Markhurd/hidetopcontrib.js');
/* [[Wikipedia:ReFill]] */
mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );
/* User:Evad37/OneClickArchiver */
importScript( 'User:Evad37/OneClickArchiver.js' );// Backlink: [[User:Evad37/OneClickArchiver]]
/* User:Uziel302/Typos */
importScript('User:Uziel302/typos.js');
importScript("User:Writ Keeper/Scripts/teahouseUtility.js"); // Gives one-click option to add Teahouse invitation or talkback to a user
importScript("User:Writ Keeper/Scripts/teahouseTalkback.js"); // Adds Talkback reminder when you save an edit at the Teahouse
importScript("User:Writ Keeper/Scripts/teahouseTalkbackLink.js"); // Adds a talkback link to signatures on the Teahouse
importScript("User:Ocaasi/WikiLoveinstallscript.js");// Adds Teahouse Badges to WikiLove
mw.loader.load('//en.wiki.x.io/w/index.php?title=User:Uziel302/typo.js&action=raw&ctype=text/javascript'); //[[Wikipedia:Correct typos in one click]]
importScript('User:BrandonXLF/TodoList.js'); // [[User:BrandonXLF/TodoList.js]]
mw.loader.load( 'https://en.wiki.x.io/w/index.php?title=User:Volker_E._(WMF)/dark-mode.js&action=raw&ctype=text/javascript' ); // [[User:Volker_E._(WMF)/dark-mode.js]]
mw.loader.load('https://en.wiki.x.io/wiki/User:Qwerfjkl/scripts/getLinks.js'); // Backlink: [[User:Qwerfjkl/scripts/getLinks.js]]
mw.loader.load( '/w/index.php?title=User:Evad37/rater.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/rater.js]]
mw.loader.load('//commons.wikimedia.org/w/load.php?modules=ext.gadget.CropTool');
window.hotcat_use_category_links = true;
// Add Find link launcher to the Tools menu
$(function () {
mw.util.addPortletLink(
"p-tb",
"//edwardbetts.com/find_link/" + mw.config.get('wgPageName'),
"Find link"
)});
// Add WikiBlame launcher to the Tools menu
$(function () {
mw.util.addPortletLink(
"p-tb", // toolbox portlet
"http://ramselehof.de/wikipedia/wikiblame.php?user_lang=en&lang=" + mw.config.get('wgContentLanguage')
+ "&project=wikipedia&article=" + mw.config.get('wgPageName')
+ "&needle=&skipversions=0&ignorefirst=0&limit=500&searchmethod=int&order=desc&user=",
"WikiBlame" // link label
)});
importScript('User:Ohconfucius/script/Sources.js');
importScript('User:Ohconfucius/script/MOSNUM dates.js');
// Save multiple HotCat changes
mw.loader.using("mediawiki.user", function () {
$('body').delegate('#hotcatCommitForm', 'submit', function () {
var submitType = this.wpDiff;
if (submitType) {
// Switch form submission from diff to save
this.wpEditToken.value = mw.user.tokens.get("csrfToken");
submitType.name = submitType.value = 'wpSave';
}
return true;
});
});
importScript('User:Anomie/unsignedhelper.js'); // Linkback: [[User:Anomie/unsignedhelper.js]]