Jia Hao
Jia Hao
Somework seems to have goine into this in #48, but I'm not sure why the PR was closed
@debopamsengupta But feel free to go ahead!
It's actually just the validator package, if we are able to disable it, using `file://` _should_ work. Insecure just causes the chromium backend to ignore the browser mixed content errors...
This might be possible with an injected script, as mentioned in #3. Would you like to work on a pull request?
Sorry for the late reply! Sure, that'll be great!
Would it be possible to inject some sort of javascript adblocker prior to loading the page? How about trying to first using [`--inject`](https://github.com/jiahaog/nativefier/blob/development/docs/api.md#inject) to test the adblock functionality prior to...
@eladnava You're right, it's probably going to involve porting the chrome extension to electron, and will take alot of work. Apparently it is possible to [add chrome dev extensions to...
Currently there is no way to do so, but it would certainly be possible to specify a directory to be copied into the app. Would you like to work on...
Hi, there are no plans to extend the app to support chrome plugins on a high leel, but you can use the [`--inject`](https://github.com/jiahaog/nativefier/blob/development/docs/api.md#inject) flag to run your own javascript
@priezz Are you referring to dev extensions or regular chrome extensions? I think it might be possible to add chrome dev extensions to an electron app, as indicated [here](https://www.xplatform.rocks/2016/07/02/using-augury-inside-of-your-electron-apps/). Would...