1

I have a url like this:

https://www.facebook.com/messages/xxx

And this url is dynamically changing to

https://www.facebook.com/messages/yyy

But page is not reloading. How to detect this changes?

  • http://stackoverflow.com/questions/2073086/javascript-how-to-intercept-window-location-change – zmii Jun 15 '15 at 09:16
  • It uses `History.pushState `. As explained [here](http://stackoverflow.com/questions/8560617/how-to-change-url-in-browser-without-navigating-away-from-page) – Rene Pot Jun 15 '15 at 09:16
  • http://stackoverflow.com/questions/680785/on-window-location-hash-change – zmii Jun 15 '15 at 09:17
  • Chrome extension? [chrome.webNavigator](https://developer.chrome.com/extensions/webNavigation) . Especially **onHistoryStateUpdated** event – befzz Jun 15 '15 at 09:18

0 Answers0