Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide 'Adblock Plus' tab in Chrome DevTools?

Recently I noticed AdBlock Plus (v1.11) has added a tab to Chrome DevTools. How can this be hidden or disabled?

like image 479
ebpa Avatar asked Jan 06 '23 05:01

ebpa


1 Answers

enter image description here

It looks like an option has been added to disable the feature from the ABP options page (https://issues.adblockplus.org/ticket/3796) and will be available when the next version is released (likely v1.12).

For the impatient:

Someone describes manually modifying the extension to disable the feature here: https://adblockplus.org/forum/viewtopic.php?f=10&t=44378

- go into your chrome profile
- extensions folder
- go into ABP folder:
for stable ABP: cfhdojbkjhnklbpkdaibdccddilifddb 
for dev build: ldcecbkkoecffmfljeihcmifjjdoepkn

- rename devtools.js
like image 148
ebpa Avatar answered Feb 13 '23 09:02

ebpa