The election got me thinking a bit more about the issue of people seeing the vote totals when they decide to vote. It occurs to me that we could simply hide vote counts with css. I don't think it would be very good permanently, but I'm really curious how voting habits would change. At some point, people suggested hiding reputation, but I was opposed to it because I think seeing reputation is useful. Seeing vote counts is useful too. If we hid them, answers would still be sorted by votes, so you'd know which ones are the best, but you wouldn't know which ones are awesome. But I think the experiment of hiding vote counts would be much more interesting than the one of hiding reputation, so I'm floating the idea.
If you want to get an idea of what pages would look like to determine if it would be annoying, visit a page and type the following into the location bar:
javascript:$(".vote-count-post,.favoritecount,.comment-score,.votes").hide();void(0);
]]>