搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 2 回覆
  • 1 有這個問題
  • 107 次檢視
  • 最近回覆由 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).

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

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.