Right now I'm unzipping the .jar and in policy.js replacing
Code: Select all
wnd.setTimeout(hideNode, 0, node);
After rezipping/renaming to a jar, firefox errors on loading. This is because of a checksum/security thing i assume?
I don't have much experience with moz plugins, so forgive me if i'm missing the obvious- i'm not terrible at javascript, but know nearly nothing about the build/install process. Will i have to build from source and how much will i have to modify the build scripts if that's the case?