开发者

How do I get the current url inside a firebug extension?

开发者 https://www.devze.com 2022-12-29 15:55 出处:网络
How do I get the current url inside a firebug 开发者_运维问答extension when for example pressing a button?Does that mean you create an extension for Firebug? I am not sure about that, but in extension

How do I get the current url inside a firebug 开发者_运维问答extension when for example pressing a button?


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.


Just hover the element and right click to select "Inspect Element" to view details.

0

精彩评论

暂无评论...
验证码 换一张
取 消