Coder Social home page Coder Social logo

Comments (1)

yokoffing avatar yokoffing commented on July 19, 2024

I understand the logic, but this would break too many people's workflows (user expectation).

Yes, live search suggestions are disabled for privacy, but that doesn't mean most users want to enable a separate search bar to search for something (hello early 00's), or, for users who won't understand how to do that, think that they have to navigate to google.com etc. every time they want to search. Enthusiasts who want that usually know how to achieve it.

Users who want a separate search bar from the address bar + autocomplete search results in search bar can add to their overrides:

// PREF: perform search queries in a separate search bar
user_pref("browser.search.widget.inNavBar", true); // display search bar beside the URL bar
user_pref("browser.search.suggest.enabled", true); // DEFAULT; restore autocomplete search suggestions
user_pref("keyword.enabled", false); // disable URL bar from resolving search queries 

Btw, browser.fixup.alternate.enabled false is already default.

Even though many people tout Ungoogled Chromium as a great browser, it removes too much, IMO.

from betterfox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.