Skip to content

mac-tron/quteff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quteFF

A Firefox customization that implements keyboard-focused navigation, drawing inspiration from Qutebrowser's minimalist design. quteFF integrates custom CSS styling with Vimium-FF to enable efficient keyboard-driven browsing.

Features

  • Clean, minimal interface styled to match Qutebrowser
  • Full keyboard navigation via Vimium-FF
  • Themed Vimium config

Screenshots

quteff-screenshots

Install - Required

  1. Enable Custom CSS

    • Open about:config
    • Set toolkit.legacyUserProfileCustomizations.stylesheets to true
  2. Install CSS Theme

    • Open about:profiles
    • Find Root Directory
    • Create chrome folder
    • Create userChrome.css and paste theme code
    • Restart Firefox
  3. Install Vimium-FF

Install - Optional

  1. Vimium Theme

    • Install color matched and improved UI css theme in Vimium settings
  2. New Tab Page

    • Install New Tab Override
    • Set URL: https://mac-tron.github.io/quteff/
    • Enable "Set focus to web page"
  3. URL Bar Tweaks

    • Open about:config

    browser.urlbar.maxRichResults = 0
    browser.urlbar.autocomplete.inline = true
    
  4. Dark Theme

Changes from hawtbrowser

Expand for summary

Key improvements over the original hawtbrowser theme:

Interface Refinements

  • Consistent toolbar and button sizing
  • Improved extension icon handling
  • Enhanced tab highlighting with purple accents
  • Standardized spacing and alignment

Related projects

This project builds upon and is influenced or utilises the following open-source projects:

About

Fork of hawtbrowser userChrome.css for Firefox to emulate qutebrowser UX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.0%
  • HTML 1.0%