- ApocalypeX
- |
- Fabled Heroic Member
Five years older and wiser
The fires are burning, I'm fire, never tire
Slay warriors in the forests, and on hire
Posted by: dazarobbo
Posted by: xReconAssassinX
If it works for Chrome, It'll have to be that, so in this case, I'm using Chrome.Data which is persistent between script loads, in Firefox, is stored in the Firefox preferences back-end - accessible via about:config* in the address bar.
Chrome, to my knowledge, doesn't include this kind of functionality. So, if you try to use any of those buttons (Save Post, Load Post, etc..), the JavaScript engine will be throwing errors - likely something similar to "identifier not found" or something like that.
The bottom line is, if you're using Chrome, and you've installed a script which uses any part of the Greasemonkey API, GM_setValue() for example, don't expect the script to function properly.
*Do NOT start changing values here if you don't know what they do.
This.
Posting tools uses GM_set & getValue. Its a quick and nice way to save data.
I dont think anybody writes scripts to be also used in Chrome. Firefox is the only browser.
[Edited on 03.29.2010 9:57 AM PDT]