AboutThis script adds some little features to DeviantART.
Here is a list of these features :
• add a zoom effect to the thumbnails
• provide the thumbcode of deviations
• highlight the DailyDeviations
• add a 'DD tab' on the deviant users profile
For a better user experience, all the options are configurable.
How to
Firefox• first, install Greasemonkey (a free firefox extension)
• then click on the "install button" on the userscript page
Chrome• first, install Tampermonkey (a free google chrome extension)
• then click on the "install button" on the userscript page
Safari• first, install NinjaKit (a free safari extension)
(click on the "NinjaKit for Safari" link, and choose "open")
• then click on the "install button" on the userscript page
Opera (beta)• To enable User JavaScript:• For Mac, go to: O menu > Preferences > Advanced > Content > JavaScript options
• For UNIX and Windows, go to: O menu > Settings > Preferences > Advanced > Content > JavaScript options
• Select the directory where you will put your User JavaScript files. Opera will load all files in the specified directory whose names end with .js and will use them as User JavaScript files
• Save this script as "thumbzoom.js" in this folder
• Save jquery as "jquery.min.js" in the same folder
HelpYou can choose what you want to enable via the "thumb menu" in the header of DA. This menu only concerns the options for the thumbnails. For the rest, you can check the script settings, here :
[link]multiplier: the number of times the image is bigger.
duration: time the zoom takes to display the full size.
delay: time before the zoom is triggered.
highlight DD: display a DD icon under the thumb when the deviation has been featured.
Bugs, suggestions?If you find any bugs, or if you have any suggestions, let me know here. Thanks.
What's new in 3.0?For this version, I rewrote the code from scratch, and I now use a new way to handle the zoom. This is way proper and should speed up the execution time / reduce the number of bugs.
I removed some options which was not thumbs related and probably useless.
Here is the changelog :
+ new way to handle the zoom
+ settings applied in real time (have fun while testing different options)
+ compatibility with safari and opera
- remove the drag and drop on the avatar, the "pin header", the display of page n° in search pages
...A "copy thumbcode" button would be awesome also...