
Where are the separate reload and stop buttons gone? I want them back
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)
選擇的解決方法
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:
Ah ok — didn't know the new requirement in about:config that had to be tweaked.