User:Technical 13/common.js

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Import all of my enwp scripts */// [[User:Technical 13/enwpScripts]]
// mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical_13/common.js&action=raw&ctype=text/javascript' );// Stable scripts
// mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical_13/vector.js&action=raw&ctype=text/javascript' );// Beta scripts
// Since importing my skin.js and common.js doesn't seem to work... Let's get the ones I want now...
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical_13/SandBox/Gadget-listStyles.js&action=raw&ctype=text/javascript' );
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical_13/SandBox/Gadget-codeAnchors.js&action=raw&ctype=text/javascript' );
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical_13/SandBox/Gadget-codeBacklinks.js&action=raw&ctype=text/javascript' );


/* import the Global SUL tool by User:Krinkle */// [[User:Krinkle]] - [[File:Krinkle Global SUL.js]] --> [[Special:BlankPage/globalsul]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/Tools/Global_SUL.js&action=raw&ctype=text/javascript');