Showing questions tagged: Show all questions
  • Archived

Uninstall Mozilla VPN from Windows's Programs and Features section without messing up Firefox

Good morning. If I try to delete Mozilla VPN from my pc, using Programs and Features in Windows 10, it will make Firefox unable to operate. The question is, how to delet… (read more)

Good morning.

If I try to delete Mozilla VPN from my pc, using Programs and Features in Windows 10, it will make Firefox unable to operate. The question is, how to delete the vpn from computer without causing Firefox to crash.

Thank you.

Asked by Andres Fernandez 2 years ago

Last reply by cor-el 1 year ago

  • Archived

Customizing Proton design

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (read more)

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

/*** Proton Tabs Tweaks ***/

/* Adjust tab corner shape, optionally remove space below tabs */

#tabbrowser-tabs {
    --user-tab-rounding: 6px;
}

.tab-background {
    border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important;
    margin-block: 1px 0 !important;
}
#scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}
/* Container color bar visibility */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
    margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important;
}

Asked by laudesimperiales 2 years ago

Last reply by Paulgi 2 years ago

  • Archived

Sometimes, like just now after various updates/restart, Firefox will lose all the tabs from my previous session. The purchased extension that's supposed to help with that often doesn't. Help!

I didn't know which topic to select. Just started the computer and there was a TrendMicro notice to restart my browser to complete an update -- I opened Firefox and it o… (read more)

I didn't know which topic to select. Just started the computer and there was a TrendMicro notice to restart my browser to complete an update -- I opened Firefox and it opened in two windows with notices about updates, but had lost all my tabs. Other times the situation is different, but the result is the same -- fifty or a hundred tabs gone -- I just noticed the toolbar is missing too so I'm going to send or submit this and turn it back on and see if that stupid extension that supposedly saves my tabs has saved anything, but often, when this happens, it hasn't saved anything for weeks! I've tried getting tech support from them but however these things works something isn't triggering it. One shouldn't need a CIS degree to be able to use a laptop. Thank you, you're awesome regardless.

Asked by ERA Triano 1 year ago

Last reply by cor-el 1 year ago

  • Archived

about the change in size, I have a question.

(I am Korean, It's a translator. Please understand even if it's awkward.) 1. I saw a blog post in the past and set up a browser. (use -> about:config) 2. when I turn… (read more)

(I am Korean, It's a translator. Please understand even if it's awkward.)

1. I saw a blog post in the past and set up a browser. (use -> about:config)

2. when I turn on the browser after that, the size of the browser is always initialized.

3. I think the settings are synchronized to my account. Reinstalling Firefox has the same symptoms.


I can't solve it even if I find a Korean website. Help me

Asked by kinney1215 1 year ago

Last reply by cor-el 1 year ago

  • Archived

User Chrome hide this "browser-bottombox" in full screen.

Hello everybody. I have created the following rule in user chrome: /* Brings Back The Original Statusbar At The Bottom Of The Screen */ browser-bottombox { height:… (read more)

Hello everybody.

I have created the following rule in user chrome:

/* Brings Back The Original Statusbar At The Bottom Of The Screen */

  1. browser-bottombox { height: 20px; border-top: solid 1px #CCC;}

I'm really happy with this, except for the fact that it is visible all the time, so also in full screen.

Q: can I put a command in front so this hides in full screen? Been looking, trying for ages now.

Many THANKS for all your help!

Asked by marc.verbeelen 10 months ago

Last reply by marc.verbeelen 10 months ago