Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Where are the separate reload and stop buttons gone? I want them back

  • 2 replies
  • 1 has this problem
  • 71 views
  • Last reply by jerriy

more options

There used to be separate "reload" and "stop" buttons available that I can pick via "Customize" menu and put next to the address bar. The archived solution suggested here (https://support.mozilla.org/en-US/questions/1203285) doesn't or does no longer work. Now what? I have the lastest version of firefox (85).

There used to be separate "reload" and "stop" buttons available that I can pick via "Customize" menu and put next to the address bar. The archived solution suggested here (https://support.mozilla.org/en-US/questions/1203285) doesn't or does no longer work. Now what? I have the lastest version of firefox (85).

Chosen solution

Hi jerriy, did you already have a userChrome.css file or was that your first try? Starting in Firefox 69, there's a new requirement, which is to set Firefox to look for the file at startup:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste userprof and pause while the list is filtered

(3) Double-click the toolkit.legacyUserProfileCustomizations.stylesheets preference to switch the value from false to true

That should take effect on your next startup. Also, you can double-check the steps you took against my checklist here:

https://www.userchrome.org/how-create-userchrome-css.html

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

Hi jerriy, did you already have a userChrome.css file or was that your first try? Starting in Firefox 69, there's a new requirement, which is to set Firefox to look for the file at startup:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste userprof and pause while the list is filtered

(3) Double-click the toolkit.legacyUserProfileCustomizations.stylesheets preference to switch the value from false to true

That should take effect on your next startup. Also, you can double-check the steps you took against my checklist here:

https://www.userchrome.org/how-create-userchrome-css.html

more options

Ah ok — didn't know the new requirement in about:config that had to be tweaked.