Firefox addon which refreshes the tap and auto resend data
问题 I'm trying make a firefox add-on, which reloads a page automatically under some conditions. First I add a contentScript to a tab to get some information on the page in my addon tab.attach({ contentScript:self.port.emit... I have it working to the point of the refresh with tab.reload(); but then an alert pops up every time "if it should resend data". I want to resend the data automatically. How and where do I do it? In the add-on or in the contentScript? Has it to do with the Load Flags