On the page I'm trying to write a script for, a button being hit runs some javascript that inserts an iframe into the document. I want the greasemonkey script to run a command on that iframe (it's just a GM_addStyle). I have tried various things to no avail: * Use the iframe's url pattern in the @include * Try to capture DOMAttrModified or 'click' on the parent document and put the GM_addStyle in the callback function (this doesnt affect the inserted iframe at all).
Note that at the time the script initially runs on the parent page, the iframe doesnt exist. I'm a newbie at this, so if my explanation doesnt make sense, I apologize. I'd appreciate your help in solving this. Thanks, chengiz -- 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.
