nawitus comments on Easy Predictor Tests - Less Wrong

11 Post author: MrHen 21 January 2010 06:40PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (66)

You are viewing a single comment's thread.

Comment author: nawitus 21 January 2010 11:18:14PM 3 points [-]

Somewhat offtopic, but I'd like to see someone writing a GreaseMonkey script which hides the name of the commenter and the current score level on all comments, so you're not being influenced by the status of the commenter and/or the current score level on that comment. The commenter name could be seen with a mouseover so you can reply to it though.

Comment author: JGWeissman 21 January 2010 11:27:35PM 3 points [-]

You seem to be describing Marcello's anti-kibitzer.

Comment author: Morendil 21 January 2010 11:37:10PM *  1 point [-]

I've been using that for a while. It's, not so much surprising as interesting, how much it changes one's outlook.

It doesn't deal very well with the "Recent Comments" sidebar, I added a .5s delay to wait while the AJAX loads. That's not quite satisfactory, but I don't know how to tell a GreaseMonkey script to wait for a specific AJAX query to load.

EDIT: OK, now I know. It would be helpful if LessWrong could be upgraded to a more recent version of the Prototype framework.