stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

Scripts execute for History API navigations #368

Closed stoically closed 4 years ago

stoically commented 4 years ago

Currently scripts potentially get executed every time tabs.onUpdated fires, this includes on-site navigations using the web History API - like e.g. done by SPAs - and so it duplicates the scripts. Change that to executing when onResponseStarted fires instead.

stoically commented 4 years ago

Fixed in v1.8