When reading some of the random questions on the site, you sometimes see a downvoted answer. You typically see a response of why that is a bad answer. I often see the value of reading them finding out why that is a bad idea or why it is not something that you should be doing.
Now the problem I have is that often with them being greyed out I find them very difficult to read (grey on a white background). I understand that we don't want a user to find the question on a search engine and assume its a good answer. Is there any consideration in adding a account setting that would allow it to display as a normal answer for those who are logged in and want to read those answers without straining our eyes.

$('.downvoted-answer').removeClass('.downvoted-answer')should do it. – Asad Jan 4 at 20:33