I have a small web JS, that copy and inserts some form data to and from the iframe. But it doesn't work in Firefox 17. I'm using this code:
"netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");"
What could be wrong? Is there any workaround?
It was removed from running on the web with Firefox 17
https://developer.mozilla.org/en-US/docs/Bypassing_Security_Restrictions_and_Signing_Code
And a discussion on making an extension: http://support.mozilla.org/en-US/questions/936845