On 12 mayo, 08:40, Anthony Lieuallen <[email protected]> wrote: > On 05/11/10 20:56, carlosz wrote: > > > Hi, I want to use GM_getResourceText to get some text data into the > > script, but I want to update it from time to time. Is there a way to > > tell greasemonkey to re-download the file? > > No. @resource is specifically designed to download once.
Hi, thanks for answering. Now I'm looking into using globalStorage or localStorage instead. But right now the only way I've found to use them is through unsafeWindow. Is it possible of using them inside the greasemonkey sandbox? Thanks again for the help. -- 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.
