Prevent the alert bubbles from appearing on Speed Dials in Opera

From time to time I see the little purple notifications on my Speed Dials.

This is the code that will get that done.

@media screen and (view-mode:minimized)
{
#ghostery-alert-####
{
display:none;
}
}
1 person likes
this idea
+1
Reply