Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi SUMOsJR 1 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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

Được hỏi bởi laudesimperiales 2 năm trước

Lần cuối trả lời bởi Paulgi 2 năm trước

  • Đã lưu trữ

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… (xem thêm)

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?

Được hỏi bởi rarebooks 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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

Được hỏi bởi emprusso 2 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

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 … (xem thêm)

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.

Được hỏi bởi dgnria_pro.firefox 7 tháng trước

Lần cuối trả lời bởi Dropa 7 tháng trước

  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi maxemilian 1 năm trước

Lần cuối trả lời bởi wtfiwinomgs 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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?

Được hỏi bởi playpig_ 2 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã lưu trữ

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 … (xem thêm)

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.

Được hỏi bởi janmac803 1 năm trước

Lần cuối trả lời bởi jonzn4SUSE 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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?

Được hỏi bởi Bla Blubb 2 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

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… (xem thêm)

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

Được hỏi bởi chaitanya varma 1 tháng trước

Lần cuối trả lời bởi cor-el 4 tuần trước

  • Đã lưu trữ

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… (xem thêm)

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?"

Được hỏi bởi Mammmmamiaaaa 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

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, &… (xem thêm)

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

Được hỏi bởi marquara 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi Dieter 1 năm trước

Lần cuối trả lời bởi AliceWyman 1 năm trước

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… (xem thêm)

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!

Được hỏi bởi hayley 3 tháng trước

Lần cuối trả lời bởi zeroknight 3 tháng trước

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… (xem thêm)

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?

Được hỏi bởi digirl 1 tháng trước

Lần cuối trả lời bởi cor-el 1 tháng trước

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… (xem thêm)

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.

Được hỏi bởi ftwelve 2 tháng trước

Lần cuối trả lời bởi jonzn4SUSE 2 tháng trước

  • Đã lưu trữ

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'… (xem thêm)

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.

Được hỏi bởi jamvaru 1 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi ChrisG 6 tháng trước

Lần cuối trả lời bởi zeroknight 6 tháng trước