smoothers / histree

Your tab history in tree form
Apache License 2.0
4 stars 4 forks source link

Histree storage doesn't work in Single Page Apps (like Facebook) #7

Open elliotaplant opened 7 years ago

elliotaplant commented 7 years ago

This is probably happening because SPA's don't trigger navigation events like 'normal' webpages do. Instead of injecting a script that runs every time a page loads, we should try to listen for url changes and update our tree every time.

elliotaplant commented 7 years ago

This would also solve the issue where the tree isn't updated until the page fully loads