User talk:Blue/scripts/watchuser.js

From RationalWiki
Jump to navigation Jump to search

Do I have to do anything fancy to set this up for myself? Or just copy it over, change your username to mine and create my own userstowatch page? ThunderkatzHo! 18:06, 7 August 2011 (UTC)

I'll answer this on your talk page. Blue (is useful) 17:33, 18 August 2011 (UTC)

modern[edit]

for (var ref in reflinks) {
    for (var user in watchusers) {
        if (reflinks[ref].innerHTML == watchusers[user]) {
	    reflinks[ref].style.fontWeight = "bold";
	}
    }
}
for (var ref in reflinks)
    if (watchusers.indexOf(reflinks[ref].innerHTML) > -1)
        reflinks[ref].style.fontWeight = "bold";

Just a little clearer. Now stop watching me. Occasionaluse (talk) 17:48, 18 August 2011 (UTC)

Thanks! Blue (is useful) 18:04, 18 August 2011 (UTC)

Spaces in names[edit]

Say if I wanted to watch Prox for some reason. ТyrannisAn iron, but caring, fist 02:17, 30 May 2012 (UTC)