From 1100de156ea984865b76177fe546c077eeb24460 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 11 Jun 2013 14:20:53 +0200 Subject: Firefox addons: make a note of bug489729 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/main | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/firstrun') diff --git a/scripts/firstrun/10-firefox/main b/scripts/firstrun/10-firefox/main index c2bebd1..23d421d 100644 --- a/scripts/firstrun/10-firefox/main +++ b/scripts/firstrun/10-firefox/main @@ -4,7 +4,6 @@ WGET="wget -N" DELETE=0 # plugins - plugins+=" 59" # *** User Agent Switcher plugins+=" 722" # *** NoScript plugins+=" 748" # *** Greasemonkey @@ -16,6 +15,12 @@ plugins+=" 3880" # **** Add Bookmark Here plugins+=" 6366" # ***** FireGestures plugins+=" 7765" # ? IdentFavIcon plugins+=" 9609" # ** Ghostery +# unfortunately, this much needed extension will not work with Tree Style Tab: +# https://addons.mozilla.org/en-us/firefox/addon/bug489729-disable-detach-and-t/versions/?page=1#version-2.0 +# https://addons.mozilla.org/cs/thunderbird/addon/tree-style-tab/reviews/310061/ +# https://bugzilla.mozilla.org/show_bug.cgi?id=489729#c93 +# https://github.com/piroor/treestyletab/issues/305 +#plugins+=" 12276" # ? bug489729 (Disable detach and tear off tab) plugins+=" 12632" # **** FireQuery plugins+=" 13784" # **** Open Bookmarks in New Tab plugins+=" 71411" # ** Tile Tabs -- cgit