Puppeteer-sharp-extra icon indicating copy to clipboard operation
Puppeteer-sharp-extra copied to clipboard

Missing plugins compared to Node.JS

Open Telavian opened this issue 5 years ago • 3 comments

It seems there are missing plugins when compared to the Node.Js version.

puppeteer-extra-plugin-adblocker puppeteer-extra-plugin-block-resources

The adblocker appears like it could be serious effort to support due to their use of a preexisting adblocker engine. However the resource blocker seems much easier to support.

Telavian avatar Oct 19 '20 19:10 Telavian

The ad blocker appears to mostly support the EasyList format which I am not entirely certain about the syntax however I can create something that would support that format. https://easylist.to/easylist/easylist.txt

I believe this is the description however I haven't looked closely into that yet. https://adblockplus.org/filter-cheatsheet

Telavian avatar Oct 19 '20 19:10 Telavian

I plan to add the resources plugin soon but I am not certain about adblocker too

Overmiind avatar Oct 20 '20 12:10 Overmiind

Also interested in https://www.npmjs.com/package/puppeteer-page-proxy

djpavlo avatar Feb 24 '21 15:02 djpavlo