It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

Firebug Issue

Firebug Issue

Postby kunjesh on Thu Nov 19, 2009 10:52 am

Hi All,
My Self Kunjesh Sukhadia. I want to know that firebug is installed or not in client firefox.

Reason:

Because i want that end user cannot see the source code of site.


Code: Select all
if(window.console && window.console.firebug)
{
   alert('Please first of all Disabled Or Uninstall firebug than after visit this site.');
}
else
{
   alert('Firebug is disabled or Uninstall. Now you can visit the site.');
}


This code is just alert that the firebug is On or Off.
kunjesh
 
Posts: 1
Joined: Thu Nov 19, 2009 10:42 am

Re: Firebug Issue

Postby djtonic on Thu Nov 19, 2009 11:42 am

source code can be viewed with or without firebug installed. Not possible to stop people from viewing source.
djtonic
50+ Club
 
Posts: 88
Joined: Tue Sep 08, 2009 12:38 am


Who is online

Users browsing this forum: No registered users and 7 guests