Jump to content

User:Auntof6/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Auntof6 (talk | contribs) at 02:36, 20 March 2016 (Undid revision 710956024 by Auntof6 (talk) -- didn't do what I wanted). 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.
autoEdClick = false;
importScript('User:Topbanana/RLRL_SR_Utility.js' );
importScript('Wikipedia:AutoEd/wikichecker.js');
addOnloadHook( function () {
  addPortletLink("p-tb", wgServer+wgArticlePath.replace("$1", "Special:PrefixIndex/"+wgPageName+"/"), "Subpages", "t-subpages", "See all subpages of this page");
});

// [[User:Lupin/popups.js]]
 
window.popupDelay=1;
window.popupFixDabs=true;
window.popupRedlinkRemoval=true;
window.popupRevertSummaryPrompt=true;
window.popupStructure='menus';

importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

window.catALotPrefs = {editpages:  true};
mw.loader.using(['jquery.ui.resizable', 'mediawiki.util', 'jquery.mwExtension'], function(){
  importScriptURI('//commons.wikimedia.org/w/index.php?action=raw&ctype=text/javascript&title=MediaWiki:Gadget-Cat-a-lot.js');
  importStylesheetURI('//commons.wikimedia.org/w/index.php?action=raw&ctype=text/css&title=MediaWiki:Gadget-Cat-a-lot.css');
});