Questions tagged [firebug-lite]

Firebug Lite is a bookmarklet port of the Firebug extension. It allows parts of the Firebug functionality to be used on browsers other than Firefox.

Firebug Lite is a JavaScript bookmarklet allowing to debug web pages. It's UI is based on the one of (older versions of) Firebug.

It allows you to inspect the HTML and CSS of a website, provides information about the DOM and offers a console with a command line, where you can execute JavaScript within the context of the web site.

Other features like JavaScript debugging, analyzing network traffic and managing cookies are not supported.

While Firebug Lite is generally available as cross-browser script and bookmarklet, there's also a Google Chrome extension available.

Development

Firebug Lite is currently not actively developed anymore due to a lack of resources. The Firebug Working Group is searching for somebody picking up the development and made its source code available on GitHub.

Useful links

71 questions
64
votes
10 answers

Debugging Javascript on iPad

I was wondering if there are any useful tools people have found to debug javascript on an iPad which is not jail broken. It is an iPad supplied for work so jail breaking is not an option. Through some tedious steps I have gotten firebug-lite…
Jeff Fol
  • 1,400
  • 3
  • 18
  • 35
18
votes
1 answer

How to filter and show only applied CSS in Chrome Developer Tools (like Firebug in Firefox)

Background story: I have a page with multiple CSS that override each other. There are so many crossed out CSS style, so I don't want to see them. I know Firebug on Firefox provide this feature (Only Show Applied CSS), which can show what CSS style…
Dio Phung
  • 5,944
  • 5
  • 37
  • 55
13
votes
3 answers
8
votes
3 answers

JAVAFX / WebView / WebEngine FireBugLite or Some other debugger?

I am developing an app and need to run a debugger on the WebView/WebEngine part of the application so I can better debug my application. But the code I found across the internet to inject Firebug Lite is not working for some reason. The Javascript…
roosevelt
  • 1,874
  • 4
  • 20
  • 27
8
votes
1 answer

Firebug Lite for Chrome spoils hover effect and mouseover event

I've got a weird issue: when using Firebug Lite for Chrome, sometimes hover does not work. What I've got: a div like this:
  • Редактировать канал …
k102
  • 7,861
  • 7
  • 49
  • 69
6
votes
3 answers

JavaScript Code Inside How are you supposed to get it to appear if you…

dezman
  • 18,087
  • 10
  • 53
  • 91
4
votes
0 answers

Call firebug lite methods from javafx 2.2 webengine

I want to execute Firebug lite in my webengine and then call some methods from the script. First i execute the script as described in here and its work fine. The problem starts when I try to call and execute a method inside from the script. First I…
GeorgePap
  • 307
  • 2
  • 11
1
2 3 4 5