User:The Anonymouse/vector.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:The Anonymouse/vector.css. |
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
);
}
});