Skip to content

Instantly share code, notes, and snippets.

@erikvold
Forked from xulapp/toggleFindBar.uc.js
Created June 23, 2011 18:27
Show Gist options
  • Save erikvold/1043195 to your computer and use it in GitHub Desktop.
Save erikvold/1043195 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