Skip to content

Commit b587b5e

Browse files
committed
fix description in script
1 parent c68eee4 commit b587b5e

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

JS/openBookmarkInContainerTab.uc.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
33
// @version 1.2.1
44
// @author aminomancer
55
// @homepage https://github.com/aminomancer/uc.css.js
6-
// @description Adds a new menu to context menus prompted by right-clicking bookmarks, history entries, etc. that allows you to open them in a container tab. This does basically the same thing as the similarly-named addon by Rob Wu, just by a different method. By doing this with an autoconfig script, we can make the menu appear in a logical order towards the top of the context menu rather than at the very bottom, where context menu items from addons always go. Since Bug 1754805, the main menu created by this script is obsolete — the "Open in New Container Tab" menu opened on bookmarks and history items. So as of version 1.2, that menu has been removed. However, this still
6+
// @description Adds a new menu to context menus prompted by right-clicking
7+
// bookmarks, history entries, etc. that allows you to open them in a container
8+
// tab. This does basically the same thing as the similarly-named addon by Rob
9+
// Wu, just by a different method. By doing this with an autoconfig script, we
10+
// can make the menu appear in a logical order towards the top of the context
11+
// menu rather than at the very bottom, where context menu items from addons
12+
// always go. Since Bug 1754805, the main menu created by this script is
13+
// obsolete — the "Open in New Container Tab" menu opened on bookmarks and
14+
// history items. So as of version 1.2, that menu has been removed since it
15+
// would be redundant. However, this still adds a menu item to open all
16+
// bookmarks in a container. Bug 1754805 also doesn't add these menu items to
17+
// the synced tabs sidebar context menu, whereas this script does.
718
// @license This Source Code Form is subject to the terms of the Creative Commons Attribution-NonCommercial-ShareAlike International License, v. 4.0. If a copy of the CC BY-NC-SA 4.0 was not distributed with this file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
819
// @include main
920
// @include chrome://browser/content/places/bookmarksSidebar.xhtml

0 commit comments

Comments
 (0)