kemayo / firefox-sticky-containers

Firefox extention to make the current container "sticky" when opening a new tab
Mozilla Public License 2.0
13 stars 13 forks source link

Add two shortcuts: open new tab in same container and open new tab without container. Also improve privileged URLs recognition. #16

Closed wishawa closed 3 years ago

wishawa commented 4 years ago

Ctrl+Y to open a new tab in the same container as the current one The tab opens directly into that container (as opposed to only switching to that container onBeforeNavigate), so you get the right color in the tab bar. It's a shame we can't rewire Ctrl+T or the new tab button.

Ctrl+Alt+Y to open a new tab without any container Open a new tab without any container. This allows 'escaping' the container stickiness.

I also changed isPrivilegedUrl to catch all about: URLs. This fixes the issue with pressing Customize (in the hamburger menu) when inside a container.

Sorry about the jumping version number.