fluks / redirect-link

A browser addon to redirect a link to somewhere else.
GNU General Public License v3.0
22 stars 2 forks source link

Request: support for container tabs #10

Closed mrjohnson22 closed 5 years ago

mrjohnson22 commented 5 years ago

When using redirect-link from a container tab, the link should be opened in the container belonging to the current tab. This is useful for redirecting to pages that require being signed in to an account.

fluks commented 5 years ago

Yes, we should stay in a container of course. Thank you, I will look into this.

fluks commented 5 years ago

This feature is easy to implement. I think I will add an option to not stay in a container, similar to switching to the new tab. One possibility is to add these options for every redirection individually.

fluks commented 5 years ago

Implemented in 3df73613a71142f92f28453e54aed743a1bb526d.

mrjohnson22 commented 5 years ago

Thank you for implementing this so quickly! It works like a charm.