Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

I have a theme, that shows more of it self, the more tool bars I have open so in an older version I added many blank tool bars, how can I do this?

more options

Had to reinstall OS and everything on it including fire fox, but nothing looks the same.

I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back.

I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar.

Is there any way to fix all this?

Had to reinstall OS and everything on it including fire fox, but nothing looks the same. I think I was using version 28, I had like six blank tool bars, and now with the customize feature I don't know how to get them back. I'm also missing the large Icons for Home, back forward like I had in 28, and I can't find a refresh button anywhere that isn't a part of my address bar. Is there any way to fix all this?

Keazen oplossing

The Classic Theme Restorer add-on provides most features you're looking for.

With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:

  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);

#PersonalToolbar { padding-bottom: 100px !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.

Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (2)

more options

Keazen oplossing

The Classic Theme Restorer add-on provides most features you're looking for.

With Classic Theme Restorer, you can only have one additional toolbar though. You could use a user style to enlarge the last toolbar instead. For example, if the last toolbar is the Bookmarks Toolbar:

  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);

#PersonalToolbar { padding-bottom: 100px !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

Thanks for the help!