A beautiful, customizable findbar for Firefox. Centered, fixed, scalable, and fully customizable via SCSS.
The findbar stays centered and fixed in your viewport, making it easy to access without disrupting your browsing flow. No more hunting for the search box!
Adjust the size to match your preferences. From compact to large, the findbar scales beautifully while maintaining perfect proportions and readability.
Every aspect is configurable via SCSS. Change colors, positioning, behavior, button grouping, and element order to create your perfect search experience.
Lightweight CSS implementation with smooth animations. No JavaScript dependencies, minimal resource usage, and optimized for daily use.
Multiple installation methods including automated scripts for Windows, macOS, and Linux. Get up and running in seconds with our deployment tools.
Works seamlessly across all Firefox installations. Consistent experience whether you're on Windows, macOS, or Linux.
Choose your preferred installation method.
⚠️ Always review remote scripts before running. Requires PowerShell Core on non-Windows platforms.
firefox-chrome.zip from
Releases
chrome/ folder to your profiletoolkit.legacyUserProfileCustomizations.stylesheets = true in about:configThe findbar can be customized using SCSS variables:
- $float: Enable floating/overlay mode
- $float-alignment: Position (top, bottom)
- $float-distance: Distance from viewport edge
- $buttons: Show prev/next navigation buttons
- $buttons-grouped: Group buttons visually with text box
- $hide-close-button: Show/hide the close button
- $hide-when-unfocused: Auto-hide when not in use
- $opacity-when-unfocused: Transparency when not focused (0-1)
- $fixed: Use fixed positioning (stays in viewport)
- $centered: Center horizontally on the page
- $scale: Scale factor for size (1.0 = default, 1.5 = 150%)
- $side-margin: Custom side margins (null = auto)
- $order: Customize the order of findbar elements