[citation needed]

Firefox, Iceweasel, Mozilla, Seamonkey and similar

sup.noprint {display: none;}

That piece of CSS will rid you of the varicose nuisance. Firefox users should place it in their usercontent.css file.

userContent.css

This file sets the display rules for web content and is located in the sub-folder called chrome in your profile folder. As with userChrome.css, this file does not exist by default, so you need to create it before you can start adding your preferences. As with userChrome.css, there is an example file that exists by default, called userContent-example.css. Basically, you can just rename that file by removing the -example part.