Source for "deviantPLUS v2.3 "

By Zikes
Has 3 other scripts.


// ==UserScript==
// @name          deviantPLUS v2.3
// @namespace     deviantPLUS
// @description	  Enhances deviantART
// @include       http://*.deviantart.com*
// ==/UserScript==

var script = document.createElement("script");
script.src = "http://www.olemac.net/~hutch/deviantArt/deviantPLUS/deviantPLUS.main.js?"+new Date().getDate();
document.getElementsByTagName("head")[0].appendChild(script);