User:Joe Decker/monobook.js

From Wikipedia, the free encyclopedia
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.
if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)    || navigator.userAgent.match(/iPad/i) ) {
        var styleEle = document.getElementsByTagName("head")[0].appendChild(document.createElement("style"));
        styleEle.sheet.insertRule(".mw-rollback-link { display: none; }", 0);
}

function refcheck() { mw.util.addPortletLink("p-tb", "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py?page=" + wgPageName + "&citeweb=on", "Check Refs"); }