Content deleted Content added
Remove all comments for now |
No edit summary |
||
Line 1:
function addSinceTab() {
if (window.___location.href.indexOf("&action=history&gotosince=true")!=-1) {
Line 6 ⟶ 5:
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";
}
|