顯示下列標籤的問題: 顯示所有問題
  • 已解決

"Table of Contents" button inhibits text; how ro remove, permanently?

image of problem Some, but not all, pages browsed throw up a "hamburger" menu, top left of the window. (the link above should link you to a screenshot taken this morning… (閱讀更多)

image of problem Some, but not all, pages browsed throw up a "hamburger" menu, top left of the window. (the link above should link you to a screenshot taken this morning in Firefox 142.0.1 (64) running on Win11.)

The menu button floats eternally over the text in that top-left corner. This irritates me because I read text, and am frustrated by the browser covering readable text.

I can't remember ever (20+ years) needing the Table Of Contents of a web page. I use Mozilla Firefox's excellent Edit, Find if I want to jump directly to a key word.

Anyone who can suggest a perpetual dismissal of this menu button will earn my lifelong admiration!

I can deal with Settings, About:Config, and even RegEdit. Thanks, Chris

Christopher Greaves 於 1 個月前 詢問

Denys 於 1 個月前 解答

  • 已解決

I am unable to log in to Costco with firefox/linux 140, although an old Chrome has no problem. Same thing happens with various medical patient portals. WHAT IS THE PROBLEM?

I was finally forced to update my Firefox to the released version. I am increasingly unable to log in to various "secure" websites with Firefox 140...1 although Chrome 1… (閱讀更多)

I was finally forced to update my Firefox to the released version. I am increasingly unable to log in to various "secure" websites with Firefox 140...1 although Chrome 106 (old, but can't update) has no problem. There are also a number of captchas that are simply invisible to firefox. Why is this happening?

bashley101 於 4 個月前 詢問

bashley101 於 4 個月前 解答

  • 已解決

Facebook isn't loading

Facebook simply isn't loading in Firefox anymore - it loads in Edge on my PC just fine and on my Mobile Android Browser . I've tried disabling all extensions, and cleari… (閱讀更多)

Facebook simply isn't loading in Firefox anymore - it loads in Edge on my PC just fine and on my Mobile Android Browser .

I've tried disabling all extensions, and clearing cache and cookies, but Facebook still refuses to load and returns the message, attached.

IanSeale 於 3 個月前 詢問

IanSeale 於 3 個月前 解答

  • 已解決

Firefox doesn't display ufc.com while other browsers do

Since a recent update, whenever I try to go to ufc.om, Firefox shows me the error in the attached image. It used to display ufc.com without issues before the update [ don… (閱讀更多)

Since a recent update, whenever I try to go to ufc.om, Firefox shows me the error in the attached image. It used to display ufc.com without issues before the update [ don't remember which update ].

Other browsers [ Chrome and Edge ] display ufc.com without issues.

sometibguy 於 4 個月前 詢問

Denys 於 4 個月前 解答

  • 已解決
  • 封存

CORS request did not succeed

To whom it may concern, I have an angular application accessing data from a 3rd party data provider. To get data, POST-requests are sent to the data provider REST API (h… (閱讀更多)

To whom it may concern,

I have an angular application accessing data from a 3rd party data provider. To get data, POST-requests are sent to the data provider REST API (https://capzlog.aero). The application works correctly using Google Chrome and Microsoft Edge. However, when using Firefox, the following error appears:

"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs. (Reason: CORS request did not succeed). Status code: (null)."

As the POST request contains basic authentication, a preflight-request (OPTIONS) is first sent to the data provider. This request fails when using Firefox (but not when using Chrome or Edge), see attached screen-shots.

I have spent 4 days on the internet trying to figure out a solution, but I could not solve the issue. I tried the following: 1) check the certificates of the 3rd party provider (https://capzlog.aero): There are no issues. 2) start Firefox in safe-mode, disactivating the "Enhanced Tracking Protecting", clearing the cache. 3) changing the following Firefox settings:

   security.enterprise_roots.enabled (true<->false)
   security.tls.version.min (1<->3)
   security.tls.version.max (2<->4)
   network.http.network-changed.timeout

I tried sending the "OPTIONS"-request using curl and it worked as expected:

curl --verbose -XOPTIONS -H "Access-Control-Request-Method: POST" -H "Origin: https://projectz.numericalsolutions.ch" https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs

  • Host capzlog.aero:443 was resolved.
  • IPv6: (none)
  • IPv4: 156.67.9.80
  • Trying 156.67.9.80:443...
  • Connected to capzlog.aero (156.67.9.80) port 443
  • ALPN: curl offers h2,http/1.1
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • TLSv1.3 (IN), TLS handshake, Server hello (2):
  • TLSv1.2 (IN), TLS handshake, Certificate (11):
  • TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  • TLSv1.2 (IN), TLS handshake, Server finished (14):
  • TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  • TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (OUT), TLS handshake, Finished (20):
  • TLSv1.2 (IN), TLS handshake, Finished (20):
  • SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / secp384r1 / rsaEncryption
  • ALPN: server accepted h2
  • Server certificate:
  • subject: CN=capzlog.aero
  • start date: Dec 31 10:14:59 2024 GMT
  • expire date: Mar 31 10:14:58 2025 GMT
  • subjectAltName: host "capzlog.aero" matched cert's "capzlog.aero"
  • issuer: C=US; O=Let's Encrypt; CN=R10
  • SSL certificate verify ok.
  • Certificate level 0: Public key type RSA (3072/128 Bits/secBits), signed using sha256WithRSAEncryption
  • Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
  • Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
  • using HTTP/2
  • [HTTP/2] [1] OPENED stream for https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs
  • [HTTP/2] [1] [:method: OPTIONS]
  • [HTTP/2] [1] [:scheme: https]
  • [HTTP/2] [1] [:authority: capzlog.aero]
  • [HTTP/2] [1] [:path: /api/pel/public/externalsystemflights/GetMissingIDs]
  • [HTTP/2] [1] [user-agent: curl/8.6.0]
  • [HTTP/2] [1] [accept: */*]
  • [HTTP/2] [1] [access-control-request-method: POST]
  • [HTTP/2] [1] [origin: https://projectz.numericalsolutions.ch]

> OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/2 > Host: capzlog.aero > User-Agent: curl/8.6.0 > Accept: */* > Access-Control-Request-Method: POST > Origin: https://projectz.numericalsolutions.ch > < HTTP/2 204 < cache-control: private < server: Microsoft-IIS/10.0 < access-control-allow-origin: https://projectz.numericalsolutions.ch < access-control-allow-credentials: true < x-aspnet-version: 4.0.30319 < x-powered-by: ASP.NET < date: Thu, 16 Jan 2025 07:12:32 GMT <

  • HTTP/2 stream 1 was not closed cleanly: HTTP_1_1_REQUIRED (err 13)
  • Downgrades to HTTP/1.1
  • Connection #0 to host capzlog.aero left intact
  • Issue another request to this URL: 'https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs'
  • Found bundle for host: 0x55ecfa0a46e0 [can multiplex]
  • Hostname capzlog.aero was found in DNS cache
  • Trying 156.67.9.80:443...
  • Connected to capzlog.aero (156.67.9.80) port 443
  • ALPN: curl offers http/1.1
  • SSL reusing session ID
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • TLSv1.3 (IN), TLS handshake, Server hello (2):
  • TLSv1.2 (IN), TLS handshake, Finished (20):
  • TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (OUT), TLS handshake, Finished (20):
  • SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / secp384r1 / UNDEF
  • ALPN: server accepted http/1.1
  • Server certificate:
  • subject: CN=capzlog.aero
  • start date: Dec 31 10:14:59 2024 GMT
  • expire date: Mar 31 10:14:58 2025 GMT
  • subjectAltName: host "capzlog.aero" matched cert's "capzlog.aero"
  • issuer: C=US; O=Let's Encrypt; CN=R10
  • SSL certificate verify ok.
  • using HTTP/1.x

> OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/1.1 > Host: capzlog.aero > User-Agent: curl/8.6.0 > Accept: */* > Access-Control-Request-Method: POST > Origin: https://projectz.numericalsolutions.ch > < HTTP/1.1 204 No Content < Cache-Control: private < Transfer-Encoding: chunked < Server: Microsoft-IIS/10.0 < Access-Control-Allow-Origin: https://projectz.numericalsolutions.ch < Access-Control-Allow-Credentials: true < X-AspNet-Version: 4.0.30319 < X-Powered-By: ASP.NET < Date: Thu, 16 Jan 2025 07:12:32 GMT <

Here, a comparison of the "OPTIONS"-HTTP-request as sent by Chrome and by Firefox:

CHROME OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9a comparison of the "OPTIONS"-HTTP-request as sent by Chrome and by Firefox: Access-Control-Request-Headers: authorization,content-type Access-Control-Request-Method: POST Connection: keep-alive Host: capzlog.aero Origin: https://projectz.numericalsolutions.ch Referer: https://projectz.numericalsolutions.ch/ Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36


FIREFOX OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs undefined Host: capzlog.aero User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate, br, zstd Access-Control-Request-Method: POST Access-Control-Request-Headers: authorization,content-type Referer: https://projectz.numericalsolutions.ch/ Origin: https://projectz.numericalsolutions.ch Connection: keep-alive Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site Priority: u=4 TE: trailers

And the response header as seen by Chrome:

CHROME HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Language: en Server: Microsoft-IIS/10.0 Access-Control-Allow-Origin: https://projectz.numericalsolutions.ch Access-Control-Allow-Credentials: true Set-Cookie: AppSettings=Culture=en-US&Language=English&CountryAlpha2=CH; expires=Fri, 31-Dec-9999 23:59:59 GMT; path=/; secure; SameSite=Lax X-Powered-By: ASP.NET Date: Thu, 16 Jan 2025 07:19:59 GMT Content-Length: 2

Here, a comparison of the Network Traffic as seen for Chrome and for Firefox:

CHROME 17:07:46.550256 IP ANYPC.57562 > 156.67.9.80.https: Flags [P.], seq 1480736564:1480737180, ack 2430285572, win 501, length 616 17:07:46.557654 IP 156.67.9.80.https > ANYPC.57562: Flags [P.], seq 1:393, ack 616, win 8212, length 392 17:07:46.557654 IP 156.67.9.80.https > ANYPC.57562: Flags [P.], seq 393:427, ack 616, win 8212, length 34 17:07:46.557683 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 393, win 501, length 0 17:07:46.557688 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 427, win 501, length 0 17:07:46.558334 IP ANYPC.57562 > 156.67.9.80.https: Flags [F.], seq 616, ack 427, win 501, length 0 17:07:46.558741 IP ANYPC.42786 > 156.67.9.80.https: Flags [S], seq 2926210792, win 64240, options [mss 1460,sackOK,TS val 2936933242 ecr 0,nop,wscale 7], length 0 17:07:46.562927 IP 156.67.9.80.https > ANYPC.57562: Flags [F.], seq 427, ack 617, win 8212, length 0 17:07:46.562962 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 428, win 501, length 0 17:07:46.563492 IP 156.67.9.80.https > ANYPC.42786: Flags [S.], seq 1974100572, ack 2926210793, win 65535, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 17:07:46.563514 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 1, win 502, length 0 17:07:46.565558 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1:1743, ack 1, win 502, length 1742 17:07:46.572094 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 1743, win 8212, length 0 17:07:46.572094 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 1:161, ack 1743, win 8212, length 160 17:07:46.572133 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 161, win 501, length 0 17:07:46.572276 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1743:1794, ack 161, win 501, length 51 17:07:46.572421 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1794:3197, ack 161, win 501, length 1403 17:07:46.583942 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 3197, win 8206, length 0 17:07:46.710020 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 161:638, ack 3197, win 8206, length 477 17:07:46.751327 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 638, win 501, length 0 17:07:46.754201 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 161:638, ack 3197, win 8206, length 477 17:07:46.754231 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 638, win 501, options [nop,nop,sack 1 {161:638}], length 0$

FIREFOX 17:08:28.962851 IP ANYPC.35980 > 156.67.9.80.https: Flags [S], seq 2319755284, win 64240, options [mss 1460,sackOK,TS val 2936975646 ecr 0,nop,wscale 7], length 0 17:08:28.972248 IP 156.67.9.80.https > ANYPC.35980: Flags [S.], seq 1053801102, ack 2319755285, win 65535, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 17:08:28.972330 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1, win 502, length 0 17:08:28.974266 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 1:1894, ack 1, win 502, length 1893 17:08:28.987389 IP 156.67.9.80.https > ANYPC.35980: Flags [.], ack 1894, win 1026, length 0 17:08:28.987433 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 2921:3937, ack 1894, win 1026, length 1016 17:08:28.987461 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1, win 502, options [nop,nop,sack 1 {2921:3937}], length 0 17:08:28.987598 IP 156.67.9.80.https > ANYPC.35980: Flags [.], seq 1:1461, ack 1894, win 1026, length 1460 17:08:28.987647 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1461, win 524, options [nop,nop,sack 1 {2921:3937}], length 0 17:08:28.987682 IP 156.67.9.80.https > ANYPC.35980: Flags [.], seq 1461:2921, ack 1894, win 1026, length 1460 17:08:28.987707 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 3937, win 547, length 0 17:08:28.994553 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 1894:2052, ack 3937, win 547, length 158 17:08:29.005007 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 3937:3988, ack 2052, win 1025, length 51 17:08:29.005007 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 3988:4057, ack 2052, win 1025, length 69 17:08:29.005700 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 4057, win 547, length 0 17:08:29.006086 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2052:2151, ack 4057, win 547, length 99 17:08:29.006123 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2151:2577, ack 4057, win 547, length 426 17:08:29.008948 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2577:2615, ack 4057, win 547, length 38 17:08:29.018116 IP 156.67.9.80.https > ANYPC.35980: Flags [.], ack 2615, win 1023, length 0 17:08:29.018116 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4057:4095, ack 2615, win 1023, length 38 17:08:29.024518 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4095:4322, ack 2615, win 1023, length 227 17:08:29.024518 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4322:4364, ack 2615, win 1023, length 42 17:08:29.024943 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 4364, win 570, length 0 17:08:35.342337 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 1974101210, win 501, length 0 17:08:35.349317 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 1, win 8206, length 0

I really do not know what to do anymore to solve that problem.

As the problem is impacting hundreds of users, I really hope there is a solution.

In advance thanks for your help.

brugger2 於 10 個月前 詢問

jscher2000 - Support Volunteer 於 10 個月前 解答

  • 已解決

Error logging in to account.apple.com - Failed to verify your identity!

I'm unable to login to account.apple.com on my laptop which is running Ubuntu 24.04.3 LTS. I've launched Firefox using the `-p` option, created a new profile and then na… (閱讀更多)

I'm unable to login to account.apple.com on my laptop which is running Ubuntu 24.04.3 LTS.

I've launched Firefox using the `-p` option, created a new profile and then navigated to https://account.apple.com/sign-in and tried to login. I've attached a screenshot of the error message.

I had tried multiple things on my default profile, even troubleshoot mode, but I couldn't get it. I even tried useragent switcher to no avail.

I can login to the site using Chromium.

What else can I try?

Anthony 於 3 個月前 詢問

Anthony 於 3 個月前 解答

  • 已解決

cannot open or delete emails on google mail and youtube videos will not play. Had this problem a month ago. It's Firefox because I have no problem using MS Edge which I hate.

cannot open or delete emails on google mail and youtube videos will not play. Had this problem a month ago. It's Firefox because I have no problem using MS Edge which I h… (閱讀更多)

cannot open or delete emails on google mail and youtube videos will not play. Had this problem a month ago. It's Firefox because I have no problem using MS Edge which I hate.

puhpow66puhpow66 於 2 個月前 詢問

Kiki 於 2 個月前 解答

  • 已解決
  • 封存

Latest Linux FF (ver 136) NOT opening requested web sites

Hi, I've been a use of FF since it was Netscape (yes I'm old). And its always been my favorite above all. However, with the recent update (ver 136, either installed from… (閱讀更多)

Hi, I've been a use of FF since it was Netscape (yes I'm old). And its always been my favorite above all. However, with the recent update (ver 136, either installed from a .tar downloaded or an app via apt install) it starts fine but no matter what URL I try to access the busy indicator spins but nothing ever happens. I've tried disabling all my extensions to no avail. I'm also searched for others experiencing this issue. All my other browsers seem to work well on all the same sites.

I'm kind of at a loss so if anyone has any suggestions/ideas please share?

Thanks BobMCT

R.Mariotti 於 9 個月前 詢問

jonzn4SUSE 於 9 個月前 解答

  • 已解決

support de la messagerie ZIMBRA

ZIMBRA sous FIREFOX semble ne pas supporter les mails au format HTML Problème quand je fait suivre (forward) ou quand je réponds à un mail rédigé en HTML. Je n'ai pas ce … (閱讀更多)

ZIMBRA sous FIREFOX semble ne pas supporter les mails au format HTML Problème quand je fait suivre (forward) ou quand je réponds à un mail rédigé en HTML. Je n'ai pas ce problème quand j'utilise ZIMBRA sous EDGE. Est-ce un problème connu ? Est-ce une question de réglage ? J'utilise bien la dernière version de FIREFOX...

Help !

philippe.lucarain 於 1 個月前 詢問

Agent virtuel 於 1 個月前 解答

  • 已解決

F1TV stopped working

Hi, since the latet update thi week (20 november) my F1TV doesnt work anymore via https://f1tv.formula1.com/. It states : Unsupported Browser This browser is curre… (閱讀更多)

Hi, since the latet update thi week (20 november) my F1TV doesnt work anymore via https://f1tv.formula1.com/.

It states : Unsupported Browser

This browser is currently unsupported. To experience F1 TV, please switch to an alternative browser. Please see our FAQs for more information

Pleae help as this weekend is La Vega F1. Thank! Erik.

Bangsaen 於 2 週前 詢問

Paul 於 2 週前 解答

  • 已解決

Black Box around Google Search Results

I think this might be more of a Google issue, but it happens when using Firefox so I'll post it here. As of Jun 25, 2025, I have noticed dark black boxes appearing around… (閱讀更多)

I think this might be more of a Google issue, but it happens when using Firefox so I'll post it here. As of Jun 25, 2025, I have noticed dark black boxes appearing around my Google search results. I normally use a dark theme in Google, but the color is a muted grey/black. Today, however, dark black boxes have begun appearing around my search result. I really dislike the appearance as it is quite jarring. Interestingly enough, this issue only happens when signed into a Google account. Some Reddit users have reported having the same issue even in other browsers when using Google search. It seems to be something that Google has done on thier end but I was wondering if there was a potential workaround in the meantime.

Bradley Hughes 於 5 個月前 詢問

jscher2000 - Support Volunteer 於 5 個月前 解答

  • 已解決

Audible Cloudplayer wont work since current update of Firefox!

Dear Helper, since the newest Firefox update, i got today (16.09.25), the audible cloudplayer doesnt work anymore, meaning it wont load the audiobook! I emptied the cach… (閱讀更多)

Dear Helper,

since the newest Firefox update, i got today (16.09.25), the audible cloudplayer doesnt work anymore, meaning it wont load the audiobook! I emptied the cache, but nothing changed. I tried the audible cloudplayer with Windows Edge and it works fine, so it is a Firefox specific problem. I granted all websides access to audio and media automatic replay, nothing changed. The cloudplayer doesnt work! So my question is: What else is interfering in Firefox with the loading of the player? Thank you so much in advance for your help :) Yours sincerely David

Dk-Doom 於 2 個月前 詢問

jonzn4SUSE 於 2 個月前 解答

  • 已解決

I can't log into my dr. Their support says to not use Firefox.

I can't log into my doctor. Their web support says to not use Firefox. https://www.samaritanhealthcare.com/mychart/ I've been with Firefox for years. I don't want to ch… (閱讀更多)

I can't log into my doctor. Their web support says to not use Firefox.

https://www.samaritanhealthcare.com/mychart/

I've been with Firefox for years. I don't want to change browsers.

Can you fix the communication problem between Firefox and MyChart?

Thanks for everything,

Jude

judeeylander 於 5 個月前 詢問

Denys 於 5 個月前 解答

  • 已解決
  • 封存

NYTIMES website not working properly anymore in FireFox

28Dec2024 I've been using FireFox to login to nytimes.com for many years. Recently, the nytimes.com website hasn't been working properly. It works fine using Edge. Sy… (閱讀更多)

28Dec2024

I've been using FireFox to login to nytimes.com for many years. Recently, the nytimes.com website hasn't been working properly. It works fine using Edge.

Symptoms are: (1) The zoom level at login and the zoom on going from page to page is very inconsistent. (2) Clicking the Account button does not open the account settings page. Instead it causes the screen background to become grey.

I restarted FireFox in troubleshooting mode, but this did not improve the behavior. I have a single extension (Adblock). Disabling Adblock on nytimes.com also did not improve things.

mitchb9 於 11 個月前 詢問

mitchb9 於 11 個月前 解答

  • 已解決

Unable to log into Google account after latest update

While I am able to log into my Google account in Chrome, I am unable to do so in Firefox after the latest update. Whenever I try, I am redirected to the attached support … (閱讀更多)

While I am able to log into my Google account in Chrome, I am unable to do so in Firefox after the latest update. Whenever I try, I am redirected to the attached support page, which asks me to delete cookies and cache contents. Deleting those does not help.

Please help!

altquixote 於 5 個月前 詢問

altquixote 於 5 個月前 解答

  • 已解決
  • 封存

Firefox can't open Gmail

I searched the forums and found a few similar entries but i couldn't see any solution so far. Whenever i try to open my inbox the page initially loads and shows the prog… (閱讀更多)

I searched the forums and found a few similar entries but i couldn't see any solution so far. Whenever i try to open my inbox the page initially loads and shows the progress bar but after the progress hits 100% it just hangs there and nothing happens. See screenshot please. Gmail works normally in other browser (MS Edge) and my Android phone. I've been experiencing this issue for more than a month now. Not sure exactly when it started. Probably with v134. Installing v135 fresh didn't change anything. This is one of the most persistent issues i've experienced about browsers. I use Avast AV but all browser modules are disabled + web shield disabled.

So far i tried these steps to no avail: - Clear cache and history - Clear whole site data by using "forget site" feature - Clear cache and cookies using the padlock icon next to the search bar - Disable/enable hardware acceleration - Disable/enable javascript (gmail requires javascript to work anyways) - Disabled all add ons/extensions, tried safe mode - Reinstalled firefox after uninstalling and deleting any left over folders

My system specs: - Windows 10 pro 22h2 x64 - ASrock B450M HDV R4 Mainboard - AMD Ryzen R5 3600X CPU - AMD RX 6600 GPU - 16 GB DDR4 3000 RAM, 250 GB M2 SSD

RudeBoy8066 於 9 個月前 詢問

jonzn4SUSE 於 9 個月前 解答

  • 已解決

Videos on Canvas not appearing

For my Canvas courses, where there should be embedded videos, nothing shows up. However, the videos do appear on both chrome and microsoft edge. I have tried disabling UB… (閱讀更多)

For my Canvas courses, where there should be embedded videos, nothing shows up. However, the videos do appear on both chrome and microsoft edge. I have tried disabling UBlock origin on Canvas and it makes no difference. Attached are screenshots of what I see in Firefox (no video) vs Edge (video).

meghanaarias 於 2 個月前 詢問

George Kitsoukakis 於 2 個月前 解答

  • 已解決

ICloud Login Problem

Hello, I can no longer log in to iCloud applications on Firefox . On my iPhone 11, I receive the request to log in to my Apple account. I followed the same steps and was… (閱讀更多)

Hello,

I can no longer log in to iCloud applications on Firefox . On my iPhone 11, I receive the request to log in to my Apple account. I followed the same steps and was able to do so on Google Chrome. Attached is the error message.

Thank you in advance for your feedback.

Ambrazh 於 2 個月前 詢問

Denys 於 2 個月前 解答

  • 已解決

Audios do not play in a webpage

In the webpage https://www.wnyc.org/story/wild-thing-a-life-of-paul-gauguin-full-bio/ when I click to listen to play a segment (▷ Listen) it shows momentarily a button … (閱讀更多)

In the webpage

https://www.wnyc.org/story/wild-thing-a-life-of-paul-gauguin-full-bio/

when I click to listen to play a segment (▷ Listen) it shows momentarily a button but then returns to the original (▷ Listen). However, when I open the page in Chrome it plays without any problem. What could be the problem?

emfril 於 3 個月前 詢問

emfril 於 3 個月前 解答

  • 已解決

can't log into discord or use link to discord channel

If I try to log in I get an email address already reg error If I try to use a link to join a channel I get a error saying the link is old (https://discord.com/invite/star… (閱讀更多)

If I try to log in I get an email address already reg error If I try to use a link to join a channel I get a error saying the link is old (https://discord.com/invite/starrupture) Yet I can log in and join a channel tho it with same link in Edge

Robert RZ 於 3 個月前 詢問

jonzn4SUSE 於 3 個月前 解答