S
S
ShanderYO2016-06-19 16:31:20
JavaScript
ShanderYO, 2016-06-19 16:31:20

Is it possible to block network requests from the browser for my site, like adblock does?

I use a plugin on my site that sends some data from the page to the plugin developers server to track usage activity. I want to prevent this. Is it possible to somehow intercept all external requests, check and block?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
utyfua, 2016-06-19
@utyfua

you have the source code in your hands - find the address and replace it with a non-existent one.

P
profesor08, 2016-06-19
@profesor08

There is an extension for chrome - Requestly , in which you can redirect / disable the loading of some scripts / pages. This will help you reach your goal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question