-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1e72f5
commit feebbe8
Showing
4 changed files
with
80 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
Open a tab, page, link or bookmark in a new empty temporary container | ||
|
||
More Infos about containers: https://support.mozilla.org/en-US/kb/how-use-firefox-containers | ||
Open a tab, page, link or bookmark in a new empty temporary container More Infos | ||
about containers: | ||
https://support.mozilla.org/en-US/kb/how-use-firefox-containers | ||
|
||
<b>Short Demo Video:</b> | ||
|
||
https://github.com/igorlogius/open-in-temp-container/assets/67047467/996f18a0-f95f-40ca-9082-d690d4a95b35 | ||
|
||
<b>Usage/Features</b> | ||
<ul> | ||
<li>context menu on various elements - toolbar button - custum shortcut</li> | ||
<li>Note: to enable the bookmark entry, enable the optional permission in the addon settings</li> | ||
<li>context menu on various elements - toolbar button - custum shortcut</li> | ||
<li> | ||
To enable the bookmark entry, enable the optional bookmark permission in the | ||
addon settings | ||
</li> | ||
<li> | ||
<b>History Deletion / Prevention </b> | ||
By enabeling the history permission, the temporary container tabs will | ||
prevent the creation of new history items for sites/urls which never been | ||
visited before. (aka. dont have any existing history entries yet). This | ||
method was choosen, because it is non speculative but still less potentially | ||
destructive than the alternative of deleting all visits to a visited urls, | ||
like how the `temporary containers` addons Delete History works. | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters