Google has a horrible new thing called "SearchWiki" which adds a bunch of stupid buttons to every results page if you are logged into Google:
I hate it.
Here is a user script I wrote so that Firefox users with Greasemonkey can be rid of it. It should also work in Opera without anything extra installed, but I am not clear on the specifics of that (Google it instead of bugging me about it).
The only issue I am aware of is that you will still have a little trailing hyphen at the end of every result because I couldn't be bothered figuring out how to get rid of it (it would involve running some kind of stupid regex replace on every results page — if someone wants to try, I expect you could match on "pages - " and replace with "pages").
That is all.