barbushin / php-console

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
MIT License
1.34k stars 283 forks source link

disable popup #127

Closed CaptainN closed 8 years ago

CaptainN commented 8 years ago

How can I disable the popup? It shows an alert for any error - even on non-php sites. I really don't need that, since I already have the error in the error console (I especially don't need it on sites I'm not developing without PHP). Thanks!

CaptainN commented 8 years ago

If there isn't a way now, I suggest following how they did it in the Redux devtools extension, which simply provides a checkbox to turn off the popup inside "options".

barbushin commented 8 years ago

image