Content deleted Content added
update to addLink |
|||
Line 3:
//From http://en.wikipedia.org/w/index.php?title=User:JesseW/monobook.js&oldid=20755510
function addSinceTab() {
if (window.___location.href.indexOf("&action=history&gotosince=true")!=-1) {
do_since_I_last_edited()
Line 9 ⟶ 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=
l.lastChild.title="Changes since I last edited";
}
|