Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

Add stop button

  • 3 odpovědi
  • 4 mají tento problém
  • 9 zobrazení
  • Poslední odpověď od 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?

Zvolené řešení

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.

Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (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

Zvolené řešení

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.