Showing questions tagged: Show all questions
  • Archyvinta

Links not opening

Hi All, I'm using an iMac with OS X El Capitan 10.11.6. I am using Firefox 78.15. When I click on links, nothing happens. I have to right click and select "open link … (read more)

Hi All,

I'm using an iMac with OS X El Capitan 10.11.6. I am using Firefox 78.15. When I click on links, nothing happens. I have to right click and select "open link in new tab." I suspected it might be an out-of-date Add-On. So, I disabled all add-ons and restarted Firefox. It had no effect.

This problem is getting annoying Any assistance is greatly appreciated.

Asked by wfergus42 Prieš 2 metus

Last reply by wfergus42 Prieš 2 metus

  • Archyvinta

Can't access eBay on my desktop

I am no longer able to log in to eBay using Firefox. I am using Firefox 78.15esu bc I have an older Mac that will only support up to Mac OSX 10.11. I was able to use eB… (read more)

I am no longer able to log in to eBay using Firefox. I am using Firefox 78.15esu bc I have an older Mac that will only support up to Mac OSX 10.11. I was able to use eBay up until this morning when the site asked me to log in again... and verify that I am indeed a human through the hCaptcha checker. The checker cycles between identifying horses and lions... and every time, I seem to pass but then comes the message "Failed to pass Captcha, Please try again." I can access eBay using Safari and Chrome. Right before the failure today, the rendering of the eBay pages was odd... needed 3x the screen width to see the whole page. eBay says that the problem is on the Mozilla side of this issue... mostly because I can use a different browser without problem. I think I am in agreement with them. I don't really want to use a different browser but I will bc I like eBay, too. Please advise.

Asked by stephen_davidson Prieš 2 metus

Last reply by cor-el Prieš 2 metus

  • Archyvinta

Prevent websites to use dark theme

Hello, I know this question is probably somewhere here but I can't find the answer (what I tried below). So, I have a Debian 10 computer, with Firefox 78.15.0esr. I'm u… (read more)

Hello,

I know this question is probably somewhere here but I can't find the answer (what I tried below).

So, I have a Debian 10 computer, with Firefox 78.15.0esr. I'm using the Adwaita (dark version) theme on my OS.

The problem is that Firefox uses the dark theme in Its menus (I don't mind) but It transmits to websites this setting and thus, websites supporting dark mode use it (Google, DuckDuckGo for example). I don't like that. I want them to use the light mode but keeping my theme on my OS.

So, I tried to change the value to 0, 1, 2, 3 (I tried each for them) for the setting layout.css.prefers-color-scheme.content-override and put "Adwaita:light" in the widget.content.gtk-theme-override field in about:config. Each time I restarted Firefox. It never works, websites still continue to use the dark theme...

Thanks in advance

Asked by Dimitri Prieš 1 metus

Last reply by Terry Prieš 1 metus

  • Archyvinta

Firefox is blocking access to Astound/wave.mail

Firefox is denying access to Astound/wave mail. About 3 days ago Firefox posted a warning: Potential Security Risk Ahead. I am wondering if my recent activity is the caus… (read more)

Firefox is denying access to Astound/wave mail. About 3 days ago Firefox posted a warning: Potential Security Risk Ahead. I am wondering if my recent activity is the cause. On October 23 my MasterCard account was charged $2.99 by a firm in Cyprus. MasterCard is investigating, and suggested that the card be cancelled, with a new card to arrive in the mail. They also advised that I alert my contacts that use MasterCard. In that process I attempted to change my password with Astound/Wave. But, every time I tried is was rejected. I Tried about a dozen times, one attempt right after another. I am thinking that that activity alerted Firefox that someone, other than me, was attempting to learn my information. Just seeing a dozen actions in a brief amount of time should have caused concern for me.

Is this possibly why Firefox is blocking our access to Astound/WAve mail?

Craig George

Asked by dana-craig Prieš 1 metus

Last reply by cor-el Prieš 1 metus

  • Išspręsta
  • Archyvinta

Google Drive error message

Every time I open Google Drive, I get an error message that says "Google Drive was unable to load your view." And it no longer shows me the the filepath like it used to. … (read more)

Every time I open Google Drive, I get an error message that says "Google Drive was unable to load your view." And it no longer shows me the the filepath like it used to. I have tried clearing the cache and cookies, checked that javascript was enabled, and making sure cookies were allowed for the site. Nothing has helped.

Asked by heidi Prieš 1 metus

Answered by cor-el Prieš 1 metus

  • Išspręsta
  • Archyvinta

In Firefox Lockwise, I cannot export my login/password datas.

Hello. I share the exact problem had by [[magicienne|https://support.mozilla.org/en-US/user/magicienne]] (posted 4/6/21, 4:08 AM) I too, only have the choice of importi… (read more)

Hello. I share the exact problem had by [[magicienne|https://support.mozilla.org/en-US/user/magicienne]] (posted 4/6/21, 4:08 AM)

I too, only have the choice of importing data into Firefox. Not exporting. I've version 78.9.0esr (64 bits) of Mozilla as well and work on an iMac OS X (El capitan). My desire is to import the information into Safari v15.6.1 installed on a MacMini v10.15.7.

I've read and followed the directions posted 4/6/21, 11:20 AM by moderator [[cor-el|https://support.mozilla.org/en-US/user/cor-el]] to no avail. The export function still does not show in the pull down menu.

•••••

The directions read: The export and import logins menu items aren't present in Lockwise in Firefox 78. • Firefox 79+ comes with an export to CSV feature. • Firefox 80+ comes with an import from CSV feature.

The LoginExport.jsm module is present in Firefox 78, but hasn't been enabled and you need code in userContent.css to get the export menu entry in the cogwheel menu in Lockwise. Add code to the userContent.css file.

@-moz-document url-prefix("about:logins"){

button.menuitem-import, button.menuitem-export {
 display:block!important;
}

}

It is not that difficult to create userContent.css if you have never used it.

The first step is to open the "Help -> Troubleshooting Information" page and find the button to access the profile folder. • https://support.mozilla.org/en-US/kb/use-troubleshooting-information-page-fix-firefox

You can find this button under the "Application Basics" section as "Profile Folder -> Open Folder". If you click this button then you open the profile folder in the Windows File Explorer. You need to create a folder with the name chrome in this folder (name is all lowercase). In the chrome folder you need to create a plain text file with the name userContent.css (name is case sensitive). In this userContent.css text file you paste the text posted. On Mac you can use the TextEdit utility to create the userContent.css file as a plain text file.

You need to close (Quit/Exit) and restart Firefox when you create or modify the userContent.css file.

•••••

Please see attached image of my userContent.css file within the chrome folder.

I'm certain you will be able to help. Thank you for your assistance.

Asked by aarosco Prieš 1 metus

Answered by aarosco Prieš 1 metus

  • Archyvinta

I try to login on Firefox or google the the sight of "sigsauer" but I get a forbidden you don't have permission to access this resource. I can certainly use safari. Why can't I use google or firefox

I try to login on Firefox or google the the sight of "sigsauer" but I get a forbidden you don't have permission to access this resource. I can certainly use safari. Wh… (read more)

I try to login on Firefox or google the the sight of "sigsauer" but I get a forbidden you don't have permission to access this resource. I can certainly use safari. Why can't I use google or firefox

Asked by st.dowdy Prieš 1 metus

Last reply by cor-el Prieš 1 metus

  • Išspręsta
  • Archyvinta

Reader View Icon

I accidentally right clicked and hit "Remove from Address Bar" on the Reader View icon and now it's gone. I tried typing "about:config" into the browser and searching "re… (read more)

I accidentally right clicked and hit "Remove from Address Bar" on the Reader View icon and now it's gone. I tried typing "about:config" into the browser and searching "reader" then selecting the "reader.parse-on-load.force-enabled" toggle to "true" and that didn't get it back. Is there a way I can get it back?

Asked by RogerN04 Prieš 1 metus

Answered by cor-el Prieš 1 metus

  • Archyvinta

Utilising Firefox (current ver. 78.15.0esr) totry to access Ancestry.com

I use Firefox (78.15.0esr) to access Ancestry.com. I use a MacBookPro 15in (late 2013) fully rammed etc. Also tried the same procedure on another MacBookPro 13in (late 2… (read more)

I use Firefox (78.15.0esr) to access Ancestry.com. I use a MacBookPro 15in (late 2013) fully rammed etc. Also tried the same procedure on another MacBookPro 13in (late 2015) with same result. Also updated Java to ensure latest version.

Problem 1. Having problems utilising there Messaging system and

Problem 2. Cannot see Graphics (i.e. pictures attached to individual record files [though thumbnail's can be seen]).

What I have done: I approached Ancestry and was sent several generic FAQ URL's (https://support.ancestry.com/s/article/Fixing-Page-or-Button-Problems-on-Ancestry?language=en_US) suggesting clear cache etc. • Have tried all of their 'suggestions' (and on a second computer) with no benefit. Any ideas on what I could do to rectify the issues? • The people assisting don't appear to understand HTML.

Asked by jim.challenor Prieš 1 metus

Last reply by jim.challenor Prieš 1 metus

  • Archyvinta

Dragging and Dropping an Image From a Website to Desktop for a “.jpg” File Extension

Dragging and Dropping an image from a website to desktop for a “.jpg” file extension in Firefox 78.15.0esr (64-bit) (right click + drag to desktop) only works some of the… (read more)

Dragging and Dropping an image from a website to desktop for a “.jpg” file extension in Firefox 78.15.0esr (64-bit) (right click + drag to desktop) only works some of the time on a Mac Book Air. When “.jpg” saving does not work, image file is saved as a “weblog” (see image below). How can I do a permanent fix?

Asked by dustyhuston Prieš 1 metus

Last reply by cor-el Prieš 1 metus

  • Archyvinta

Updates

Many sites that I go to state that my Firefox is out of date. But, when I look for an update, I can't find one. I have my settings set to "Update automatically" so don't … (read more)

Many sites that I go to state that my Firefox is out of date. But, when I look for an update, I can't find one. I have my settings set to "Update automatically" so don't know if it is or isn't updated.

Asked by tiaria57 Prieš 1 metus

Last reply by cor-el Prieš 1 metus

  • Archyvinta

Firefox Sync - Is it a Backup service or Not?

I always thought Firefox Sync was kind of a backup service. Today I was disappointed to learn that Firefox Sync cannot be trusted as a backup service. A search for “fire… (read more)

I always thought Firefox Sync was kind of a backup service. Today I was disappointed to learn that Firefox Sync cannot be trusted as a backup service.

A search for “firefox sync” finds 2,929 results in Community Discussion Only.

As late as 2/2/23, Top 10 Contributor Paul says: https://support.mozilla.org/en-US/questions/1404105#answer-1563509

“It appears from your question, that you are using Firefox Sync as a back up service. This is not what Sync is designed to do. The Firefox Sync service takes a copy of the data you wish to include and transfers it to a second device... The storage in between all attached devices is both temporary and fragile and is not stable enough to be (and is not designed as) a reliable backup service.”

I looked through all the Mozilla Help Articles I could find about Firefox Sync. Not one of them mentions that Firefox Sync should not be relied upon as a backup service.

Then I found this blog searching Google: “The Future of Sync”. https://blog.mozilla.org/services/2020/09/15/the-future-of-sync/

In the blog, JR Conlin says, among other things: “A New Hope Service: A lot of folks expected it to be a Backup service. The good news is, now it is a backup service. Sync is more reliable now.”

JR Conlin posted the above blog in Sept 2020. Is there anyone who can comment on JR Conlin’s statement or the progress of his and his team’s work?

Thank You to all volunteers.

Asked by Stone Prieš 1 metus

Last reply by Paul Prieš 1 metus