User:BrownHairedGirl/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:BrownHairedGirl/common.css. |
importScript('User:BrandonXLF/ReferenceExpander.js'); // [[User:BrandonXLF/ReferenceExpander.js]]
importScript( 'User:Ahecht/Scripts/pageswap.js' ); // Backlink: [[User:Ahecht/Scripts/pageswap]]
mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );
importScript( 'User:BrownHairedGirl/linkrot.js' ); // Backlink: [[User:BrownHairedGirl/linkrot.js]]
importScript( 'User:BrownHairedGirl/BareURLinline.js' ); // Backlink: [[User:BrownHairedGirl/BareURLinline.js]]
importScript('User:BrownHairedGirl/biogdashes.js'); // Backlink: [[User:BrownHairedGirl/biogdashes.js]]
// importScript( 'User:BrownHairedGirl/CiteParamDashes.js' ); // Backlink: [[User:BrownHairedGirl/CiteParamDashes.js]]
importScript( 'User:GoldenRing/wordcount.js' ); // Backlink: [[User:GoldenRing/wordcount.js]]
importScript( 'User:Danski454/stubsearch.js' ); // Backlink: [[User:Danski454/stubsearch.js]]
importScript('User:Yair rand/ReferenceTooltips.js'); importStylesheet('User:Yair rand/ReferenceTooltips.css');
window.hotcat_dont_add_to_watchlist = true;
var hotcat_use_category_links = true;
importScript( 'User:Evad37/OneClickArchiver.js' ); // Backlink: [[User:Evad37/OneClickArchiver.js]];
// importScript( 'User:Cumbril/RefConsolidate_start.js')
importScript( 'User:The Evil IP address/hdedit.js' ); // Backlink: [[User:The Evil IP address/hdedit.js]];
importScript( 'User:Joeytje50/JWB.js/load.js' ); // Backlink: [[User:Joeytje50/JWB.js/load.js]]
importScript( 'User:MusikAnimal/nightpedia.js'); // Backlink: [[User:MusikAnimal/nightpedia.js]]
// importScript( 'User:Evad37/Xunlink.js'); // Backlink: [[User:Evad37/Xunlink.js]]
importScript( 'User:BrownHairedGirl/Draft no cat.js' ); // [[User:DannyS712/Draft no cat.js]]
importScript('User:Enterprisey/reply-link.js'); // Backlink: [[User:Enterprisey/reply-link.js]]
window.replyLinkSigPrefix = "--";
window.replyLinkPreloadPing = "button";
window.replyLinkCustomSummary = true;
window.replyLinkPreloadPingTpl = "{{yo|##}}";
window.replyLinkDryRun = "checkbox";
importScript('User:קיפודנחש/cat-a-lot.js');
importScript('User:NuclearWarfare/Mark-blocked script.js');
importScript('User:Shubinator/DYKcheck.js');
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
// importScript('User:The wub/CloseCFD.js');
importScript('User:Frietjes/infoboxgap.js');
popupFixDabs=true;
popupFixRedirs=true;
popupMaxWidth=500;
// Add [[WP:Reflinks]] launcher in the toolbox on left
$.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).then(function () {
mw.util.addPortletLink(
"p-tb", // toolbox portlet
"http://69.142.160.183/~dispenser/cgi-bin/webreflinks.py?citeweb=checked&lang=" + mw.config.get('wgContentLanguage')
+ "&page=" + mw.config.get('wgPageName') + "&autoclick=wpDiff", // updated tool URL as of 27 December 2020
"Reflinks" // link label
)});