Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 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.