Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorlogius/open-in-temp-container
Open a tab, page, link or bookmark in a new empty temporary container
https://github.com/igorlogius/open-in-temp-container
firefox-addon firefox-extension firefox-webextension
Last synced: 15 days ago
JSON representation
Open a tab, page, link or bookmark in a new empty temporary container
- Host: GitHub
- URL: https://github.com/igorlogius/open-in-temp-container
- Owner: igorlogius
- License: bsd-2-clause
- Created: 2023-04-20T20:41:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:00:35.000Z (3 months ago)
- Last Synced: 2024-11-18T21:18:46.669Z (3 months ago)
- Topics: firefox-addon, firefox-extension, firefox-webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/open-in-temp-container/
- Size: 131 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
[![](https://raw.githubusercontent.com/igorlogius/igorlogius/main/geFxAddon.png)](https://addons.mozilla.org/firefox/addon/open-in-temp-container/)
### [Click here to report a bug, make a suggestion or ask a question](https://github.com/igorlogius/igorlogius/issues/new/choose)
Short Demo Video:
https://github.com/igorlogius/open-in-temp-container/assets/67047467/996f18a0-f95f-40ca-9082-d690d4a95b35
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" `` 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