Skip to content

Instantly share code, notes, and snippets.

@itsuart
Created December 26, 2020 11:33
Show Gist options
  • Save itsuart/39fac233deec4f1d4d99accba630cbc9 to your computer and use it in GitHub Desktop.
Save itsuart/39fac233deec4f1d4d99accba630cbc9 to your computer and use it in GitHub Desktop.
Firefox find bar on top
1. Firefox, help->troubleshooting information->profile folder: open folder
2. create chrome/userChrome.css with following content:
.browserContainer > findbar {
-moz-box-ordinal-group: 0;
}
3. Firefox, about:config, enable toolkit.legacyUserProfileCustomizations.stylesheets
4. restart ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment