Monday, February 9, 2009

Firefox 3: disable "Open All in Tabs"

/* for userChrome.css - create if needed */
menuitem[label="Open All in Tabs"],
menuseparator[builder="end"]
{
  -moz-appearance: none !important;
  display: none !important;
}

No comments:

Post a Comment