How can the page know I#39;m analyzing it with firebug(页面怎么知道我正在用 firebug 分析它)
问题描述
看:
!
哇!
网页如何知道我正在使用 firebug?
How can the webpage know I'm using firebug?
顺便说一句,我不知道如何显示半透明添加横幅.
BTW I couldn't find out how to show the translucent add banner.
推荐答案
你可以这样做:
if(window.console && window.console.firebug)
{
alert("Firebug active!");
}
这篇关于页面怎么知道我正在用 firebug 分析它的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!