Today i reviewed one of my gm scripts where use the fx addon "callout" to
get a notification and playing a sound with a greasemonkey script.
In former times this code was sufficient:
*callout.notify('Message', 'Test', {sound: 'enabled'});*
Later after a security fix this code was necessary:
*unsafeWindow.callout.notify('Message', 'Test', {sound: 'enabled'});*
And now also this is not working, i get only a unsafeWindow.callout..... is
undefined.
Is there a solution to get access to firefox addon scope again?
--
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 http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/groups/opt_out.