Firefox address bar
21–30 of 332 posts
Re: Firefox address bar
#22I love them, use them every day on desktop and I don't understand why it does not work on mobile
Doesn't the mobile port use a completely different user interface implementation, from scratch? Makes sense that they might not have gotten to all the advanced convenience features of desktop yet.
Re: Firefox address bar
#23The 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…
Do you remember if it was possible to edit or add custom search engines from GUI before? I remember having them, but I can't find it. Also it seems to me as a basic feature and not a "killer feature".
Re: Firefox address bar
#24The 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 one of my favorite features that I use daily. I use the URL " https://www.google.com/search?q=site:ycombinator.com+%s " to search content from HN, and " https://www.google.com/search?q=site:reddit.com+%s " to search on Reddit. I also have " https://www.npmjs.com/package/%s " to directly go to a package page on npm.
Re: Firefox address bar
#25Maybe it doesn't play nicely, or at all with privacy badger, ublock origin, ddg etc plugins installed?
Re: Firefox address bar
#26The 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 one of my favorite features that I use daily. I use the URL " https://www.google.com/search?q=site:ycombinator.com+%s " to search content from HN, and " https://www.google.com/search?q=site:reddit.com+%s " to search on Reddit. I also have " https://www.npmjs.com/package/%s " to directly go to a package page on npm.
This is probably less of a problem on firefox, where they are regular bookmarks.
Re: Firefox address bar
#27The 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…
Re: Firefox address bar
#28The 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…
I've wrote the same, with the same algolia example :D Do you remember if it was possible to edit or add custom search engines from GUI before? I remember having them, but I can't find it. Also it seems to me as a basic feature and not a "killer feature".
Edit: it then gets saved as a bookmark and you can edit it like any other.
Re: Firefox address bar
#29The 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…
It is also great for keyword-based bookmarklets.
Re: Firefox address bar
#30Earlier quoted context omitted.
I use this often. I just wish there was a way to escape the keyword. Like for example if I wanted to do a web search for "hn firefox address bar" I have to click the correct search engine with my mouse. Maybe there's a method I'm not aware of.
You can press Ctrl+K or type a `?` before the search query and Firefox will use your default search engine without expanding the bookmark macro.