catacombing / kumo

A Wayland Mobile Browser
GNU General Public License v3.0
8 stars 1 forks source link

Adblocker #29

Closed chrisduerr closed 3 weeks ago

chrisduerr commented 1 month ago

Unfortunately the web is unusable without one. WebKit seems to support manifest V2/V3, so the easiest solution might be trying to get this to work by setting an extension directory: https://wpewebkit.org/reference/stable/wpe-webkit-2.0/method.WebContext.set_web_process_extensions_directory.html

chrisduerr commented 1 month ago

I believe the set_web_process_extensions_directory might be about a different kind of extension. It's possible that we need to manually load the extensions using https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.UserContentManager.html?