开发者

A way to observe url in urlbar of firefox, and get an event every time it changes

开发者 https://www.devze.com 2022-12-16 04:12 出处:网络
I need it for my firefox extension. I don\'t care about waiting the page load completely, I want only observe URL and get an event every time it changes, also when I do history back and forward.

I need it for my firefox extension. I don't care about waiting the page load completely, I want only observe URL and get an event every time it changes, also when I do history back and forward.

edit: I saw An observer for URL change开发者_运维百科s (Firefox Extension), but i wondering if there is something much simpler, like an event that fires every time the url is part of an action, like page request, history back and forward ecc..


https://developer.mozilla.org/en/Code_snippets/Progress_Listeners#Example.3a_Notification_when_the_value_in_Address_Bar_changes

Also How can i check if url of current browser tab is changed?


SWFAddress has a Javascript library that lets you do just that.

0

精彩评论

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