Do you intend to also *read* the data into the browser, or is it
enough if you just save the information to a local file? In the latter
case, you just could write the data as a text file to a new tab (via
GM_openInTab with a data: url) and press Crtl+S.

It is admittedly not the most elegant design, but it has effort near 0
and results near or equal to 100%.
(You know, when you grow older you start to think that way...)

On Thu, Mar 11, 2010 at 3:30 PM, Kwah <[email protected]> wrote:
> Hi,
>
> Basically, what I'm looking to do is cache historical data locally
> from a website that only shows data for the past 10/15 days so that I
> don't have to keep transferring everything over to a spreadsheet
> manually. I'm quite conscious of the volume of data this will end up
> storing, however as I have read about (over)using GM_log to store into
> about:config can potentially be a problem with slowing down the whole
> of Firefox.
>

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to