Hide "Snap Shots" link preview bubbles
Written Tagged Annoyances, CSS and Userstyles.
Snap.com "Snap Shots" annoy me. I don't want huge preview bubbles when I hover a link. So I got rid of them with a tiny userstyle:
@namespace url(http://www.w3.org/1999/xhtml);
#snap_com_shot_main { display:none; }