User:Edokter/vector.js

From Wikipedia, the free encyclopedia
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Add a purge tab */
// mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-purgetab.js&action=raw&ctype=text/javascript');
 
/* Collapsible Nav */
importStylesheetURI('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-CollapsibleNav.css&action=raw&ctype=text/css');
mw.loader.using(['jquery.cookie', 'jquery.tabIndex'], function () {
  mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-CollapsibleNav.js&action=raw&ctype=text/javascript');
});
 
/* MenuTabsToggler */
// mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Edokter/MenuTabsToggle.js&action=raw&ctype=text/javascript' );