dskanth Posted September 16, 2009 Share Posted September 16, 2009 Hi, I am working on writing a Java Script to disable firebug. Firebug is causing problems for the application i had written for Bebo. But i believe Bebo framework doesnt allow us to execute our own plain java scripts, like: if(window.console.firebug) alert("Firebug found");. Can anyone suggest how to overcome this issue ? Is there any PHP code for disabling firebug in firefox? Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/174459-disable-firebug/ Share on other sites More sharing options...
MadTechie Posted September 16, 2009 Share Posted September 16, 2009 PHP is server side, firebug is on the client, so no! Quote Link to comment https://forums.phpfreaks.com/topic/174459-disable-firebug/#findComment-919509 Share on other sites More sharing options...
dskanth Posted September 17, 2009 Author Share Posted September 17, 2009 Yes, i agree to that. But there must be some other way of disabling firebug, if not from the php code. Please let me know, if there is any other way of identifying and disabling firebug. Quote Link to comment https://forums.phpfreaks.com/topic/174459-disable-firebug/#findComment-919875 Share on other sites More sharing options...
genericnumber1 Posted September 17, 2009 Share Posted September 17, 2009 Firebug is a browser extension. There is no way of doing this using any legitimate technology. Quote Link to comment https://forums.phpfreaks.com/topic/174459-disable-firebug/#findComment-919880 Share on other sites More sharing options...
Gayner Posted September 17, 2009 Share Posted September 17, 2009 Wow been browsing for 2 weeks without posting.. I had to reply to this one.. "LOL" K im done Quote Link to comment https://forums.phpfreaks.com/topic/174459-disable-firebug/#findComment-919911 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.