본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Add stop button

  • 3 답장
  • 4 이 문제를 만남
  • 1 보기
  • 최종 답변자: benschwab

more options

Hi. I've recently upgraded to Firefox 29. In previous versions, there was work around to always have a stop button available. I found this useful and am willing to give up the small about of space that such a button takes up. This seams to no longer be the case in Firefox 29. I would prefer to always have a stop button available and for the stop and refresh buttons not to be in the same location at different times (after all their functions are opposite of one another).

Searching has given me the solution of adding the classic theme restorer add on. This makes more changes then the one I am requesting and it makes changes that I don't want. I have also found another add on which is active stop button but this also makes changes that I don't want. This is not an aesthetics issue for me but rather a functionality issue for me. Is there a way to separate the refresh and stop buttons and to have the stop button always available without making any other changes?

Hi. I've recently upgraded to Firefox 29. In previous versions, there was work around to always have a stop button available. I found this useful and am willing to give up the small about of space that such a button takes up. This seams to no longer be the case in Firefox 29. I would prefer to always have a stop button available and for the stop and refresh buttons not to be in the same location at different times (after all their functions are opposite of one another). Searching has given me the solution of adding the classic theme restorer add on. This makes more changes then the one I am requesting and it makes changes that I don't want. I have also found another add on which is active stop button but this also makes changes that I don't want. This is not an aesthetics issue for me but rather a functionality issue for me. Is there a way to separate the refresh and stop buttons and to have the stop button always available without making any other changes?

선택된 해결법

Don't reset Firefox. There's absolutely no point in doing that.

  1. Uninstall any add-ons you don't want, like Classic Theme Restorer, and restart Firefox afterwards.
  2. Right-click an empty area of the tab bar and choose Customize.
  3. Click the Restore Defaults button, then the Exit Customize button.

Once you've done that,

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#urlbar-stop-button { visibility: visible !important }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

Hello,

The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
Note: This will cause you to lose any Extensions and some Preferences.

  • Open websites will not be saved in Firefox versions lower than 25.

To Reset Firefox do the following:

  1. Go to Firefox > Help > Troubleshooting Information.
  2. Click the "Reset Firefox" button.
  3. Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
  4. Firefox will open with all factory defaults applied.

Further information can be found in the Refresh Firefox - reset add-ons and settings article.

Did this fix your problems? Please report back to us!

Thank you.

more options

선택된 해결법

Don't reset Firefox. There's absolutely no point in doing that.

  1. Uninstall any add-ons you don't want, like Classic Theme Restorer, and restart Firefox afterwards.
  2. Right-click an empty area of the tab bar and choose Customize.
  3. Click the Restore Defaults button, then the Exit Customize button.

Once you've done that,

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#urlbar-stop-button { visibility: visible !important }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

more options

Thank you Mr. Gingerbreadman this solution is exactly what I asked for. I appreciate your help.