You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox.js -> injectContentScript() -> chrome.tabs.executeScript
fails with:
It only happens if WebToEpub is loaded from the unzipped file (open manifest.json instead of xpi)
The main problem is in firefox android as i can only debug the unzipped version and not the xpi version. As result of that the dom is unavailable to debug.
The xpi version which is downloaded from the store works as intended.
The text was updated successfully, but these errors were encountered:
Problem in firefox desktop and firefox android
Firefox.js -> injectContentScript() -> chrome.tabs.executeScript
fails with:
It only happens if WebToEpub is loaded from the unzipped file (open manifest.json instead of xpi)
The main problem is in firefox android as i can only debug the unzipped version and not the xpi version. As result of that the dom is unavailable to debug.
The xpi version which is downloaded from the store works as intended.
The text was updated successfully, but these errors were encountered: