Skip to content

Functionality Discussion: Getting list of actively blocked links outside of the browser #3412

Closed Answered by gorhill
ayham-1 asked this question in Ideas
Discussion options

You must be logged in to vote

your own extension by watching for blocked requests

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:

The web request API guarantees that for each request, either onCompleted or onErrorOccurred is fired as the final event with one exception: If a request is redirected to a data:// URL, onBeforeRedirect is the last reported event.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gorhill
Comment options

Answer selected by ayham-1
@ayham-1
Comment options

@garry-ut99

This comment was marked as disruptive content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #3411 on October 11, 2024 09:41.