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
{{ message }}
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
I'm trying to run ublock origin within my extension. There's no apparent errors while loading, but I'm unable to load the electron-extension:// page for the popupPage, and when I try to invoke extension.backgroundPage.webContents.showDevTools(), it opens up to a blank page navigated to chrome-error://chromewebdata/ without any sources loaded.
I'm downloaded ublock origin's chromium build and extracted a folder locally. I'm pointing to the folder for extensions.loadExtension().
In my app, I'm using persist:web-content for my web content and I passed that down to the extension in the constructor. I'm using the same partition for loading the popup.
What's interesting is that my extension web-palette is working fine, but that might be because it's only relying on content scripts.
Could I maybe be missing a step somewhere? I'm registering custom protocol handlers in my app, could that be interfering with the protocol handlers for electron-extension://?
The text was updated successfully, but these errors were encountered:
I tried it out, and although the beta version worked well enough for HTTP pages, it wasn't loading the extension inside custom protocol handlers which is the main reason for my project to exist. 😅
Is there a version of electron that's known to work with version 6?
[email protected], [email protected], [email protected]
I'm trying to run ublock origin within my extension. There's no apparent errors while loading, but I'm unable to load the
electron-extension://
page for thepopupPage
, and when I try to invokeextension.backgroundPage.webContents.showDevTools()
, it opens up to a blank page navigated tochrome-error://chromewebdata/
without any sources loaded.I'm downloaded ublock origin's chromium build and extracted a folder locally. I'm pointing to the folder for
extensions.loadExtension()
.In my app, I'm using
persist:web-content
for my web content and I passed that down to the extension in the constructor. I'm using the same partition for loading the popup.What's interesting is that my extension web-palette is working fine, but that might be because it's only relying on content scripts.
Could I maybe be missing a step somewhere? I'm registering custom protocol handlers in my app, could that be interfering with the protocol handlers for
electron-extension://
?The text was updated successfully, but these errors were encountered: