check the existence of the local file
|
|
Hello all,
Thanks in advance! |
|
|
you can't read and write in files with javascript from firefox, obviously for security reasons... though if you really want to do that for saving something like preferences there is a way by using this http://developer.mozilla.org/en/docs/DOM:Storage though it isn't exactly saving in a file at your choice, but it's something small you should consider to save it with GM_setValue http://riddle.pl/-/greasemonkey/globalstorage.u... (right click>view user script source) |
