deviantART.com, sane again

To improve your deviantART browsing experience, have a look at the JavaScript hacks.
There’s one to toggle all deviations by one deviant in the message center (subscribers only), and one
that adds the deviation thumbnail next to the comment box, but more are to come.

This is an update to deviantART.com, the sane way.

To sanitize the layout of deviantART.com, put this in your user stylesheet
(userContent.css in Mozilla/Firefox, use the ChromEdit extension).

/* deviantART: sanitize layout */
body#deviantART { padding: 2px 4px !important; margin: 0 !important; }
body#deviantART div#head h1 { margin-top: -60px !important; }
/* Remove ads */
body#deviantART div#sponsors { display: none; }
/* Move Journal / Settings / Profile links and Search box */
body#deviantART div#deviosity {
    position: absolute !important;
    top: 5px !important;
    left: 150px !important;
}
body#deviantART form#devart-search {
  position: absolute !important;
  top: -20px !important;
  right: 0px !important;
}
/* Remove Christmas bar */
body#deviantART div#bar-countdown { display: none !important; }