faul_sname comments on 2012 Less Wrong Census/Survey - Less Wrong

65 Post author: Yvain 03 November 2012 11:00PM

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

Comments (733)

You are viewing a single comment's thread.

Comment author: faul_sname 04 November 2012 07:16:47AM 24 points [-]

If you're using Chrome, the Big 5 site is much more tolerable if you open console and run this line of javascript:

for(i in document.all) document.all[i].style['background-color'] = '#fff';

That sets the background color to white for everything instead of their hideous color scheme.