User:LightningComplexFire/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:LightningComplexFire/common.css. |
importScript('User:SD0001/StubSorter.js'); // [[User:SD0001/StubSorter.js]]
importScript('User:SD0001/hide-reverted-edits.js'); // [[User:SD0001/hide-reverted-edits.js]]
/**
* Simple script to make all links on Recent Changes list open in a new tab
*
* Per suggestion by Nick Moyes, [[Special:Diff/864758515]]
*
*/
if (mw.config.get('wgCanonicalSpecialPageName') === 'Recentchanges') {
mw.hook('wikipage.content').add(function() {
$('.mw-changeslist a').attr('target', '_blank');
});
}
importScript('User:SD0001/np-shortcuts.js'); // [[User:SD0001/np-shortcuts.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/NoRedirect.js&action=raw&ctype=text/javascript');
importScript('User:MusikAnimal/responseHelper.js')
mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );
importScript( 'User:Enterprisey/reply-link.js' ); // Backlink: [[User:Enterprisey/reply-link.js]]
importScript( 'User:Enterprisey/draft-sorter.js' ); // Backlink: [[User:Enterprisey/draft-sorter.js]]
importScript('User:Evad37/rater.js'); // [[User:Evad37/rater]]
mw.loader.load( '/w/index.php?title=User:RedWarn/.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:RedWarn/.js]]
importScript( 'User:EnterpriseyBot/delsort.js' ); // Backlink: [[User:EnterpriseyBot/delsort.js]]
importScript('User:Mr. Stradivarius/gadgets/RandomRedirect.js');
importScript( 'User:Awesome Aasim/redirectcreator.js' ); // Backlink: [[User:Awesome Aasim/redirectcreator.js]]
importScript('User:Jackmcbarn/editProtectedHelper.js');
importScript( 'User:DannyS712/Draft no cat.js' ); // Backlink: [[User:DannyS712/Draft no cat.js]]
importScript("User:Awesome Aasim/xfdvote.js");