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 18:08, 2 April 2013 (test). 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)
migrateIIJ = { auto_replace: true };
importScript('User:Utcursch/Migrate Infobox Indian Jurisdiction to Infobox settlement/main.js');

// Remove [rollback]
$('span.mw-rollback-link').remove();
// Remove " | block" link
$('span.mw-usertoollinks').each(function () {
    var $elem = $(this);
    $elem.children('a:last').replaceWith("-");
    $elem.html($elem.html().replace(" | -", ""));
});