Firefox Ctrl+B toggle Bookmarks Toolbar like Chrome

Pressing Ctrl+B in Chrome opens and closes the Bookmarks Toolbar. By default, Firefox Ctrl+B toggles the Bookmarks Sidebar. Here is how to apply the same shortcut key to Firefox as in Chrome. The Bookmarks Sidebar will still be accessible with Ctrl+I.

Install keyconfig.xpi posted in the mozillaZine forums. It is not an official hosted plugin. There is also a keyconfig wiki.

After the install and Firefox restarts…

1. Tools > Keyconfig (Ctrl+Shift+F12)

2. Click once to highlight Boomarks Ctrl+B


3. hit Disable

4. Click Add a new key button or double click on Bookmarks

5. Change the Name to Bookmarks Toolbar and paste this code:

goToggleToolbar('PersonalToolbar','');

Hit OK

6. With Bookmarks Toolbar highlighted click in the box next to Apply and then press Ctrl+B. Hit Apply. Then Close. Restart Firefox

Make sure that the Bookmarks Toolbar is checked on in View > Toolbars in the Firefox menu. Hitting Ctrl+B should now toggle the Bookmarks Toolbar instead of the sidebar. The Bookmarks Sidebar can still be toggled with Ctrl+I.

Source: Firefox Support Forums

Another code is also posted in 2010 in the Firefox Support Forums. But the short form above does work in Firefox 3.6.x

var E=document.getElementById('PersonalToolbar');
if(E.collapsed){E.removeAttribute('collapsed')}
else{E.setAttribute('collapsed',true)}

Yahoo! Answers WordPress Widgets Plugin

A plugin for WordPress that gives you two widgets to show your Yahoo! Answers Questions and Starred / Favorites. These widgets have a few more options than a typical RSS feed simply loaded by an RSS widget. The statuses are reduced so they aren’t redundant (e.g. “Resolved Question:” is rewritten “Resolved:”) amung other options to toggle such as:

  • Show status.
  • Show category.
  • Show answer count.
  • Show comment count.

These are hidden by default when you create a new instance of the widget.

The widgets are built and tested on 2.9.2 with the WP_Widget class introduced for 2.8 and above.

Download at GitHub:
http://github.com/drale/wp-ya-widgets

Screenshots: (actual appearance depends on your theme)

Yahoo! Answers Widget slimmed display

Slimmed Display

Yahoo! Answers Widget full options

Full Options

Page 1 of 23123451020...Last »