User:Od Mishehu/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//Use {{ shortcut in search box
importScript('User:SiBr4/TemplateSearch.js');


// Popups configuration:
window.popupFixDabs = true;
window.popupFixDabsSummary = 'disambiguation link repair [[%s]] → [[%s]] using [[WP:POP|Popups]]';


mw.loader.load('//www.wikidata.org/w/index.php?title=User:Yair_rand/checksitelinks.js&action=raw&ctype=text/javascript');
importScript("User:PleaseStand/userinfo.js");
importScript("User:Writ Keeper/Scripts/backlinkWarner.js");

// Merge tab:
mw.loader.using( ['mediawiki.util'] ).done( function () {
	$( function() {
		mw.util.addPortletLink('p-cactions', mw.config.get('wgScriptPath') + '/index.php?title=Special:MergeHistory&target=' + encodeURIComponent(mw.config.get('wgRelevantPageName')), 'Merge');
	} );
} );

// Filter "What links here"
if (mw.config.get('wgCanonicalSpecialPageName') == 'Whatlinkshere') {
	importScript('User:V111P/js/whatLinksHereLinkFilter.js'); // [[User:V111P/js/whatLinksHereLinkFilter.js]]
}

//CSD helper
importScript('User:Ale_jrb/Scripts/csdhelper.js');  //[[User:Ale_jrb/Scripts]]

// hide offensive images
importScript('User:Anomie/hide-images.js');

// Hide/show AWB edits on watchlist
importScript( 'User:Evad37/Watchlist-hideAWB.js' ); //Linkback: [[User:Evad37/Watchlist-hideAWB.js]]

// hides all images on the [[MediaWiki:Bad image list|Bad image list]]
importScript('User:Mr.Z-man/badimages.js');

// Link classifyeer
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]


//Hotcat ease of access to parent or child categories
window.hotcat_use_category_links = true;

importScript( 'User:Enterprisey/talk-tab-count.js' ); // Backlink: [[User:Enterprisey/talk-tab-count.js]]



importScript( 'User:Enterprisey/url-select-revdel.js' ); // Backlink: [[User:Enterprisey/url-select-revdel.js]]