Hi,

I used to call a function in the parent document from within an iframe with 
an own greasemonkey script, like that:

parent:

window.ParentFunction = function(){ 
   ... 
}

iframe:

parent.ParentFunction();


After updating FF56 to 57 and greasemonkey to 4.0 it stopped working. Any idea 
how to fix this?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to