move the refresh button back into the address bar?

User Help for Mozilla Firefox
Post Reply
GrayWolf448
Posts: 1
Joined: November 16th, 2017, 10:22 pm

move the refresh button back into the address bar?

Post by GrayWolf448 »

im wondering if there is anyway to move the refresh button back into the address bar and remove all the clutter from the right side of the address bar.

also is there any way to turn my tabs back round? i really dislike the new look, just looks plain ugly (with no real advantages) imo.
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Re: move the refresh button back into the address bar?

Post by Gingerbread Man »

GrayWolf448 wrote:im wondering if there is anyway to move the refresh button back into the address bar
:arrow: https://addons.mozilla.org/firefox/addo ... dress-bar/
GrayWolf448 wrote:remove all the clutter from the right side of the address bar.
Add the following to your userChrome.css to hide the bookmarks star, reader button, zoom button, and ellipsis button. Omit the first line to keep the bookmarks star.

Code: Select all

#star-button-box,
#reader-mode-button,
#urlbar-zoom-button,
#pageActionSeparator,
#pageActionButton {
  display: none !important;
}
miki69
Posts: 5
Joined: November 18th, 2017, 11:06 am

Re: move the refresh button back into the address bar?

Post by miki69 »

you can also use this add-on: https://addons.mozilla.org/en-US/firefo ... dress-bar/

Cheers,
Post Reply