Filed under: Productivity, Browser Tips
De-clutter your Firefox menus
Ever notice how the right-click menu in Firefox (and most other applications for that matter) is full of options you never really need? And the more add-ons you install, the longer your list of options gets.If you never find yourself using "View Page in ex Ext App," Menu Editor can help you clean up your right-click menu. In fact, it can help you determine which options to show or hide in most of your Firefox menus, including your File, Vie, Bookmarks, and Tools menus.
The program practices what it preaches. Once you install Menu Editor you might have to hunt a bit to figure out how to open the application. It doesn't add itself to your tools or right-click buttons. You have to go to your tools menu and click Add-ons in order to find a list of installed add-ons, and then click the options button in order to start editing.
[via Digital Inspiration]
So, just how good at time waster games are you? Think you've got the stuff? Well, The World's Hardest Game 2.0 doesn't think you do.
Yes, amazingly, it's possible to have a sequel to a game called "The World's Hardest Game". It doesn't seem logically possible, since if the first one was actually the world's hardest, how could another one come along and share the moniker? It made me doubt the name in the first place. That is, until I tried the game.
The mechanics of the game are very simple. You are a small red square, ...

Reader Comments (Page 1 of 1)
Raveren said 7:38AM on 6-07-2007
Sadly it has a very annoying conflict with both versions of add bookmark here and needs a manual fix to prevent ABH from crashing FX every time it's used.
Reply
PS_4 said 8:04AM on 6-07-2007
Meh... why not just edit the userchrome.css file? Same result, but one less extension to worry about.
Here's what I have in my file:
menuitem[label="Web Search"],
menuitem[label="Web Search"] + menuseparator,
menuitem[label="Work Offline"],
menuitem[label="Bookmark All Tabs..."],
menuitem[label="Stop"],
menuitem[label="Subscribe to This Page..."],
menuitem[label="Subscribe to This Page"],
menuitem[label="Reload"],
menuitem[label="Bookmarks Toolbar Folder"],
menuitem[label="Filterset.G Updater"],
menuitem[label="For Internet Explorer Users"],
menuitem[label="Send Link..."],
menuitem[label="Reload"] + menuseparator {
display: none !important;
}
Reply