Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

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

Learn More

Where is my separate STOP and RELOAD button

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 Terry

more options

There used to be a solution via userChrome.css:

/* separate stop and reload buttons */

  1. reload-button, #stop-button {
 display: -moz-box !important;

}

The above workaround no longer provides separate stop and reload buttons on the browser in the latest version of firefox.

There used to be a solution via userChrome.css: /* separate stop and reload buttons */ #reload-button, #stop-button { display: -moz-box !important; } The above workaround no longer provides separate stop and reload buttons on the browser in the latest version of firefox.

被選擇的解決方法

"moz-box" is no more. See the post below (remove the blank space). Change to display : flex.

https://lemmy. world/post/687686

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

所有回覆 (3)

more options

This is the second or third time that userChrome.css setting has been incapacitated by Firefox update.

What is the new hoop we have to jump so the above workaround works as it should? and have one separate stop button (x) and a separate reload button next to it with both simultaneously visible at all times?

由 jerriy 於 修改

more options

Install the Stop button and Reload button extensions, pin them to the toolbar and go into Customize mode to position them where you want. Don't forget to give them permission to run in private windows if you want to use them there.

more options

選擇的解決方法

"moz-box" is no more. See the post below (remove the blank space). Change to display : flex.

https://lemmy. world/post/687686

由 Terry 於 修改