Showing questions tagged: Show all questions
  • Solved
  • Archived

Import Extensions from Chrome

Anyone know if there is a way to import Google Chrome extensions into Firefox. I am moving over and want to make it easy. When I search all I get is bookmarks which I kno… (read more)

Anyone know if there is a way to import Google Chrome extensions into Firefox. I am moving over and want to make it easy. When I search all I get is bookmarks which I know how to do.

TIA!

Ron

Asked by Ron 2 years ago

Answered by TyDraniu 2 years ago

  • Solved
  • Archived

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (read more)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Asked by MaxwellQ 2 years ago

Answered by Wesley Branton 2 years ago

  • Solved
  • Archived

Mirror a Bookmark Folder?

Hey everyone! I had a quick, and maybe weird, question to ask... is there any way to have two separate bookmark folders that are complete mirrors of each other? For exam… (read more)

Hey everyone!

I had a quick, and maybe weird, question to ask... is there any way to have two separate bookmark folders that are complete mirrors of each other? For example, if I added a bookmark to one folder, then the other folder would also have the bookmark added to it.

I sure hope the answer is yes! haha. It would really help my bookmark organization OCD! :D

Thanks everyone!

Asked by Trust Kibou 2 years ago

Answered by TyDraniu 2 years ago

  • Solved
  • Archived

missing print "page setup" in Mozilla v85

With the new v85 of Firefox... for Microsoft Print to PDF... the defaults for print headers & footers has changed and is no longer available to edit or even view. It… (read more)

With the new v85 of Firefox... for Microsoft Print to PDF...

the defaults for print headers & footers has changed and is no longer available to edit or even view. It seems as though my settings remain in place for other printing options like my physical printer but even there the options are not editable or viewable.

There used to be a "page setup" option but I have not be able to find this anywhere anymore.

I'm assuming that it has to do with the bug fix for pdf printing but doesn't seem that it should be an intended outcome of the fix.

Any work arounds anyone knows about or has found?

Asked by Cobalt TiNor 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

Close Multiple Tabs sub-menu in context menu

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context … (read more)

In the new version of the Developer Edition the options "close tabs to the right" and "close other tabs" are in a sub-menu named "Close Multiple Tabs" inside the context menu. Is there's a way to change this so that they will appear directly in the main context menu? I use "close tabs to the right" often and I find this very annoying.

Asked by gershonido 3 years ago

Answered by gershonido 3 years ago

  • Locked
  • Archived

How to select camera?

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera an… (read more)

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera and the default microphone.

Earlier Firefox releases used to show a selection list for the camera and also another one for the microphone.

My default camera is the one built into the laptop and I would like to use an external one that has adequate picture quality.

Can you please help selecting a camera with the new Firefox?

Asked by gdukai.laptop 2 years ago

Last reply by UniQMG 1 year ago

  • Solved
  • Archived

QuotaExceededError: The quota has been exceeded

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox every time I have to clear cookie and cache and restart Firefox also tried … (read more)

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox

every time I have to clear cookie and cache and restart Firefox

also tried updating Firefox

I'm using since more than 2years but this issue is since last 2 months only

Please help

Asked by Maddy 2 years ago

Answered by TyDraniu 2 years ago

  • Locked
  • Archived

Suddenly cannot open local .py files (Python source files) as plain text

Hello. Up until recently, I could click a link to a locally stored Python source file (.py extension) and it would display as a plain text file in Firefox. This is what… (read more)

Hello.

Up until recently, I could click a link to a locally stored Python source file (.py extension) and it would display as a plain text file in Firefox. This is what I want; e.g., it is a way that I view my notes, refer to examples, and so on.

Starting a few days ago, when I click such a link, I now get a pop-up window with the two options "Open with" or "Save file." I have tried a number of things to get back to the old behavior, including deleting the handlers.json file in my Profile folder, running a full Refresh, and creating a new profile. None of these got me back to the old behavior: displaying the .py file as plain text.

If I set the "Open with" option in that pop-up window to Firefox, I just keep getting the pop-up over and over again, while a new tab is created each time.

Note: if I look at a .py file on GitHub, there is no problem: again, the file just displays.

I suspected this behavior is connected with my having installed the latest version of Python (3.9.6) a few days ago, and I just confirmed this by updating Python on another machine. That is, on the other machine, the .py file would display as plain text until just now, after I update Python there.

So, I believe the Python installation is the cause of the problem, but, nonetheless, it seems to me that I should be able to set (or unset?) something within Firefox to make .py files open as plain text, as they used to.

Any ideas?

Thanks in advance.

Asked by bjkeefe 2 years ago

Last reply by bjkeefe 1 year ago

  • Solved
  • Archived

Disable overly insisting updates

When Firefox asks if I want to download an update and I agree, soon after that but not right away it stops working - on every new page it says "We need to restart to fini… (read more)

When Firefox asks if I want to download an update and I agree, soon after that but not right away it stops working - on every new page it says "We need to restart to finish updating" <- This last bit is VERY annoying. Is there a way to keep FF working in such situation? I usually have 3 FF profiles running, about 10-20 tabs each and when it suddenly does this - I can restart them all but when it is suitable for me.

The only solution I can see so far is disabling updates via group policies (which is not well documented, where do i put this policies.json on Fedora? need to google that).

Any other ways to keep updates and FF running until I decide when to restart? Thanks.

Asked by aikbox 2 years ago

Answered by Scribe 2 years ago

  • Solved
  • Archived

Firefox 93.0 Changing Audible download extension from .AAX to .MP4

Today using Firefox 93.0 on my Windows 10 home computer I opened the browser to my Audible library on Audible.com and selected a book to download. The browser download wi… (read more)

Today using Firefox 93.0 on my Windows 10 home computer I opened the browser to my Audible library on Audible.com and selected a book to download. The browser download window opened with the book file name but the extension wasn't .AAX but had been changed to .MP4. This did not happen when I used Microsoft Edge nor did this happen on my Windows 10 laptop which was still running Firefox 92.0. Once Firefox upgraded to 93.0 on my laptop I now get the same problem as I get on my home computer.

Audible technical support looked into the problem and found that this change wasn't caused by their servers.

I have discovered that if I change the file extension from MP4 to AAX I can load the audible book into iTunes and sync it over to my iPhone which is able to play the file as an audible book. This indicates to me that the actual AAX file was not converted to MP4. For some reason only the file extension was changed.

I wasn't able to find any setting in the Firefox browser that corrected this problem.

Asked by steven_neal 2 years ago

Answered by sharihk 2 years ago

  • Solved
  • Archived

Paypal will not load

When choosing Paypal as payment option on website, the Paypal login page loads. But after entering my login info I just get a continuous circle. Message at bottom is "wai… (read more)

When choosing Paypal as payment option on website, the Paypal login page loads. But after entering my login info I just get a continuous circle. Message at bottom is "waiting for c.paypal.com" then nothing happens. Going in again I sometimes get the verification pictures to prove I am not a robot, but then the same thing occurs. I have cleared cache and data, refreshed Firefox, re-entered Paypal login details, checked Firefox is latest version, disabled AntiVirus, checked tracking protection is standard, turned off AdBlocking extension for that page but nothing works. Using Opera browser Paypal opens immediately. So what's the issue here Mozilla? Any fix?

Asked by Richard 2 years ago

Answered by Richard 2 years ago

  • Solved
  • Archived

Page rendering issues on certain pages

On certain pages, the rendering is completely off. For example, on Vimeo.com, all the text is gone (see attached pics). I tried Refresh Firefox, but the problem persists.… (read more)

On certain pages, the rendering is completely off. For example, on Vimeo.com, all the text is gone (see attached pics). I tried Refresh Firefox, but the problem persists. I tried Troubleshoot Mode and that fixes the problem. But when I restart and disable all of my extensions, the problem continues.

This only happens on my work computer Firefox. The Firefox versions at home on multiple computers work just fine.

Any thoughts?

Asked by Aaron 2 years ago

Answered by Aaron 2 years ago

  • Locked
  • Archived

White/Gray Bars appearing around edges of browser window, tried refresh/troubleshooting mode/reinstall to no avail

This problem started with an update a couple months ago. Each bar is about 4 pixels wide and appears only on the right, left, and bottom edges of the browser window. They… (read more)

This problem started with an update a couple months ago. Each bar is about 4 pixels wide and appears only on the right, left, and bottom edges of the browser window. They persist when the window is full size or smaller, but disappear on f11. The bars are completely unresponsive. Clicking or resizing the window doesn't seem to work inside of them. Even though the top of the window has no visible bar, there is still an unresponsive region like the other three sides and approximately 4 pixels of empty space.

When it comes to color, the bars spend about 50 percent of the time as white and 50 percent as the same gray that Firefox's dark mode uses. I wasn't able to get a screenshot when the bars were gray, but I was able to screenshot the top right and left corners when the bars were white, which I have attached.

It appears as if there are buttons of some sort poking out on the top right and left corners. If I had to guess, the top right icon looks like the "x" button on a Windows 7 window, and the top left icon looks like the red dot in the uppermost corner of a macOS window. My machine has only ever run Windows 10, and Firefox is the only application that this problem occurs in.

Restarting, using troubleshooting mode, manually removing extensions and themes, messing around with compatibility settings, running as administrator, refreshing Firefox, and reinstalling Firefox have all been unsuccessful. It really is annoying to live with this bug.

Asked by carter.d.doc 2 years ago

Last reply by SLEEPY 1 year ago

  • Solved
  • Archived

Lost of all opened TABs in all my opened windows

Hello there !!! Today I had serious damage to my Mozilla Firefox. When I started up Firefox I realized that I lost all my opened tabs on all my (three) opened windo… (read more)

Hello there !!!

Today I had serious damage to my Mozilla Firefox. When I started up Firefox I realized that I lost all my opened tabs on all my (three) opened windows, although I had checked the box "Restore previous sessions" in the settings section.

I opened "settings" and I saw this box unchecked !!!!!

The unfortunate event of this failure is that I restarted Firefox and even worse I restarted the PC.

Now I wonder, after all these, if there is a way to restore all my lost TABs that, I believe, there are hidden somewhere...

Asked by rogergr311049 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Firefox doesn't remember username, but remembers password

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox wi… (read more)

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox without WebEx there was addon which allowed to manipulate forms to prepare proper autocompletion data. This addon is not supported with WebEx anymore due to lack of proper functions. Instead Firefox Dev Team claims that mechanism built in current Firefox is enough for such tasks and mentioned addons are not needed. Seems it is wrong thinking.

I tried different approaches to save username for mentioned site but without success.

Asked by zygdresze1 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Lost passwords

Today Firefox opened with my account disconnected. No passwords. I reset my account password but still no passwords. The logins file shows a .corrupt extension. I rename … (read more)

Today Firefox opened with my account disconnected. No passwords. I reset my account password but still no passwords. The logins file shows a .corrupt extension. I rename this and nothing happens. Every time I re-open FF (v 93.0) the .corrupt is added and I can't get to my passwords. I have hundreds.

Asked by HalFx64 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Ask to save logins and passwords for websites

The check box 'Ask to save logins and passwords for web sites' keeps unchecking itself. It used to work fine. Now, it doesn't. And consequently, the sub-item 'Autofill lo… (read more)

The check box 'Ask to save logins and passwords for web sites' keeps unchecking itself. It used to work fine. Now, it doesn't. And consequently, the sub-item 'Autofill logins and passwords' won't work either.

Every time I open the browser to login to a website that has the login details saved, nothing happens. I have to go into settings every time and re-check the main checkbox (i.e. 'Ask to save...') in order to also activate 'Autofill...'.

This is really frustrating and annoying. Why won't the box stay checked? Hope you can come up with an answer. Many thanks.

Asked by MM555 2 years ago

Answered by MM555 2 years ago

  • Solved
  • Archived

NBA Games won't load in firefox . they work fine though in chrome and edge

Hello, I have problem playing nba matches on watch.nba.com (all the videos on the website included) I can play them fine in chrome and edge but firefox seems unable , whe… (read more)

Hello, I have problem playing nba matches on watch.nba.com (all the videos on the website included) I can play them fine in chrome and edge but firefox seems unable , when I click watch nothing happens. it stays in the same page and the same layout

Asked by . 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Crashing frequently

Can someone help me fix recent frequent crashes ? This is just yesterday. I tried troubleshooting mode and it didn't happen there, although I didnt give it a long tr… (read more)

Can someone help me fix recent frequent crashes ? This is just yesterday. I tried troubleshooting mode and it didn't happen there, although I didnt give it a long trial. I deleted all extensions, and I reset Firefox. Any ideas?

bp-78bbf7fb-3f18-46e1-94de-d905c0211101 10/31/21, 9:41 PM View bp-5cb5b831-449e-4322-9a9e-710180211031 10/31/21, 2:25 PM View bp-3ebfce66-105b-4e4b-83ec-7c8ff0211031 10/31/21, 2:25 PM View bp-8bdc92ef-03bf-49ad-945d-5afe50211031 10/31/21, 2:25 PM View bp-45918706-804f-4603-9671-97c4a0211031 10/31/21, 2:25 PM View bp-09f0ab0d-e132-4ada-bb22-7dd640211031 10/31/21, 2:25 PM View bp-8cc2a647-4aac-4b06-8747-a181f0211031 10/31/21, 2:25 PM View bp-07df9cae-d45a-4ce2-944c-c123e0211031 10/31/21, 2:25 PM View bp-9cca543f-1c82-4fe9-979b-56a5f0211031 10/31/21, 2:25 PM View bp-0b0f8e3f-6592-4ea4-9d23-179040211031 10/31/21, 2:25 PM View bp-1175d7ce-ab80-4b6e-8dad-90cc50211031 10/31/21, 2:25 PM View bp-c5f88f0d-0419-44da-b058-fc7580211031 10/31/21, 2:24 PM View bp-73f726b5-cc90-474e-b7ac-e44df0211031 10/31/21, 12:20 AM View bp-deaea811-9e7a-409c-9eda-aa9600211030 10/30/21, 9:51 AM View bp-d045b5e5-b53d-43a7-8e06-1592c0201127

Asked by rsalins 2 years ago

Answered by FredMcD 2 years ago