-
Is the project maintainer(s) willing to accept a feature that allows external user-run applications to receive what is actively being blocked by the extension? I am willing to work on the feature myself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you only want the links, then you can do this in your own extension by watching for blocked requests (https://github.com/gorhill/uBO-Scope). Exporting this from uBO will require the logger to be enabled and working all the time which will probably be slow. API access into uBO internals was declined before gorhill/uBlock#3352. Even gathering statistics was declined before #261 (comment) |
Beta Was this translation helpful? Give feedback.
Right, just registering the appropriate listeners in your standalone extension you can find out whether a network request was allowed to reach a remote server or not -- and this works regardless of which content blocker is installed: