|
|
|
|
|
by Siecje
4623 days ago
|
|
My issues with Firefox 1) Signing into Chrome is easier and more intuitive then syncing with a code. Also having your extensions is nice. 2) The Inspect element and console are easier to use in Chrome. (Copy as HTML, etc) 3) I seem to have to click on a YouTube video twice for it to pause in Firefox. 4) Typing search queries in chrome is easier. For example in Firefox, you can't just type define: word to search Google for the definition of 'word', as it complains it is not a known command. I don't often use URL commands and think you should access about:config from somewhere else. 5) In Firefox when you scroll with the mouse you scroll too far per mouse tick. |
|
ad 4: you can create a bookmark, edit its "location" and "keyword" accordingly. "%s" is the placeholder for the text you type. E.g.
Location: http://www.google.com/search?hl=en&safe=off&q=%s Keyword: g
Usage: Type "g whatever" in the URL bar to launch google search for "whatever".
You just need to extract the minimal URL and place "%s" accordingly. That way you can create multiple ad-hoc search engines, like "so foo" -> google search "site:stackoverflow.com foo" etc.