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 サポートの検索

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 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 により に変更されました