|
|
|
|
|
by onurtag
2414 days ago
|
|
It is possible to get that feature back with two advanced tweaks (which I had to use): 1) Increase the number of results in about:config:
Set browser.urlbar.maxRichResults to your desired value (like 60). 2) Make the results scrollable with a userchrome.css tweak:
Using this example or your own: https://github.com/MrOtherGuy/firefox-csshacks/blob/master/c... |
|