Showing questions tagged: Show all questions
  • Archived

Need help restoring prior profile settings

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum: The tab bar, toolbar, and address bar placement in my Firefox Des… (read more)

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum:

The tab bar, toolbar, and address bar placement in my Firefox Desktop browser has recently changed. I have been trying to revert these recent changes as they interrupt my current workflows.

I DO know which prior profile save contains the desired info however, it contains many files and I DO NOT KNOW which files I need for the bars to be restored. If you could provide me the name(s) of the file(s) that holds the bars data, I am probably saved, hopefully saved.

Asked by SUMOsJR 1 year ago

Last reply by Terry 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

How to increase the font size in the right click context menu? (2)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png) I found a similar 2018 query here at: https://supp… (read more)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png)

I found a similar 2018 query here at: https://support.mozilla.org/en-US/questions/1241117#answer-1174375

and based on that exchange I added the following to userChrome.css file

/* FONT SIZE IN RIGHT CLICK MENU BOXES 5/1/22 */

  1. mainPopupSet menuitem,
  2. mainPopupSet menu { font-size: 16pt !important; }

/* */

I closed and reopened FF. This change has no effect on the menu font no matter what font-size value I enter. Have I done something wrong?

Asked by rarebooks 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Facing error as "Duplicate add-on ID found" While signing self distrubuted firefox extension.

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.) It’s ID is dgnria_pro.firefox@nuance.com Now we have done … (read more)

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.)

It’s ID is dgnria_pro.firefox@nuance.com

Now we have done some modification to the same extension, while publishing it shows error as “Duplicate add-on ID found.”

Earlier we have used same ID for the Firefox extension in the year 2018.

Currently we have opened new account with same ID “dgnria_pro.firefox@nuance.com” and faced the mentioned issue.

We are expected to publish our extension with the same extension id as we don’t want our existing customers get affected.

Is there any way with which extension id “dgnria_pro.firefox@nuance.com” can be deleted from backend , so that we can reuse it.

Asked by dgnria_pro.firefox 6 months ago

Last reply by Dropa 6 months ago

  • Archived

getting back to Light background on "New Tab" page

For over a year (just over a year on this computer and a few more years on a different computer) I have had a custom theme at the top appearing from the file menu through… (read more)

For over a year (just over a year on this computer and a few more years on a different computer) I have had a custom theme at the top appearing from the file menu through the address bar. The computers have also always had the New Tab menu being a light colored screen. I turn on the computer today, to find I guess Firefox updated last night? and completely got rid of the lightness of that page to make it dark, leaving me on the verge of a migraine every time I have to look at that thing.

How do I get rid of that dark page, back to the lighter version WITHOUT getting rid of my custom banner at the top? (yes I tried to use the light extension in theme and that gets rid of the banner and leaves me with a horrible white at the top which is just as big of an issue for me as all the black. I really need that like muted Tan back.)

Asked by emprusso 2 years ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Disabling Control +w keybind

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference? Also, I realized that: ```browser.tabs.warnO… (read more)

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference?

Also, I realized that:

```browser.tabs.warnOnClose False``` Does this option activates warn when closing the tab? If your answer is yes, it is not working at all.

Asked by maxemilian 1 year ago

Last reply by wtfiwinomgs 1 year ago

  • Archived

Cannot disable fullscreen animation (F11)

Hi, I'd like to disable that annoying animation when going to fullscreen (by hitting F11). Supposedly, setting the following should work: Go to about:config Set: full-s… (read more)

Hi, I'd like to disable that annoying animation when going to fullscreen (by hitting F11). Supposedly, setting the following should work:

Go to about:config

Set: full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 full-screen-api.transition.timeout 0 full-screen-api.warning.delay 0 full-screen-api.warning.timeout 0

Restart

However, this does not have any effect in Firefox 94.0 on Ubuntu. Is this a bug/regression? Or is there some other way to disable the animation?

Asked by Bla Blubb 2 years ago

Last reply by cor-el 1 year ago

  • Archived

PDF preview's download button changed behaviour.

Hello Community. I've selected an option to open PDF's in Firefox for preview. And if I wanted to download the PDF after preview, I simply clicked the downloab button fr… (read more)

Hello Community.

I've selected an option to open PDF's in Firefox for preview. And if I wanted to download the PDF after preview, I simply clicked the downloab button from the preview app/tab. The files were downloaded with default filename and to the downloads folder without prompts. But since a while ago the dialog where the save location must be selected and filename given for the file opens up after the click of the download button.

How can I change it back to the previous behaviour without having to input filename and select the file download directory?

Asked by playpig_ 2 years ago

Last reply by Terry 1 year ago

  • Archived

eBay links (not sure what they are called)

when I'm in eBay I can not open links to "contact seller", "view other items" "visit store" This seemed to happen with one of the Firefox updates. I used to be able to … (read more)

when I'm in eBay I can not open links to "contact seller", "view other items" "visit store" This seemed to happen with one of the Firefox updates. I used to be able to click on these and open them up. This is driving me nuts. I can open them on Google Chrome or Safari.

Asked by janmac803 1 year ago

Last reply by jonzn4SUSE 1 year ago

Settings to Configure Proxy Access to the internet has been disabled.

Hi, my proxy configuration settings got selected to No proxy and I'm unable to update it to auto proxy/manual proxy configuration settings as you can see in the below ima… (read more)

Hi, my proxy configuration settings got selected to No proxy and I'm unable to update it to auto proxy/manual proxy configuration settings as you can see in the below image, the pop got disabled and unable to select other options.


Steps to replicate 1.open fire fox browser 2.click on settings 3.select general >> Network settings 4.Click on settings

Actual result: unable to edit the proxy configuration settings got selected to no proxy and editing is disabled

Expected result: should allow user to select the below configuration options i. Auto detect proxy settings for this network ii.use system proxy settings iii.Manual proxy configuration

Asked by chaitanya varma 1 week ago

Last reply by cor-el 1 week ago

  • Archived

How to display different windows beside each other not on top of each other at bottom task bar but with Windows 10

I have the same problem as this person: https://support.mozilla.org/en-US/questions/1011006 but I have a windows 10 and the solution does not show up in the Taskbar sett… (read more)

I have the same problem as this person: https://support.mozilla.org/en-US/questions/1011006

but I have a windows 10 and the solution does not show up in the Taskbar settings. Is there an updated version for this? Here is the OPs original question.

"When I open a new Firefox window, it stacks it on top of all the others in the task bar at the bottom. I would like them to be BESIDE each other. It used to do that. Now I have to hover over the ONLY Firefox item on the bottom task bar and read the list to find the one I want to go to. This is a waste of time and tedious.

How can I change this?"

Asked by Mammmmamiaaaa 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

about:config -- headers and footers

I changed the header/footer in about:config, but the changes will not save. Every time I change them, they revert to something else. I need &T for headerleft, &… (read more)

I changed the header/footer in about:config, but the changes will not save. Every time I change them, they revert to something else. I need &T for headerleft, &PT for headerright, &U for footerleft and &D for footerright. Invariably it changes all the headers to &U, footerleft to &P, and footerright to &D. My only thought is that I haven't saved the updates properly. Please help! ~AM

Asked by marquara 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Since yesterday symbols in the overhang menu are centered in the middle instead of being placed on the left as before

Hello, how can I rearrange the icons in the overhang menu to the left? Since yesterday the icons are centered in the middle of the overhang menu. If you make the Firefox… (read more)

Hello, how can I rearrange the icons in the overhang menu to the left? Since yesterday the icons are centered in the middle of the overhang menu. If you make the Firefox window smaller now, the icons on the right are no longer displayed. I am using version 110 on a Windows 7 system. Thanks a lot for the help.

Asked by Dieter 1 year ago

Last reply by AliceWyman 1 year ago

Is there any way to lock the toolbar?

Hello, I am wondering if there is any way to lock the toolbar so that it does not automatically pop up when you are in full screen mode and hover over the top area of the… (read more)

Hello, I am wondering if there is any way to lock the toolbar so that it does not automatically pop up when you are in full screen mode and hover over the top area of the screen. I cannot easily play some browser games because they must be full screen and the toolbar popping up continuously interrupts the game.

To clarify, I do not want the toolbar to always be there; locking the toolbar so that it automatically shows when in full screen is not the solution I am looking for. I want the toolbar to disappear when I am in full screen and not popup when I hover over the top area of the screen.

Thank you for any help!

Asked by hayley 3 months ago

Last reply by zeroknight 2 months ago

why do my add-ons keep getting disabled?

why do my add-ons keep getting disabled? ff keeps disabling add-ons that i have used for years and even keep a v. 5 to use the older add-ons and use the latest ff develo… (read more)

why do my add-ons keep getting disabled?

ff keeps disabling add-ons that i have used for years and even keep a v. 5 to use the older add-ons and use the latest ff developer to use w/ more modern websites. ff even disables add-ons that worked perfectly well in ff developer and does not even give me the opportunity to re-enable them like i could before.

is there any way to force my old version to let ME decide what i want disabled/enabled?

Asked by digirl 3 weeks ago

Last reply by cor-el 2 weeks ago

Firefox Tab Groups Would be Very Helpful

Yes, I know addons exist for it but many work places don't allow installing addons, security wise they can be a concern and these addons have poor UI/UX. I am genuinely c… (read more)

Yes, I know addons exist for it but many work places don't allow installing addons, security wise they can be a concern and these addons have poor UI/UX. I am genuinely considering using Edge over Firefox due to them having better tab groups which I never though I would say. Please implement a simple tab folder, literally just what current Edge has. It is a very useful basic feature and I would really love to have it included in my favorite browser I have been using for over a decade. Thank you.

Asked by ftwelve 2 months ago

Last reply by jonzn4SUSE 2 months ago

  • Archived

I Am Having A Problem With TopSitesRows

Hello...I appreciate your using Shortcuts & they are very important to me. I once had a problem of not having enough Shortcuts, but that problem has been solved. My… (read more)

Hello...I appreciate your using Shortcuts & they are very important to me. I once had a problem of not having enough Shortcuts, but that problem has been solved.

My problem now is that the number of COLUMNS in my TopSitesRows often change, without my permission, from 6 Columns to 8. That leaves me with a lot of blank links as well as a lot of links I have visited only once & have no plans to visit again. Why can't I keep the number of COLUMNS the same like I can when I choose how many Rows when I choose TopSitesRows?

Thank you.

Asked by ChrisG 6 months ago

Last reply by zeroknight 6 months ago

  • Archived

Why are PDF documents downloading AND opening?

Under my settings / applications, PDF files are listed twice as (application/force-download) AND (application/pdf). As a result, when I open a PDF file from within Firefo… (read more)

Under my settings / applications, PDF files are listed twice as (application/force-download) AND (application/pdf). As a result, when I open a PDF file from within Firefox, the file opens AND downloads. I do NOT want it to download and ONLY want it to open. I have changed the setting to 'Always ask' and every other setting available, yet it continues to download AND open. How to I change it to OPEN only and NOT download?

Asked by bryan47 2 years ago

Last reply by Terry 1 year ago

  • Archived

How do I CHANGE the default KEYBIND for page down from SPACEBAR to something else?

Often when browsing I find that when i want to use spacebar it does something i don't want it to do, which is advance the page downwards, like the "page down" button. I'… (read more)

Often when browsing I find that when i want to use spacebar it does something i don't want it to do, which is advance the page downwards, like the "page down" button. I'd like to change that to something else, like maybe the page down key. Thanks.

Asked by jamvaru 1 year ago

Last reply by Terry 1 year ago