User:Omegatron/monobook.js/addsincetab.js: Difference between revisions

Content deleted Content added
update to addLink
No edit summary
Line 8:
else if (!/wiki\/Special:|w\/index.php?title=Special:/.test(window.___location.href)) {
var thetitle=document.title.slice(0, String(document.title).indexOf(" - "));
var l=addLink('p-cactions', "/w/index.php?title="+thetitle+"&action=history&gotosince=true", 'since', 'ca-since', 'View diff from last edit by me', '', 'ca-history');
l.lastChild.title="Changes since I last edited";
}