![]() ![]() |
Is is possible to save information to Google Document via userscripts? (or) any other As far as I know, userscripts can't acess to local file system, so I am thinking of a way to deliver the collected information via someway. (eg.Google Document or more achievable way) Please share your ideas :) |
![]() ![]() |
what information will the script collect? do you aim to have access to information posted by users of the script? |
![]() ![]() |
My flow is like that.. for a particular websites, there are so many information (A~Z). For the user, he will only need data A,D,Z. So my script will take out the information once the user run the script. Then my script will prepare the collected information and deliver to the user. So, the delivering method , I want the collected information information to save to Google Document (for example). How do you think? |
![]() ![]() |
I reckon it's possible, but difficult to achieve. From a quick bit of research it seems you wouldn't be able to access the API directly. Maybe you could just display the result in a text area so the user can copy and paste them. Edit: that said, have a look at DVB's coding here: http://stackoverflow.com/questions/2128367/scri... |
![]() ![]() |
Thanks mike. I will check out the link :) |



