Live data from Hacker News

Firefox 64 Released

hacks.mozilla.org

181–190 of 527 posts

Re: Firefox 64 Released

#181

Good work guys. For those using Firefox, I have one question. Is there any way to replicate Chrome's tab-to-search feature? It's literally the ONLY reason I'm still on Chrome. Let me explain by showing how I would search for "apples" in youtube across both browsers. Firefox: 1 - Ctrl+L (go to location bar) 2 - Type "you", press "down" to select youtube from history. 3 - Wait for site to load...... 4 - Click on search…

I love that feature too. It uses the opensearch spec, and shouldn't be hard to implement

Re: Firefox 64 Released

#182

Good work guys. For those using Firefox, I have one question. Is there any way to replicate Chrome's tab-to-search feature? It's literally the ONLY reason I'm still on Chrome. Let me explain by showing how I would search for "apples" in youtube across both browsers. Firefox: 1 - Ctrl+L (go to location bar) 2 - Type "you", press "down" to select youtube from history. 3 - Wait for site to load...... 4 - Click on search…

You have to bookmark the search URL replacing the query with %s then set a keyword on the bookmark

location: https://www.google.com/search?q=%s keyword: g

example search 'g test query'

Re: Firefox 64 Released

#183

Good work guys. For those using Firefox, I have one question. Is there any way to replicate Chrome's tab-to-search feature? It's literally the ONLY reason I'm still on Chrome. Let me explain by showing how I would search for "apples" in youtube across both browsers. Firefox: 1 - Ctrl+L (go to location bar) 2 - Type "you", press "down" to select youtube from history. 3 - Wait for site to load...... 4 - Click on search…

even simpler in firefox: [1] open youtube.com [2] right click on the search bar and select "Add a keyword for this search" [3] in the dialog enter the character "y" as the keyword. [4] done! now to search youtube from the address bar just enter y followed by the search terms!

I'd argue that manually adding each site individually is not "even simpler".

Re: Firefox 64 Released

#184

Good work guys. For those using Firefox, I have one question. Is there any way to replicate Chrome's tab-to-search feature? It's literally the ONLY reason I'm still on Chrome. Let me explain by showing how I would search for "apples" in youtube across both browsers. Firefox: 1 - Ctrl+L (go to location bar) 2 - Type "you", press "down" to select youtube from history. 3 - Wait for site to load...... 4 - Click on search…

You have to bookmark the search URL replacing the query with %s then set a keyword on the bookmark location: https://www.google.com/search?q=%s keyword: g example search 'g test query'

See, this means that I need to do this for every site I want to search in advance. With Chrome I literally just have to visit the site. No creating bookmarks, nothing.

Re: Firefox 64 Released

#185

Good work guys. For those using Firefox, I have one question. Is there any way to replicate Chrome's tab-to-search feature? It's literally the ONLY reason I'm still on Chrome. Let me explain by showing how I would search for "apples" in youtube across both browsers. Firefox: 1 - Ctrl+L (go to location bar) 2 - Type "you", press "down" to select youtube from history. 3 - Wait for site to load...... 4 - Click on search…

Yes but it isn't as good as google.

Go to youtube.

Right click on the youtube search bar.

add a keyword for this search.

choose your keyword (ex: yt)

now you can type in the omnibar "yt my search" and it will do directly the search. It's not as good as chrome solution but it's the only thing for now.

Re: Firefox 64 Released

#187

> The CSS Scrollbars Level 1 spec standardizes features for setting scrollbar width and color I would like these features to be standardised to hands-off-my-fricking-scrollbars. I’m fed up with impossible-to-grab 1px-wide scrollbars because “everyone has trackpads”. No, they don’t.

> because “everyone has trackpads”. No, they don’t. Don't most mice have scrolling as well? It's not about trackpads.

This assumption should be listed in the Firefox "System Requirements", then. I'm pretty sure nowhere else on my system (Mac) requires the mouse to have a wheel or tracking surface, or even a second button. Just x/y positioning, and clicking.

Re: Firefox 64 Released

#188

Good work guys. For those using Firefox, I have one question. Is there any way to replicate Chrome's tab-to-search feature? It's literally the ONLY reason I'm still on Chrome. Let me explain by showing how I would search for "apples" in youtube across both browsers. Firefox: 1 - Ctrl+L (go to location bar) 2 - Type "you", press "down" to select youtube from history. 3 - Wait for site to load...... 4 - Click on search…

Create a Search Bookmark

1. Got to the Bookmark Library and Right Click > New Bookmark and fill it as follows: Name: YouTube Search Location: https://www.youtube.com/results?search_query=%s Keyword: you

2. Click Add

3. Now in the Location bar type "you apples" and apples will be searched on YouTube.

I use this for a lot of sites with search inputs. I often do searches using ddg of sites I visit with forums or other buried content. Any search that has a URL that you can input a set of terms into can be used. Just use %s in the location for where the terms are in the URL.

Example using DDG to search CarForum.com:https://duckduckgo.com/?q=site%3CarForum.com+%s&t=ffab&ia=we...

This does the query "site:CarForum.com %s" on DDG.

Re: Firefox 64 Released

#189

What's the status of the cat and mouse game being played with autoplay video being forced on and new options needing to be hunted down? First Chrome forced it on, because EvilCorp's business model is around a forced-open-eyelid philosophy of advertising revenue from unstoppable impressions. Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute…

Get uMatrix and block Media requests globally, then whitelist on a per-domain basis. That should "fix" auto-playing videos for you permanently.

Re: Firefox 64 Released

#190

I hope one day DevTools get their own "Quantum" Milestone and rust rewrite!

DevTools UI is actually currently being re-written with React, so it can be more easily hacked on and benefit from all the performance work Quantum brings. Check out https://github.com/devtools-html to see the progress of this work.
Post reply on HN