@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("deviantart.com") {
 #galleryskip > div.stream, #galleryskip > div.stream + div {
  display: none!important;
  position: relative!important;
 }
 #galleryskip:hover > div.stream, #galleryskip:hover > div.stream + div {
  display: block!important;
 }
 #galleryskip > div.pp > h4:after {
  content: " | hover to see"!important;
 }
 #galleryskip:hover > div.pp > h4:after {
  content: " | now click a deviation to go to it"!important;
 }
}