kofigumbs / multi

Create custom, lightweight macOS apps from websites
GNU General Public License v3.0
1.29k stars 39 forks source link

Content Blocking Rules Applied After Loading #101

Closed pkrayzy closed 1 year ago

pkrayzy commented 1 year ago

It appears that content blocking rules are applied after the blocklist elements are loaded (this is apparent on Reddit, where promoted posts initially load and are retroactively removed after a few seconds). This is inconsistent with how content blockers work in WebKit browsers (Safari, Orion etc) where the rules are compiled and prevent the loading of the elements entirely.

Is it possible to change this behavior to operate like browsers work, or to 'pick up' the content blocking applied by the user in Safari, rather than having a standalone blocklist for Multi instances?