User:Gifted9/common.js

The most up-to-date image and information guide on Webkinz Classic items, events, and more!

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.
//jwb
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');

//moremenu w/ custom, functional report button
mw.loader.load('https://meta.wikimedia.org/w/index.php?action=raw&ctype=text/javascript&title=MediaWiki:MoreMenu.import.js');
//mw.hook('moremenu.ready').add(function (config) {
//    MoreMenu.addLink(
//        'page',
//        'Report',
// mw.util.getUrl('Special:Report/' + mw.config.get('wgCurRevisionId'))
//    );
//});

//report tab?
function createTab() {
 addPortletLink( 'p-cactions', wgArticlePath.replace( '$1', 'Special:Log' ), 'Logs');
}
addOnloadHook( createTab );