What is the best way to store data to a local network drive, so that my Greasemonkey / Tampermonkey script can be used by everyone at my office?
And if its possible, i would like to be able to do this in Jquery.
I do not have a webserver running at my office either, only network drive that is accessible for everyone.
Can i for example store variables and data as .txt or to a SQLite database? or any other ways?
By network drive i mean, ie: "//hostname/sharename" or "N:/foldername"
Not sure if this is something i can use, but i guess not, since it seems to only give access to a sandboxed area i think: http://www.html5rocks.com/en/tutorials/file/filesystem/