So been moving around a lot with browsers, waterfox, librewolf and very recently degoogle chromium, figured id look at Firefox and holy theres less than half the option in setting then there were afew years back but I gotta say the biggest sin is that adding custom search engine is obfuscated, and the chooses of engines are google, bing, duckduckgo and fucking Amazon! Wtf is that about? But anyway all these search engines are pretty awful including duckduckgo but beyond that the browser scene is a joke, mullvad are about the only company I feel compatible with using now

Edit: instead of saying how easy it is to add custom search engines, I’d like to know why the “add search engine” feature in settings is gone?

  • donio@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    9 months ago

    One thing that is difficult to do though is adding a custom search engine query that is not already offered in the OpenSearch XML format. For example, how would you go about making https://lemmy.world/search?type=All&listingType=All&page=1&sort=TopAll&q=%s the default search engine pattern?

    When I tried to do something similar I ended up creating and serving the XML from my own web server. Would love to know if there is an easier way. It used to be trivial to do via preferences.

    Edit, sorry, Lemmy insists on turning ampersands into & for some reason, here it is the example URL pattern as a link

    Also, this support post has some discussion on the issue.