quickSUBMIT

By Matthias Bauer Last update Jul 19, 2005 — Installed 1,505 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Alan Smith User

Is there an updated version of this?

 
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.

 
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.

 
Daniel Moitz Scriptwright

doesn't work with 3.5 anymore :(

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel