Skip to content

igorlogius/open-in-temp-container

Repository files navigation

Open a tab, page, link or bookmark in a temporary container

Not sure what containers are about? Take a look at https://support.mozilla.org/kb/how-use-firefox-containers

Short Demo Video:

demo-2023-12-14_17.38.31.mp4

Usage/Features

  • context menu on various elements
  • custum shortcut
  • toolbar button
  • bookmark context entry
  • delete history

Why is the context menu visible when no link has been selected?

This is a sideeffect from adding the feature to open multilple links in selections. Fixing this would currently require to always analyse the selection and update the context menu when there are no links found in the selections, but since this would require the very "frightening" <all_urls> permission i opted to just always displayed the context menu, instead as the better way to go about this.

Glitchy text selection in textareas in "Options" tabs?

Seems to be a firefox issue. See https://bugzilla.mozilla.org/show_bug.cgi?id=1904286