Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable a specific script on load in Chrome Developer Tools

I've checked the answers in How to disable JavaScript in Chrome Developer Tools?

but I'm searching to disable a specific script and the solution of blocking a specific ressource in network tab doesn't help : enter image description here

because I want to block a <script> inside DOM

like image 577
medmek Avatar asked Sep 14 '25 07:09

medmek


1 Answers

You could download AdBlock: chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/options.html#customize

And add the script-url to the blacklist

If you want to execute the script again just disable ad block

Worked for me Best wishes

like image 134
sakramento Avatar answered Sep 15 '25 22:09

sakramento