Showing questions tagged: اعرض كل الأسئلة
  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

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

  • المُؤرشفة

Joining ZOOM meetings doesn't work Firefox, works Chrome or Edge

Joining ZOOM meetings doesn't work in Firefox, works fine in Chrome or Edge - A zoom link for a class (via Canvas, if that matters) will not open zoom. Used to work a mo… (read more)

Joining ZOOM meetings doesn't work in Firefox, works fine in Chrome or Edge - A zoom link for a class (via Canvas, if that matters) will not open zoom. Used to work a month ago. Edge or Chrome works fine. Any suggestions?? thx,

.

Asked by markeh 1 year ago

Last reply by yanziqianandqianyanyan 1 year ago

  • المُؤرشفة

Dragon NaturallySpeaking add-on broke

I use the Dragon NaturallySpeaking add-on to navigate Firefox (and my entire computer) by voice. Recently the extension stopped working properly, and when I tried to unin… (read more)

I use the Dragon NaturallySpeaking add-on to navigate Firefox (and my entire computer) by voice. Recently the extension stopped working properly, and when I tried to uninstall and re-install the plug-in, it would not work at all.

This is the installation link Nuance provides: https://dnsriacontent.nuance.com/15/setup/ffinstall.html.

When you try to click the "Install" button, nothing happens. This has caused Dragon to stop working with almost the entirety of Firefox. Please advise on if an update is coming.

Asked by chelsea.hansen33 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • المُؤرشفة

how do I stop video downloads from automatically playing?

When I download a file or video the system automatically opens it or plays it. I find this annoying if I am downloading a number of videos or items. how do I change th… (read more)

When I download a file or video the system automatically opens it or plays it. I find this annoying if I am downloading a number of videos or items. how do I change the setting so that when I import I don't open everything up?

Asked by gutter992000 1 year ago

Last reply by cor-el 1 year ago

  • المُؤرشفة

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

  • المُؤرشفة

How do I block the animated notification question?

When I go to a website that can push notifications, next to the url there's this animation that you can click to allow the notifications. I want to turn off this animatio… (read more)

When I go to a website that can push notifications, next to the url there's this animation that you can click to allow the notifications. I want to turn off this animation. This question has been asked before and the answer was: "Go to about:config and set dom.webnotifications.enabled = false". I did this, but I still have the animation. What should i do?

Asked by martijn 1 year ago

Last reply by Dropa 1 year ago

  • المُؤرشفة

Bookmarks

I have tried many recommendations to control the bookmark spacing in firefox 108.0.2. I prefer to have single spacing, which is much more convenient than the wider spaci… (read more)

I have tried many recommendations to control the bookmark spacing in firefox 108.0.2. I prefer to have single spacing, which is much more convenient than the wider spacing which now exists. Although many "workarounds" exist, none work to change this problem in the latest version. Why is this problem so difficult to resolve? It worked before and I trusted that it would work again after updating from the last version where it did work. This change is very disappointing.


Thanks George

I looked through the treads below, but could not see where any rules block any changes from occurring.

Asked by alexnwba 1 year ago

Last reply by Terry 1 year ago

  • المُؤرشفة

Keybinds

How do I get rid of keybinds or at least change them it's really annoying when I'm working on stuff and i try to close one tab and then i close the entire window by accid… (read more)

How do I get rid of keybinds or at least change them it's really annoying when I'm working on stuff and i try to close one tab and then i close the entire window by accident by fat fingering shift.

Asked by 07ricardov 1 year ago

Last reply by Dropa 1 year ago

  • المُؤرشفة

No settings for the menu bar

I updated Firefox, and now I have tiny tabs at the very top of the screen, a URL bar permanently set with either their homepage or a search bar, and basically nothing els… (read more)

I updated Firefox, and now I have tiny tabs at the very top of the screen, a URL bar permanently set with either their homepage or a search bar, and basically nothing else.

There are no settings or themes to change these things.

I can't read the tiny tabs, and I really would prefer a blank page and the small search bar off to the side if I want to search. I am often on cellular data and want to avoid opening anything until I choose it to save on data charges--and why can't I choose what I want to display?

Look, I am not a programmer. I am not risking messing up code in the guts of the browser to change these things because the person who wrote out these instructions is not going to be available to help me if I make a mistake.

Could I have settings to make the browser useful to me? I really don't want to go back to Safari, but I'm an old fart who can't see the new "improved" menu bar.

Asked by raggedrose 1 year ago

Last reply by Dropa 1 year ago