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

Specify opener tab information to new temporary container tabs opened from links #471

Closed piroor closed 4 years ago

piroor commented 4 years ago

I got a compatibility issue report https://github.com/piroor/treestyletab/issues/2720 about a combination of two extensions: Tree Style Tab and Temporary Container. After a research I've realized that Temporary Containers doesn't set any opener tab information to tabs even if they are explicitly opened from links. This PR appends ability to set opener tab information to new temporary container tab on such cases. How about this change?

piroor commented 4 years ago

I think this change will improve compatibility with more tab related addons not only Tree Style Tab.

piroor commented 4 years ago

Thank you for merging!