Hi, I'm getting the following error and I'm not sure why: Error: Greasemonkey access violation: unsafeWindow cannot call GM_getResourceText.
My script is here: http://userscripts.org/scripts/show/133203 source: http://userscripts.org/scripts/review/133203 I've temporarily commented out the line that's causing the error and replaced it with a hard-link to the image: //img.src = GM_getResourceText("downloadIcon"); img.src = 'http://img.photobucket.com/albums/v215/thegooddale/49569412.png'; Anyone have any ideas as to why I'm getting this error? -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/greasemonkey-users/-/edj8igQr2NoJ. 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.
