Replies: 16 comments
-
Interesting concept.
|
Beta Was this translation helpful? Give feedback.
-
Actually this was a request by a user in my CSS repository, I just wanted to share it, but not include it with the other scripts, because it can break the ui. |
Beta Was this translation helpful? Give feedback.
-
Oh, I see) |
Beta Was this translation helpful? Give feedback.
-
Well it can be improved ;-) Code updated, Hiding navigation toolbar seems to break a few popups, but just moving it out of windows visible area will cause at least all tabs button to work again. |
Beta Was this translation helpful? Give feedback.
-
IE9 - 11? |
Beta Was this translation helpful? Give feedback.
-
I like very much this script, thanks |
Beta Was this translation helpful? Give feedback.
-
More results in location bar: Remove history entries from results: |
Beta Was this translation helpful? Give feedback.
-
Thanks, however I don't want removing history results at all but I'd like only increasing Google results Also, it would be great if you hide close/minimize/maximize buttons You can use these useful extensions to move that buttons on the vertical toolbar |
Beta Was this translation helpful? Give feedback.
-
You can add CSS code to the corresponding area and hide those buttons, if you need to. .titlebar-buttons {
display: none !important;
} Don't forget the There is no preference to increase result numbers of search engine results within location bar results. |
Beta Was this translation helpful? Give feedback.
-
The one-liner i currently use is placed on the navbar. Titlebar and toolbar are hidden(no need with vertical tabs). I have the main menu to the left, then nav buttons, reload, search, history, extensions, overflow menu, pagetitlebar and finally minmaxclosebutton. FF Dev with M3 method. Just to share an alternative oneliner(yes, i know there are many). |
Beta Was this translation helpful? Give feedback.
-
Do you have paste and go in the context menu of the urlbar? |
Beta Was this translation helpful? Give feedback.
-
@Orriky is your question to me? If so yes, but why wouldn't that be the case, it works by default in my system(Win 10). |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Same here. Looks like Mozillas code to achieve paste and go relies on location bar being in navigation toolbar. |
Beta Was this translation helpful? Give feedback.
-
It doesn't work on Developer 71, at least to me |
Beta Was this translation helpful? Give feedback.
-
'One-liner' script for Firefox 60+ by Aris
Beta Was this translation helpful? Give feedback.
All reactions