Content deleted Content added
m testing failure condition |
test worked; remove debugging |
||
Line 1:
// [[User:Ais523/hidetopcontrib.js]]
// By a suggestion by [[User:Discospinster]]
// 090325 MEH
// and continuing after any regex mismatch.
// This script color-codes lines according to who has the top contribution for a page.
Line 23 ⟶ 25:
else
{
t=li[i].innerHTML.match(/"\/w\/index\.php\?title\=([^&]*)\&\;
if(t!=undefined)
Line 42 ⟶ 44:
if(s!="")
li[i].innerHTML=li[i].innerHTML + ":";
}
}
|