Live data from Hacker News

Firefox address bar

wiki.tilde.institute

171–180 of 332 posts

Re: Firefox address bar

#171
post #119

All I want for this dumb thing is to * correct ttps:// to https:// * stop searching internet for local hostname I type into the bar

Also: Show the full URI in the address bar. For some reason, firefox thinks it's cool to hide the protocol section when visiting http pages. Thankfully, it still shows https, an improvement over Chrome's mess of a UI.

Yeah, this actually screws up LastPass's URL matching.

Re: Firefox address bar

#172

My favourite find of the past 12 months is Ctrl+L which gives the address bar focus so you can begin typing.

One finger over, and you've got Ctrl+K to focus search bar (if you have it enabled. Becomes default-search-engine-search in the address bar, if not).

Re: Firefox address bar

#173
post #164

Earlier quoted context omitted.

Firefox is increasingly unfriendly to power users. Wouldn't surprise me if they got rid of this feature someday because they have statistics showing few people use it.

And rightfully so. Why maintain a feature for a small minority? Let them fork and maintain it themselves.

The danger of this is obvious.

Everyone is there for a different minority used feature. By caring only about the feature used by the majority, you are actually satisfying no one.

That’s why product managers use persona on top of metrics. Nice products have niche features and some kind of personality. You don’t want to overfocus on them but stripping them all is a losing move.

Re: Firefox address bar

#174

This isn't average user friendly. No one except nerds will remember these symbols. Why not simply make it so that typing !history ____ will search history, !bookmarks ___ will search bookmarks and so on? This at least stands a chance of being used more widely.

Exactly. Just give us a way to set which results we want first.

Re: Firefox address bar

#176

The killer feature is that you can extend this with your own macros. E.g. if you want the address bar to recognize "hn " as a prefix keyword, and redirect "hn firefox address bar" to, say, Algolia — you simply create a bookmark with "Keyword": "hn" and "URL": " https://hn.algolia.com/?q=%s " (not actually a URL, don't click on it) – %s indicating where the macro parameter substitutes. Then "hn firefox address bar" ma…

Use it daily for GitHub code search (gh - https://github.com/search?type=code&q=%s).

Re: Firefox address bar

#177
post #119

All I want for this dumb thing is to * correct ttps:// to https:// * stop searching internet for local hostname I type into the bar

Also: Show the full URI in the address bar. For some reason, firefox thinks it's cool to hide the protocol section when visiting http pages. Thankfully, it still shows https, an improvement over Chrome's mess of a UI.

That's fixable via browser.urlbar.trimURLs: https://support.mozilla.org/en-US/questions/881261

Re: Firefox address bar

#178
post #49

The killer feature is that you can extend this with your own macros. E.g. if you want the address bar to recognize "hn " as a prefix keyword, and redirect "hn firefox address bar" to, say, Algolia — you simply create a bookmark with "Keyword": "hn" and "URL": " https://hn.algolia.com/?q=%s " (not actually a URL, don't click on it) – %s indicating where the macro parameter substitutes. Then "hn firefox address bar" ma…

This is Firefox's best kept secret. To this day I cannot fathom anyone willingly switching from Firefox to Chrome/Edge/any other Chromium-based browser. There are so many tiny features that are useful at least to myself, while a minor JavaScript performance advantage isn't something that important in the grand scale of things.

I use vivaldi because of the tab stack feature and until firefox gets support for something close to it I just can't switch. I tried to browse the web without it but I always come back to vivaldi. I have a tab hoarding problem and it's the only browser that actually makes helps me manage it.

Re: Firefox address bar

#179

It used to be that search and address were two different fields in the browser UI. That helped - if typed in the address bar, you were probably looking for something in an address [so if you typed potato, it could search for a url in your local history with the word potato], and not for something in a web page. Then Google realized you could combine the two; this makes it less likely you will use a competing search,…

Firefox does have a setting to add the search bar back if that’s your jam, you can turn off address bar search suggestions in the settings too. If you turn off address bar search suggestions then the address bar will still search anything you enter that’s not a url on your chosen default search engine though. You might be able to turn off that behaviour in about:config

Not only that but the shortcuts haven't changed as Ctrl + L puts you in the adress bar and Ctrl+K sets you up for a search with the default engine in the adress bar

Re: Firefox address bar

#180

The killer feature is that you can extend this with your own macros. E.g. if you want the address bar to recognize "hn " as a prefix keyword, and redirect "hn firefox address bar" to, say, Algolia — you simply create a bookmark with "Keyword": "hn" and "URL": " https://hn.algolia.com/?q=%s " (not actually a URL, don't click on it) – %s indicating where the macro parameter substitutes. Then "hn firefox address bar" ma…

There is Duckduckgo Bangs - https://duckduckgo.com/bangs. They directly searches inside a website. There are a total of 13,563 bangs of websites. Twitter, Amazon, Stackoverflow, wikipedia, arch linux. You have to set your search engine to DDG though.

Wanna check if Thunderbird v115 is in arch repos? Ctrl + L, !archpkg thunderbird

Boom!

My favourites:

!w searches inside Wikipedia

!so searches for that term inside stackoverflow

!a searches inside amazon.com

!ai searches inside amazon.in

!arch searches inside arch wiki article for that term

!archpkg directly searches for archlinux.org/packages

Also, I just learned that there is a "!hackernews"

Post reply on HN