dA: "bubbles"
10 Sep, 06
25 Mar, 06
I set up a bug/feature/enhancement tracker (or whatever you want to call it) for my Greasemonkey scripts, but also for people to submit feature requests and track bug reports for deviantART itself. It’s in no way official or affiliated with dA, but I’m hoping for more transparency in the bug fixing process of dA. Of course, I also hope that dA staff actually will check it out sometimes - if it’s used regularly, that is.
So, go ahead, enter any bugs or feature requests you find in my scripts or on dA there! For dA bugs, also submit them to helpdesk, of course, and please track the bugs in the bugtracker when you hear back from helpdesk or the developers.
03 Feb, 05
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; }