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

userChrome

There is no userChrome.css in my profile. If it needs to be created, where do I create it? Yes, I searched for help. What I found was about userChrome.css to solve spec… (read more)

There is no userChrome.css in my profile.

If it needs to be created, where do I create it?

Yes, I searched for help. What I found was about userChrome.css to solve specific problems, but not what to do if it doesn't exist. Is userChrome still supported?

Thank you! Mark.

Asked by Mark Filipak 1 year ago

Answered by Mark Filipak 1 year ago

  • المُؤرشفة

why is it so difficult to get spell check to work?

I went into setting and made sure spellcheck is enabled and it is, but there are no other options there. I did exactly what it said on your help article and right clicked… (read more)

I went into setting and made sure spellcheck is enabled and it is, but there are no other options there. I did exactly what it said on your help article and right clicked in the text box on multiple different web pages and there is NO OPTION. It should not be this complicated.

Asked by tremault 9 months ago

Last reply by cor-el 8 months ago

  • المُؤرشفة

Configure navigation bar empty (without search box)

Hello, I need your help: how can I set navigation bar without any item (hide all items of this bar)? I need that this bar appears but empty. The reason is that I want to… (read more)

Hello,

I need your help: how can I set navigation bar without any item (hide all items of this bar)? I need that this bar appears but empty. The reason is that I want to restrict options in Firefox (for all users) but let it be allowed open windows pop-up.

I got remove the menu button that is to the right of the whole (hamburger type), the forward and backward buttons that are to the left of the whole (which are the arrows to the right and to the left), the detention (which is the cross), etc. I did this with commands in userChrome.css file

But what I can't hide is the item where the url's are placed (search box). I just need to hide the search box. I wrote " #nav-bar { visibility: collapse !important ; } " in userChrome.css , and then all navigation bar is hidden but don't get windows of pop-up that I need them to appear.

The version of Firefox that I have is 108.0.1 (64 bits).

Could you help me, please? It's a little urgent. Thanks!!

Asked by sergio_orishass 1 year ago

Last reply by sergio_orishass 1 year ago

  • حُلّت
  • المُؤرشفة

Where did Page Setup / Margins & Header/Footer go?

I'm using Firefox 85.0.2 . . . I was doing this (below), to customize my header and footer, but in this version of FF, I no longer see this in Options - only in: about:c… (read more)

I'm using Firefox 85.0.2 . . . I was doing this (below), to customize my header and footer, but in this version of FF, I no longer see this in Options - only in: about:config . . . keyword "footer" . . . there, I would have to change it for 5 different ways of printing (to printers or to PDF)

I need to get rid of printing the URL in the footer - many times, it's too long, and I don't need it.

Where did the Page Setup option go?

I see in the current Print Options, you have to go to - More Settings / Margin / Custom - to see those. Why would they put this so many levels down?

It used to be: File / Page Setup / Margins & Header/Footer . . . "Customize" Headers & Footers:

Option 1 (left) . . . there are two leading spaces:

 > > &T
 > > &U . . . &D . . . &PT

Option 2 (left) . . . get rid of the ">"s, and just have the two leading spaces:

 &T
 &U . . . &D . . . &PT

Asked by sludge7051-x 3 years ago

Answered by jscher2000 - Support Volunteer 3 years ago

  • المُؤرشفة

Firefox mishandles action selected for opening files

I want to open online PDFs in Acrobat. I've modified the setting is in Firefox to "Always ask," yet when I click on a PDF it opens as it should AND Firefox automatically … (read more)

I want to open online PDFs in Acrobat. I've modified the setting is in Firefox to "Always ask," yet when I click on a PDF it opens as it should AND Firefox automatically downloads the file to the Downloads folder even though that destination is greyed out in settings and the radial button for "Always Ask" is selected. How can I block this activity in either Firefox or in the registry.

NOTE: ALL OF THE SETTINGS IN FIREFOX SAY "ALWAYS ASK." This a software bug in Firefox, not a user switch setting. This activity began today (March 11, 2022) after months of normal, expected activity. I've reset Firefox and I've done a complete uninstall and clean install and this still happens.

Asked by Andy 2 years ago

Last reply by gkrmbl 1 year ago

  • حُلّت
  • المُؤرشفة

Close Tab Button On Left (Firefox 113)

This again! This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening. Initially post-update the close tab button was … (read more)

This again!

This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening.

Initially post-update the close tab button was in a weird, random place on the tab bar. I have adjusted the margins to put the button back where it's supposed to be!

I changed :

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 2px !important;
}

to:

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 35px !important;
}

to move the button back onto the left. That may seem like a drastic change but that's the lowest value I could find which produced the result I want.

However, it's not quite the result I want! As of updating to 113.0.1, the tab title itself now disappears altogether on hover.

I have tried to correct this in CSS using the .tab-text and .tab-label attributes, but without any luck so far.

Can anybody help me with this, before I'm forced to downgrade to Firefox 112?

Better yet... how about we just make this an option in Settings, as it should be?!

Asked by Kit Marsden 11 months ago

Answered by Kit Marsden 11 months ago

  • المُؤرشفة

Middle mouse wheel auto-scrolling does not work as a toggle, only as a hold

When I tap the middle mouse wheel to enable auto-scrolling (with no additional inputs like clicking, scrolling, or keyboard inputs), on release of the middle mouse wheel,… (read more)

When I tap the middle mouse wheel to enable auto-scrolling (with no additional inputs like clicking, scrolling, or keyboard inputs), on release of the middle mouse wheel, auto-scroll disappears. I can only use auto-scroll while holding down the middle mouse wheel.

I've reached out to other's and this seems to not be the intended/default behavior. I've confirmed middle-mouse wheel scroll (where it's a tap / toggle) works on Chrome as well as other applications like Spotify.

I would like to have it as a toggle. What can I do?

Asked by luke.yi4779 1 year ago

Last reply by luke.yi4779 1 year ago

  • حُلّت
  • المُؤرشفة

Hide Tab bar if there is only one tab

Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (read more)

Hello!

I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):

tab:only-of-type, tab:only-of-type + #tabs-newtab-button {

   display: none !important;

}

#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
   min-height: 0 !important;

}

Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.

Any idea how to make the above code work again?

Peter

Asked by peter596 1 year ago

Answered by cor-el 1 year ago

  • المُؤرشفة

Opening Office.com in Multi Account Containers

I'm not sure what I did when using Multi Account Containers (Must have clicked "yes" to always open in a specific container when accessing Microsoft, www.office.com. I … (read more)

I'm not sure what I did when using Multi Account Containers (Must have clicked "yes" to always open in a specific container when accessing Microsoft, www.office.com. I enter user name and password and Firefox containers prompts me to Always open in container and I click no. It's like I'm stuck in an endless loop, each time I enter user name, password and two-factor a new tab opens and I have to do it all over again (Never getting into office.com). However, when using private windows I am able to get in. Can I turn off, "Always open in X container"? Thank you.

Asked by eskaygee33 1 year ago

Last reply by eskaygee33 1 year ago

  • حُلّت
  • المُؤرشفة

How I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it. Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pag… (read more)

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it.

Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pages blocked”.

I was able to remove the “SaveFrom.net Helper” add on in Firefox, but am unable to remove the “Savefrom.net Helper” bookmark tab which has high jacked my normal Firefox Bookmarks.

I can no longer easily see my Firefox Bookmarks and have to keep opening the Firefox Application Menu, then select Bookmarks, then select Manage Bookmarks in order to see my bookmarks.

Can you please advise how I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Asked by Philip47 2 years ago

Answered by Philip47 2 years ago

  • حُلّت
  • المُؤرشفة

PiP mode resize difference on Windows and Linux

Hello. I recently moved from windows to Linux Mint, and noticed the behavior of the Picture in Picture window is different when resizing. On windows, the aspect ratio is … (read more)

Hello. I recently moved from windows to Linux Mint, and noticed the behavior of the Picture in Picture window is different when resizing. On windows, the aspect ratio is kept. while on Linux, it is free form, making these black bars around the video, so I have to resize it very carefully to not show any black bars.

How can I make the PiP on Linux behave like on Windows? That means resizing keeping the aspect ratio.

Attached are the comparisons between Windows and Linux Mint.

Thank you very much!

Asked by buneco05 10 months ago

Answered by buneco05 7 months ago

  • حُلّت
  • المُؤرشفة

AdBlock Plus extension does not work after updating Firefox

AdBlock Plus extension does not work after updating Firefox (to version 102.3.Oesr) on desktop MacPro. Deleting the preference file (pref.js) has made no difference. Thi… (read more)

AdBlock Plus extension does not work after updating Firefox (to version 102.3.Oesr) on desktop MacPro. Deleting the preference file (pref.js) has made no difference.

This problem has not occurred after updating Firefox on my laptop Mac Book Pro.

Both computer use OS High Sierra (10.13.6).

Please advise. Thank you.

Asked by no1uno 1 year ago

Answered by no1uno 1 year ago

  • المُؤرشفة

Bing!!!

When I use Firefox on my Mac, no matter what I have tried it keeps defaulting to the dreaded Bing Search Engine. I understand it has to do with Microsoft, but I don't use… (read more)

When I use Firefox on my Mac, no matter what I have tried it keeps defaulting to the dreaded Bing Search Engine. I understand it has to do with Microsoft, but I don't use any of their products because I don't like them. In settings/search I can restore the default search engines & delete Bing, but it always reverts back to insisting on using Bing again. I have followed several threads about this issue without permanent resolution. Help??

Asked by kathycasey 2 years ago

Last reply by margy809c 1 year ago

  • المُؤرشفة

Changing download "save to" options

Before the new update whenever I downloaded a file it would ask where to save the file to every time, now it just asks once then automatically saves any new files I downl… (read more)

Before the new update whenever I downloaded a file it would ask where to save the file to every time, now it just asks once then automatically saves any new files I download to the same folder as the previous ones, forcing me to then go to that folder and manually move it to the correct folders. Is there any way to change it back to the right way it was done before they decided to remove our choice? My setting is set to "Always ask you where to save files", with the emphasis on "Always".

Asked by Hinder777 2 years ago

Last reply by AliceWyman 1 year ago

  • المُؤرشفة

Handling of pdf files in Firefox

Updating to version 98.0 onwards Firefox has started saving a copy of every pdf file I view (open) in my downloads folder. My settings have not changed: Tools->Setti… (read more)

Updating to version 98.0 onwards Firefox has started saving a copy of every pdf file I view (open) in my downloads folder.

My settings have not changed:

Tools->Settings->General->Applications: - pdf (application/download): Always ask - pdf (application/force-download): Always ask - pdf (application/pdf): Use Adobe Acrobat DC - pdf (application/x-download): Always ask

And when the "ask" dialog pops up, I choose "open".

I have tried all standard methods/troubleshooting, including resetting the handlers.json file.

The only way to avoid getting a copy in the downloads folder is if I choose "Open in Firefox" (application/pdf) instead of "Use Adobe Acrobat DC".

Any solution to this?

Thanks Michael

Asked by info7097 2 years ago

Last reply by darthno2 1 year ago