Skip to content

Instantly share code, notes, and snippets.

@serian
Created August 16, 2012 13:31
Show Gist options
  • Save serian/3370101 to your computer and use it in GitHub Desktop.
Save serian/3370101 to your computer and use it in GitHub Desktop.
firefox
if (gFindBar.hidden == true)
{
gFindBar.open(0);
gFindBar.startFind();
} else {
gFindBar.close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment