#Adblocker in electron app
8 messages · Page 1 of 1 (latest)
Do you mean block ads from an application that you are not developing?
yeah i need to block ads in iframe
a
Electron supports a subset of the Chrome Extensions API, primarily to support DevTools extensions and Chromium-internal extensions, but it also happens to support some other extension capabilities.
I wrote about this method. it is intended for dev extensions and normal extensions do not want to work through loadExtension