📜 ⬆️ ⬇️

Recovery of the transition button in Firefox 3

Firefox 3 I really like. The only little thing that annoyed me about it was the lack of a permanent button to go to the entered URL. It was in the second version, but now the address bar is “wiser” and displays this button only when you enter the address there. In all other cases, there is a star of quick bookmarking the page.
Search on the internet does not help me. However, almighty Google and English still prompted the decision.

To do this, you need to create (or edit the existing) userChrome.css file. Typically, it is located at C: \ Documents and Settings \ user profile \ Application Data \ Mozilla \ Firefox \ Profiles \ _multi-different_characters_ \ chrome \ userChrome.css.

We add two rules to it:
')
# go-button {visibility: visible! important; }
# star-button {display: none! important;}

restart FF ... Done!

Source: https://habr.com/ru/post/30438/


All Articles