Skip to content

Instantly share code, notes, and snippets.

@xulapp
Created April 3, 2011 15:45
Show Gist options
  • Save xulapp/900504 to your computer and use it in GitHub Desktop.
Save xulapp/900504 to your computer and use it in GitHub Desktop.
toggleFindBar.uc.js
// ==UserScript==
// @include main
// @compatibility Firefox 4.0+
// ==/UserScript==
document.getElementById('cmd_find').setAttribute('oncommand', 'gFindBar.hidden ? gFindBar.onFindCommand() : gFindBar.close();');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment