On Jun 12, 4:51 am, Jens Hatlak <[email protected]> wrote:
> nr wrote:
> > Is there any way to remove the lines for 'Subscribe to This Page' and
> > 'Personal Toolbar' in my bookmarks drop down (SM 2.1)?
>
> Add this to your userChrome.css (or use Stylish):
>
> #BMB_feedsMenu,
> #BMB_feedsMenu + menuseparator,
> #BMB_bookmarksToolbarFolderMenu
> {display:none}
>
> > Whenever I select 'Tools / Add-on Manager' it opens a second tab
> > (current page to first tab - I do not use tabs).  I have my
> > 'Preferences' set to not open tabs, but this still happens.  Is there
> > any way to get the 'Add-on Manager' to either open in the current
> > window or in a new window?
>
> You cannot control how the menu entry works (without editing the source).
>
> There are several ways to achieve it differently (like creating a
> bookmark for about:addons and using the context menu on it, or using the
> Custom Buttons add-on and opening it using JavaScript), but the easiest
> should be to just use Ctrl+N, Ctrl+Shift+A (provided the AOM is not open
> yet).
>
> HTH
>
> Jens
>
> --
> Jens Hatlak <http://jens.hatlak.de/>
> SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>

Thanks, but your #BMB... lines didn't work.  I found a similar note on
the Mozilla forums with a reply that does work:

#main-menubar [label="Subscribe to This Page"],
#main-menubar [label="Personal Toolbar"],
#main-menubar #bookmarksToolbarFolderMenu + menuseparator,
#main-menubar .feedsMenu + menuseparator {display: none !important;}

Now if I could just get the Add-on Manager to open in a window and not
a tab...
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to