页面怎么知道我用firebug分析它

Osc*_*Ryz 9 javascript firebug gmail detection

看:

Google识别Firebug使用的屏幕截图!

哇!

网页怎么知道我正在使用firebug?

顺便说一句,我无法找到如何显示半透明添加横幅.

Red*_*ter 12

你可以做:

if(window.console && window.console.firebug)
{
    alert("Firebug active!");
}
Run Code Online (Sandbox Code Playgroud)