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

Redefine mouse keys in browser

Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single cl… (read more)

Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single click over any text input to perform clipboard paste (but everywhere else the button behaves normally). I had this feature integrated into mouse gestures add on which is no more compatible.

Asked by Bunny Hop 2 years ago

Answered by cor-el 2 years ago

  • المُؤرشفة

Unable to paste into Outlook/microsoft 365 in firefox browser

I am not tech savvy. Have been using FF for years now. Today - out of the blue - I am unable to paste anything into Outlook Email/microsoft 365 when in the FF browser. … (read more)

I am not tech savvy. Have been using FF for years now. Today - out of the blue - I am unable to paste anything into Outlook Email/microsoft 365 when in the FF browser. Can do it in other browsers but not FF. Any tips or ideas? This is killing my productivity!

Asked by livingoutloud123 2 years ago

Last reply by sugarmarc 2 years ago

Cogwheel location

Where is the Cogwheel on the Start page of Firefox? I want to close "Stories". My Start Page does not show it in the Top right of the page as indicated by a Help page. … (read more)

Where is the Cogwheel on the Start page of Firefox? I want to close "Stories". My Start Page does not show it in the Top right of the page as indicated by a Help page. thanks.

Asked by george.xp 5 months ago

Last reply by Paul 5 months ago

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

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (read more)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Asked by austinjames 2 years ago

Answered by austinjames 2 years ago

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

How can I control the confirmation sound in FireFox's "save image" & "file update" (download) panels

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occ… (read more)

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occurs when saving an image from a right-click menu and when downloading a file. Formerly Firefox used the system default sound for this, and that sound is still working in other programs for similar operations.

How can I fix this? Or alternatively how can I disable the sound during such operations in Firefox (or alternatively system-wide)?

Asked by SE-Tundra 2 years ago

Answered by SE-Tundra 2 years ago

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

Firefox not following application settings

I have Firefox set to "view PDF files in Firefox", but this is not happening with sites like Capital One and Consumer's Energy. these sites are just saving directly to m… (read more)

I have Firefox set to "view PDF files in Firefox", but this is not happening with sites like Capital One and Consumer's Energy. these sites are just saving directly to my downloads folder even though I 1) Want to view the file first and 2) if it is going to save a flle, it is set up to ask where the file should be saved.

Neither of these things are happening even though I have them set up correctly in Settings.

Asked by rjwerth 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

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

Google Fi Microphone Permissions

Hi, I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from t… (read more)

Hi,

I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from the Firefox dropdown prompt and I cannot find how to get it back.

When I click the dropdown menu, I see no options to enable or disable permissions. I also do not see anything listed in the Security settings of the browser. When I check the google fi settings, I see it complaining about denied permissions though.

I've attached screenshots. Does anyone know where I can revoke the blocked permissions?

Thanks,

Asked by seankdavis24 2 years ago

Answered by cor-el 2 years ago

  • المُؤرشفة

Mozilla Firefox

How on earth do I update my Mozilla Firefox, I cannot play my Apple TV or Amazon Prime, which I am paying for, until I update it! I have tried really hard but am 78 and i… (read more)

How on earth do I update my Mozilla Firefox, I cannot play my Apple TV or Amazon Prime, which I am paying for, until I update it! I have tried really hard but am 78 and it's not happening!

Asked by joanniegilbert1 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • المُؤرشفة

Why are bookmarks from disconnected PC showing up on old PC that has been in storage ?

My Windows 10 PC stopped working a few days & is disconnected & partially disassembled. I’m temporarily using an old Windows 7 PC which I brought up from the base… (read more)

My Windows 10 PC stopped working a few days & is disconnected & partially disassembled. I’m temporarily using an old Windows 7 PC which I brought up from the basement the following day. They both have Firefox on them.

I saved one bookmark on the Win7 PC today. It was there when I looked earlier. Now I went to use it again & it’s not there. But my Win10 bookmarks are there!!

How could that be?

Asked by Mike109 1 year ago

Last reply by Mike109 1 year ago

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

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (read more)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Asked by heusmich 2 years ago

Answered by heusmich 2 years ago