Look:
!
Wow!
How can the webpage know I'm using firebug?
BTW I couldn't find out how to show the translucent add banner.
You can do:
if(window.console && window.console.firebug)
{
alert("Firebug active!");
}
This works not only from the Firebug console, but also from within the page:
if (document.getElementById('_firebugConsole'))
alert("fire!");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With