I am creating a firefox addon using the SDK. My goal is simple, to intercept a specific iframe and load my own HTML page (packaged as a resource with my addon) instead of t
Have you considered turning your local HTML file into a data URL and loading that?