Bruger:Entheta/monobook.js

// [[User:Lupin/popups.js]]
 
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
 
 
var statsTitle = 'Stats';
$( function() {
  if (wgNamespaceNumber != -1) {
  var cTime = new Date(),
      month = cTime.getMonth() + 1,
      year = cTime.getFullYear(),
      month = month<10?'0'+month:month;
 
  mw.util.addPortletLink('p-cactions', 'http://stats.grok.se/da/'+ year + month + '/' + wgPageName, statsTitle, "ca-stats", "Se besöksstatistik för sidan");
  }
});