Results 110 comments of Rémi

Hi @jiahaog, @ronjouch, I just stumbled upon this issue and thought I would mention this JavaScript [adblocker library](https://github.com/cliqz-oss/adblocker) which I am maintaining. It has first-class support for electron and can...

Thanks for the super fast answer @ronjouch. I actually can make a simple POC of this if that helps. I would still need help though, to package the custom preload...

@My6UoT9 Thanks for the suggestion, let's maybe have a look again once the refactor to TypeScript by @ronjouch is merged?

Hey @TheCleric, As mentioned in my previous [comment here](https://github.com/jiahaog/nativefier/issues/177#issuecomment-526934864), I would be willing to help. I want to point out that the [adb-filter-parser](https://www.npmjs.com/package/abp-filter-parser) library is not maintained anymore (no update...

> Makes sense for a lot of users I guess but fyi it's an explicit anti-feature with usecase-killing effect for me. I'd need this off with zero sideeffects on current...

> Yeah, sorry @remusao . We still have not figured out if the performance will improve or not. I apologize. Of course, no worries at all, I just wanted to...

Hi @birdsarah, Thank you for pointing that out! You are right, the API changed some time ago and I did not update the script to reflect that change. I will...

Does it crash consistently, on start? Or on navigating to any page? Or a specific page? If you can give a minimal repro code it would help a lot, thanks.

That sounds like a potential bug in puppeteer? Could you maybe open an issue upstream? I don't think it should be able to crash the process by using the request...

Hi @eugenioemmolo, Thanks for opening an issue. Interesting finding, I guess I never encountered this issue because usually I handle these cases in the project making use of the adblocker...