Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Where is my separate STOP and RELOAD button

  • 3 답장
  • 1 이 문제를 만남
  • 46 보기
  • 최종 답변자: 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 수정일시