Yeah you can do something like that, there are two ways, one is you get the inner HTML of the script tag and parse the script text into vars yourself most likely using a combination of split and looping... the second way
img.src = (unsafeWindow.images[1]); On Fri, Oct 15, 2010 at 1:32 PM, qui sais <[email protected]> wrote: > img.src = (some var containing the image[i] url); -- 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.
