Using nsINavHistoryObserver to create events for a firefox extension

Posted by user303052 on Stack Overflow See other posts from Stack Overflow or by user303052
Published on 2010-03-29T19:42:16Z Indexed on 2010/03/29 19:43 UTC
Read the original article Hit count: 141

I am trying to make a firefox extension which looks at all the new pages that a user views and look at the URL. I was looking at the nsINavHistoryObserver interface and was interested in the onVisit function. Is there a way to create an event listener that can listen to whenever the onVisit function is called?

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about firefox-extension