Skip to content

Instantly share code, notes, and snippets.

@grahamperrin
Created February 28, 2021 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamperrin/78619cffa1d531125c8879204bbf7b80 to your computer and use it in GitHub Desktop.
Save grahamperrin/78619cffa1d531125c8879204bbf7b80 to your computer and use it in GitHub Desktop.
Extensions for Firefox that can hide tabs

Not all extensions that offer to hide tabs use Mozilla's tabs.hide() API.

Simple Tab Groups

Does use the API.

When hidden tabs are restored, not all are loaded. This is good for performance.

When first added to a clean Firefox profile, the first move of a tab to a group is followed by the standard alert, from Firefox, that an extension has hidden a tab.

Probably does not use the API. When hidden tabs are restored, each one is loaded.

I don't recall seeing an alert from Firefox after hiding tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment