Userstyles.org :: Enlarge screenshots on hover

Userstyles.org :: Enlarge screenshots on hover
3168
*****
By THiC
Last updated Jul 13 2007
7 installs this week, 568 total.

This userstyle shows the original screenshot on mouseover on Userstyles.org, making it easier to see what's been changed on a website by a Userstyle before installing it.

Only works when ::
- single screenshot is bigger than 600px wide
- multiple screenshot is bigger than 300px wide

Will see what other possibilities there are to improve/beautify this.

Install options

Feedback

Reviews

crash said on May 07 2008

Thank you!

I'm only using this:

<code>@-moz-document url-prefix(http://userstyles.org/styles/)

{
.multiple-screenshot:hover {
max-width: none !important;
}
.single-screenshot:hover {
max-width: none !important;
}

}</code> *****