User:Can I Log In/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin is at User:Can I Log In/common.css. |
//Answer Edit Request
//importScript('User:Awesome Aasim/editrequest.js'); // Backlink: [[User:Awesome Aasim/editrequest.js]]
//AutoEd
importScript('Wikipedia:AutoEd/complete.js'); // Backlink: [[Wikipedia:AutoEd/complete.js]]
//Copyright RevDel
importScript('User:Enterprisey/cv-revdel.js'); // Backlink: [[User:Enterprisey/cv-revdel.js]]
//Duplicate Links
importScript('User:Evad37/duplinks-alt.js'); // Backlink: [[User:Evad37/duplinks-alt.js]]
//Edit Protected Helper
importScript('User:Jackmcbarn/editProtectedHelper.js'); // Linkback: [[User:Jackmcbarn/editProtectedHelper.js]]
//window.editProtectedHelperReloadAfter = true;
//Edit War Checker
importScript('User:Evad37/EditWarChecker.js'); // Backlink: [[User:Evad37/EditWarChecker.js]]
EWC_hours = 72;
//More Menu English Wikipedia Extension
mw.loader.using(['mediawiki.util', 'mediawiki.api'], function () {
mw.loader.load('https://en.wikipedia.org/w/?title=MediaWiki:Gadget-MoreMenu.enwiki.js&action=raw&ctype=text/javascript');
});
//Move To Draft
//importScript('User:Evad37/MoveToDraft.js'); // Backlink: [[User:Evad37/MoveToDraft.js]]
//One Click Archiver
importScript('User:Evad37/OneClickArchiver.js'); // Backlink: [[User:Evad37/OneClickArchiver.js]]
//Rater
importScript('User:Evad37/rater.js'); // [[User:Evad37/rater]]
//RedWarn (here for statistics purposes only since I'm crazy for putting it on [[meta:User:Can I Log In/global.js]]
importScript('User:RedWarn/.js'); // [[User:RedWarn/.js]]
//RefMan
//importScript('User:Uglemat/RefMan.js'); // Backlink: [[User:Uglemat/RefMan.js]]
//Stub Search
importScript('User:Danski454/stubsearch.js'); // Backlink: [[User:Danski454/stubsearch.js]]
//Undo last edit
importScript('User:Enterprisey/undo-last-edit.js'); // Backlink: [[User:Enterprisey/undo-last-edit.js]]
//Vote Symbols
importScript('User:Pythoncoder/voteSymbols.js'); // Backlink: [[User:Pythoncoder/voteSymbols.js]]