Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

quickSUBMIT

Faster submission process

**Runs on:** deviantART.com

**quickSUBMIT** speeds up submitting new deviations.

When submitting a new deviation, you'll get a new Bookmarkos! bar. Add a section to bookmarks by navigating to it, then click the 'Bookmark' button right of the section name. Remove an item from the list by clicking the 'x' button. Quickly skip to a bookmark by clicking the name.

## Donate
If you like this script, please consider donating using the PayPal link on [the homepage](http://moeffju.net/dA/hack/js/).
Alternatively, you could [buy a print](http://moeffju.deviantart.com/store/) of mine.






Dec 1, 2007
Alan Smith User

Is there an updated version of this?

 
Jul 20, 2005
Matthias Bauer Script's author

A good approach might be to check whether GM_[gs]etValue are defined, and if not, define them as functions that just set a broad cookie. Something like:

if (!GM_setValue) {
GM_setValue = function(k,v){
// set cookie k=v here
}
}

Disadvantage, of course, is that sites read your cookies. That, and it's ugly.

 
Jul 20, 2005
Matthias Bauer Script's author

Since it relies on GM_getValue/GM_setValue, and all GM_ functions are stripped in 0.3.5, there's no way it can work.

In theory, you could store the data in cookies, but I think it would be more of a hassle. Besides, I don't have the time to change the script now -- vacation's calling :)

It's GPL though, so feel free to have a go.

 
Jul 20, 2005
Daniel Moitz Scriptwright

doesn't work with 3.5 anymore :(

You could comment on this script if you were logged in.