How do I get the current url inside a firebug extension when for example pressing a button?
A:
Hi,
Just hover the element and right click to select "Inspect Element" to view details.
VAC-Prabhu
2010-05-10 18:59:51
A:
Does that mean you create an extension for Firebug? I am not sure about that, but in extensions for Firefox you can get it with
window.content.document.location
Sorry if I misunderstood the question, it is not totally clear to me.
Felix Kling
2010-05-10 19:00:20