Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
User Info
User Info
0
This discussion has been closed.
Comments
good job
http://yoshi.frogspawn.org/~marrow/vanilla/ is my site if you'd be kind enough to figure out why it isn't working.
I'm not a good person to ask if it works with MultiRoles since I can't get it working at all :P. It probably does work.
console.log(lns)
after line 10 of userinfo.js please.
If it still refuses to log anything then it would seem as though that code is not being run at all. For why, I do not know. It may require a re-write.
var lns = $$('.CommentHeader ul li a'); console.log(lns) for(var i = 0; i < lns.length; i++) { var ln = lns[i]; if(ln.hasClass('WhisperBack')) continue; console.log(ln) var uname = ln.innerHTML; var tDat = assocDat[uname];