Ubuntu / Linux news and application reviews.

firebug opera

Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari? The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".

Firebug Lite creates the variable "firebug" and doesn't affect or interfere with HTML elements that aren't created by itself.

There are 2 ways you can use Firebug Lite:

1. Inserting code into your webpage:
<script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>

2. Using a bookmarklet

Drag the following bookmarklet to your bookmarks:

Firebug Lite