Отображение вопросов с тегом: Показать все вопросы
  • Архивировано

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… (читать ещё)

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

Задан laudesimperiales 2 года назад

Последний ответ от Paulgi 2 года назад

  • Архивировано

Download Helper not downloading from Youtube

When watching something on Youtube and I click on the coloured download icon, I get to be able to click on the title of the video. A blue 1 appears in the download icon. … (читать ещё)

When watching something on Youtube and I click on the coloured download icon, I get to be able to click on the title of the video. A blue 1 appears in the download icon. When I click again, then click on the blue 1 to watch the download. Nothing happens. The window just sits there and states 'downloading', but it does not happen. This happened last year and you managed to fix it; now Youtube seem to have blocked downloading again. Geoffrey D Dean, Australia.

Задан Geoffrey D Dean 11 месяцев назад

Последний ответ от James 10 месяцев назад

  • Архивировано

Firefox not compatible with some websites

Today I tried to place an online order to pickup from Texas Roadhouse, but no matter what time I chose a message said it was not available. The only selection that worked… (читать ещё)

Today I tried to place an online order to pickup from Texas Roadhouse, but no matter what time I chose a message said it was not available. The only selection that worked was "Earliest Available Time". Finally I called to place an order. Firefox worked 2 months ago but I don't recall which version I was using at the time.

Today I was using FF vers 97.x and later updated to vers 99.0.1 figuring that might be the problem, but it made no difference.

Later I tried Windows 10 Edge & that worked. Then tried a Chromebook & that also worked.

I've also had problems going to the Tracfone website & so have several other people. It's hit or miss with Firefox & usually it doesn't work. But Chrome or Edge seem to work for everyone.

Is this a website problem or a FF problem?

Задан Mike109 2 года назад

Последний ответ от SurferJ 2 года назад

  • Архивировано

Firefox informs me that my browser is being managed by my organization.

As I belong to no organization, I find this disturbing. Some of the settings being "managed" for me are not as I want them. How do I get access to them? FWIW. I am using … (читать ещё)

As I belong to no organization, I find this disturbing. Some of the settings being "managed" for me are not as I want them. How do I get access to them? FWIW. I am using Firefox in Linux Mint. Thank you for your help.

Задан owen58191 1 год назад

Последний ответ от jonzn4SUSE 1 год назад

import logins, passwords from waterfox

tried to import logins etc from waterfox, but pull down list does NOT include waterfox, many others tho, so how can this be done without having to jump thru too many hoop… (читать ещё)

tried to import logins etc from waterfox, but pull down list does NOT include waterfox, many others tho, so how can this be done without having to jump thru too many hoops

Задан hjoz 4 месяца назад

Последний ответ от jonzn4SUSE 3 месяца назад

  • Архивировано

Can't enrol into Two-Step Authentication

Good day, Really happy to see that mozilla is tightening up security. But unfortunately, I can't enroll into Two-Step Authentication everytime I enter code it's not bein… (читать ещё)

Good day,

Really happy to see that mozilla is tightening up security. But unfortunately, I can't enroll into Two-Step Authentication everytime I enter code it's not being accepted. I tried multiple android apps of those codes and non of them work for me.

Because of that, I lost access to addons.mozilla.com account, because system doesn't let me in without 2step auth enabled.

Any chance I can use yubikey's intead of those auth apps? or anything else I can do?

Задан Stas 2 года назад

Последний ответ от nzmusiclover2192 1 год назад

"Access your data for all websites" Can a ADDON transmit that data over the internet?

I understand the necessity of some Extensions / add-ons to "Access your data for all websites" and therefore i agree to that for some of them. So here's the question: Is … (читать ещё)

I understand the necessity of some Extensions / add-ons to "Access your data for all websites" and therefore i agree to that for some of them. So here's the question: Is it possible for the data collected by that ADDON to be transmitted over the internet to either the ADDON maker or any other unknown recipient? Or is it that they indeed are collected but stored and processed locally on my computer and never transmitted elsewhere?

Задан RHXE 4 месяца назад

Последний ответ от TyDraniu 3 месяца назад

Odd banner of script on different webpages

There has been this odd banner of scripts on certain web pages for a while now and I'm not sure what it is or how to stop it. I don't know what the problem could be. … (читать ещё)

There has been this odd banner of scripts on certain web pages for a while now and I'm not sure what it is or how to stop it. I don't know what the problem could be.

Задан k_tu 4 месяца назад

Последний ответ от Rasimore Fashions 3 месяца назад

  • Архивировано

Possible IPC memory leak - how to pinpoint the culprit?

Hey there, I'm having trouble with Firefox. Something inside Firefox is eating up my RAM and CPU. Usually I recognize the problem happening because my laptop fans ramp up… (читать ещё)

Hey there, I'm having trouble with Firefox. Something inside Firefox is eating up my RAM and CPU. Usually I recognize the problem happening because my laptop fans ramp up. The problem occurs on my laptop as well on my desktop (both on latest stable Firefox[Build ID: 20220513165813] and Windows 11). The workaround is to kill the Firefox subprocess which is using most of the CPU and RAM. Then everything is back to normal for some time, until Firefox starts messing with me again.

While trying to pinpoint the problem I'm stuck. I can't find a culprit other than the fact it has something to do with Firefox. Clean reinstalling did not help. The Firefox Task Manager doesn't know anything about huge amounts of RAM being taken. I searched for solutions on the net and the about:memory indicates the problem is some IPC related stuff:

 {
  "process": "Main Process (pid 12648)",
  "path": "queued-ipc-messages/content-parent(Browser, pid=9612, open channel, 0x22e4b33fc30, refcnt=38)",
  "kind": 2,
  "units": 1,
  "amount": 0,
  "description": "The number of unset IPC messages held in this ContentParent's channel.  A large value here might indicate that we're leaking messages.  Similarly, a ContentParent object for a process that's no longer running could indicate that we're leaking ContentParents."
 }

The bug reporting guidelines(https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html) are encouraging me to attach steps to reproduce and try the steps listed on https://support.mozilla.org/en-US/kb/firefox-uses-too-much-memory-or-cpu-resources . But I've exhausted the steps there (Except for upgrading the PC / RAM).

Especially on the go this Firefox-RAM-Party takes quite some battery and right now while writing this Firefox has >100GB virtual RAM reserved for some IPC messages, I personally think this is too much. So I'd like to file a report, but without steps to reproduce I'm afraid the developers are going to say 'well, that's something we are not able to diagnose', because I am unable to explain how to reproduce it. It just happens from time to time.

The anonymized about:memory report: https://bin.disroot.org/?2ba01ef78154cce4#8PLVqLTd9qgaRn2QVX2P17hkbHQyrTDuVAwoykj2cBxg

I left Firefox running like this for about half an hour and at 138GB reserved RAM Windows slaughtered my Firefox. The resulting crash report: https://bin.disroot.org/?0bc57492585dde4b#5YtbWgXcbZSkWYmg2CGkVn9iiipYwfYbxUfCLhmMJh7d

Do you have a clue where I might find out who sends those IPC messages, and therefore who is responsible for this?

Задан Sewana 1 год назад

Последний ответ от cor-el 1 год назад

  • Архивировано

Firefox Browser 102.0(64bit)

When I login to URL https://www.ohiogasprices.com/index.aspx?mss=286965 with Firefox there is a long delay (~5min.). This happens with multiple machines and locati… (читать ещё)

When I login to URL

 https://www.ohiogasprices.com/index.aspx?mss=286965  

with Firefox there is a long delay (~5min.). This happens with multiple machines and locations (w/ Windows 10p and Windows 11p). This started a few weeks ago, I'm wondering if an update is to blame.

It all works fine with Microsoft Edge.

Задан FWO-BOH 1 год назад

Последний ответ от cor-el 1 год назад

  • Решено
  • Архивировано

No option to Uncheck Underline Links

Just updated to the latest firefox version 119, and noticed that the url links are now all underlined again. Checked the support page that says it can be undone in settin… (читать ещё)

Just updated to the latest firefox version 119, and noticed that the url links are now all underlined again. Checked the support page that says it can be undone in settings, but when I opened up to the said setting page, there's no option to uncheck underline links. Where else can underline links be disabled?

Задан kkhoon77 6 месяцев назад

Дан ответ cor-el 6 месяцев назад

  • Архивировано

Restore Previous Session

I'm using Firefox 104.0.2 (64 bit) under Windows 11. Under Settings I have selected Startup Open Previous Windows and Tabs. I normally have more than a dozen tabs. For… (читать ещё)

I'm using Firefox 104.0.2 (64 bit) under Windows 11.

Under Settings I have selected Startup Open Previous Windows and Tabs.

I normally have more than a dozen tabs.

For the past few days, when I start Firefox my previous session is not restored and I just get the single Firefox tab.

When I got to History there is no longer a Restore Previous Session option.

How do I get it back?

Thanks

Ward Saylor

Задан lbjes 1 год назад

Последний ответ от cor-el 1 год назад

  • Архивировано

Firefox crashing repeatedly

Firefox seems to crash repeatedly and generates no crash reports, just freezes up my pc. It works in troubleshooting mode but even after refreshing, the problem persists.… (читать ещё)

Firefox seems to crash repeatedly and generates no crash reports, just freezes up my pc. It works in troubleshooting mode but even after refreshing, the problem persists. Surprisingly, it will consistently crash if I go to `about:support` (except in troubleshooting mode). Any help would be appreciated!

Задан Bilal Musani 7 месяцев назад

Последний ответ от zeroknight 7 месяцев назад

Firefox (Latest Version - 119.0.1, 64 bit) Mac - ONLY works in Troubleshoot Mode

I've tried deleting all history, cache settings. Deleting and reinstalling Firefox. Backing up existing profiles and restarting. NOTHING except starting in Troubleshoo… (читать ещё)

I've tried deleting all history, cache settings. Deleting and reinstalling Firefox. Backing up existing profiles and restarting. NOTHING except starting in Troubleshoot (Safe) mode makes a difference:

Задан fewerjunk junk 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

  • Архивировано

Shopify page doesn't load anymore

Hi I have a Shopify account and since the Firefox 99 update my Shopify shop page doesn't load any more, showing an error message. I have had to download Chrome in order t… (читать ещё)

Hi I have a Shopify account and since the Firefox 99 update my Shopify shop page doesn't load any more, showing an error message. I have had to download Chrome in order to access my shop - really annoying. Have anyone been able to troubleshoot the problem? I find it really affects my ability to do business and I am feeling let down by Firefox. I am adding a screenshot of the error message. I can access my shop without any trouble on Edge or Opera browsers. Firefox is the only one having issue...

Задан Cat 1 год назад

Последний ответ от jscher2000 - Support Volunteer 1 год назад