Jump to content

User:The Anonymouse/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Anonymouse (talk | contribs) at 08:33, 10 May 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
importScript("User:Writ Keeper/Scripts/teahouseUtility.js"); // Gives one-click option to add Teahouse invitation or talkback to a user
importScript("User:Ocaasi/WikiLoveinstallscript.js");
importScript('User:Shubinator/DYKcheck.js');
window.popupOnEditSelection = false;
importScript('User:Mabdul/afc beta.js'); // Yet another AfC helper script (beta) [[User:Mabdul/afc beta.js]]
migrateIIJ = { auto_replace: true };
importScript('User:Utcursch/Migrate Infobox Indian Jurisdiction to Infobox settlement/main.js');
importScript('User:Kephir/gadgets/rater.js'); // [[User:Kephir/gadgets/rater]]
importScript('User:The Anonymouse/Scripts/myLogs.js'); // [[User:The Anonymouse/Scripts/myLogs]]
importScript('User:The Anonymouse/Scripts/topalert.js'); // [[User:The Anonymouse/Scripts/topalert]]
importScript('User:The Anonymouse/Scripts/talkPageCleaner.js'); // [[User:The Anonymouse/Scripts/talkPageCleaner]]


$( '#n-sitesupport' ).hide();

$( document ).ready( function () {
	var url = mw.util.wikiGetlink( 'User:Krinkle/RTRC');
	mw.util.addPortletLink(
		'p-interaction',
		url,
		'RTRC',
		'pt-RTRC',
		'Real-Time Recent Changes',
		null
	);

	if (wgNamespaceNumber > -1) {
		var url = 'https://toolserver.org/~earwig/copyvios?lang=en&project=wikipedia&title=' + mw.config.get( 'wgPageName' );
		mw.util.addPortletLink(
			'p-tb',
			url,
			'Copyvio Detector',
			'pt-cvd',
			'Check this page for copyvio',
			null
		);
	}
});