• حُلّت

PR_CONNECT_RESET_ERROR

Hello! I started encountering this problem as I updated my OS to windows 11. I had eset nod antivirus, but uninstalling it nothing changed. Tried to change MTU cache size… (read more)

Hello! I started encountering this problem as I updated my OS to windows 11. I had eset nod antivirus, but uninstalling it nothing changed. Tried to change MTU cache size through CMD. Changed different DNSes Tried to disable all protection settings in browser and in windows settings. Deleted all extensions. NOTHING helped except clearing cache of the browser, but this is fixing problem only before first browser restart. Other browser on laptop works normally without any issues.

Asked by alexey22b 2 months ago

Answered by jonzn4SUSE 2 months ago

  • حُلّت

Firefox UI font is corrupted on macos

The UI font on Firefox UI appears to be corrupted. See screenshots attached. The app was installed recently and not used much. When I launched it today the font appears … (read more)

The UI font on Firefox UI appears to be corrupted. See screenshots attached.

The app was installed recently and not used much. When I launched it today the font appears like this. No other apps are affected.

I only have a handful of custom fonts and none overwrite any system fonts.

Asked by bojan.ristevski 4 months ago

Answered by bojan.ristevski 4 months ago

  • حُلّت

Firefox Root Certificate Expiration related issue w/ legacy add-ons & single website access

I'm on WinXP and Win7; FF is there respectively on ESR 52.6.0, and 56.0.2. Pls refrain from lecturing me on updating etc. I need it to be this way for umpteen reaso… (read more)

I'm on WinXP and Win7; FF is there respectively on ESR 52.6.0, and 56.0.2.

    • Pls refrain from lecturing me on updating etc. I need it to be this way for umpteen reasons. Thanks for understanding.**

First, all of a sudden all my legacy add-ons were disabled. Most of them ensure FF looks like it did ages ago, which is what I'm used to, and need, to function properly myself. They overall are no longer maintained or downloadable, hence the need to stay on lower browser versions as well.

Managed to fix that.

Then, last Fri, my webmail provider missed updating their security certificate. They seemingly later do, but I am left unable to access their website from FF on both machines, and Chrome on the XP. Disaster.

The error messages I get are, in FF:

[www.netaddress.com] uses an invalid security certificate.

The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported.

Error code: <a id="errorCode" title="SEC\\\\\\\\\\\\\\\_ERROR\\\\\\\\\\\\\\\_UNKNOWN\\\\\\\\\\\\\\\_ISSUER">SEC\_ERROR\_UNKNOWN\_ISSUER</a>

and in Chrome:

classic.netaddress.com normally uses encryption to protect your information. When Google Chrome tried to connect to classic.netaddress.com this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be classic.netaddress.com, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Google Chrome stopped the connection before any data was exchanged.

You cannot visit [classic.netaddress.com] right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.

When running a SSL server test on their certificate it turned back: Chain issues Incorrect order, Contains anchor

No idea if that's relevant.

I tried just abt everything I was handed, could think of, or googled. Adding an exception included. Nothing works. Logically, the error should be on their end (w/ their old certificate, it all worked fine, now it doesn't), but somehow I keep being directed to that your root certificate having expired is the culprit.

Earlier today, I took the plunge and updated FF to 72.0.2 on the Win7 machine. (My webmail doesn't have full functionality on Chrome, so I was still very hampered in that regard there.) Now I can access the webmail -- but all my add-ons AGAIN are disabled. And what I did before to make the work does now NOT work anymore.

Can someone pls take me out of my misery? My whole existence is falling apart. I am already on 75 % (invisible) disability. Nothing works, least of all I. I am days behind on an already massively overburdened schedule. Not everyone can handle constant updates and their user interface being changed all the time. Some ppl are dependent on things looking and acting the exact same.

I'd like my add-ons back functional on the Win7 machine, and my webmail back -- INCLUDING the add-ons remaining functional, on the WinXP. Thank you.

Asked by agataloca 1 month ago

Answered by agataloca 1 month ago

  • حُلّت

video downloadhelper and easy youtube video downloader not working

FINALLY got my zorin os to update, and now also have the newest version of firefox uploaded and working. My singlefile addon works properly, I have upgraded to the newest… (read more)

FINALLY got my zorin os to update, and now also have the newest version of firefox uploaded and working. My singlefile addon works properly, I have upgraded to the newest versions of my video downloaders, and I have cleared my history, but my 2 video downloaders still don't recognize any videos on youtube. Any suggestions or alternative downloaders?

Asked by russellofthedesert 1 month ago

Answered by russellofthedesert 1 month ago

  • حُلّت

Remove "This time search with logo" on address bar

I turned on my PC after a long time, and it seems something about firefox has changed in the way I don't like. The logo to the extreme left of the address bar which shows… (read more)

I turned on my PC after a long time, and it seems something about firefox has changed in the way I don't like. The logo to the extreme left of the address bar which shows "This time search with" options on left-click is annoying to the eye. Picture attached below. Is there anyway you can remove/disable that logo with about://config or anything else.

Using latest version of Firefox on linux.

Asked by Rajarshi Datta 2 months ago

Answered by TyDraniu 2 months ago

  • حُلّت

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… (read more)

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.

Asked by brugger2 4 months ago

Answered by jscher2000 - Support Volunteer 4 months ago

  • حُلّت

2fa not working. i've tried a couple of auth. apps.

i recently disabled 2fa and installed a new authentication app: Ente Auth. i keep getting invalid code each time i enter the generated code. i tried both options, scanned… (read more)

i recently disabled 2fa and installed a new authentication app: Ente Auth. i keep getting invalid code each time i enter the generated code. i tried both options, scanned the QR code and entered the secret key manually. i used authy with success as my auth. app with firefox but can't use authy anymore. keep having issues setting up 2fa with other auth apps. thanks for any help you can offer. peace, Adrian

Asked by AdrianRamos1 4 months ago

Answered by cor-el 4 months ago

  • حُلّت

bsky.app

bsky.app cookie continues to be loaded on computer even after I continually delete it, privacy set to strict and blocked under "managed exceptions, why is it being reload… (read more)

bsky.app cookie continues to be loaded on computer even after I continually delete it, privacy set to strict and blocked under "managed exceptions, why is it being reloaded when I don't access the site. None of the sites I access are linked to it, only visited once and if this alternative to x continues to set cookies, how can I permanently block it, thought the exceptions list was supposed to keep blocking it. So far it's come back three times, I'll screenshot it next time and attach.

Asked by mitcheljr3 5 months ago

Answered by mitcheljr3 5 months ago

  • حُلّت

Can't login to browser profile after changing email

I've changed primary email some time ago and wanted to login using a new device. However, login fails with "Incorrect email case" and response contains my old email under… (read more)

I've changed primary email some time ago and wanted to login using a new device. However, login fails with "Incorrect email case" and response contains my old email under "errors[0].extensions". After that, there is another request doing login with old email, which seem to be successful, however the whole operation fail and page only shows "Something went wrong. Please close this tab and try again.". Trying to login directly with an old email leads to "Primary account email required for sign-in" error. Please assist.

Asked by yckmciaiy 5 months ago

Answered by yckmciaiy 5 months ago

  • حُلّت

Firefox bookmarks

Helllllllllllp! Just had firefox install an update & now all my saved bookmarks, login passwords & previous home page have all gone. Have reset Home page, checked… (read more)

Helllllllllllp! Just had firefox install an update & now all my saved bookmarks, login passwords & previous home page have all gone. Have reset Home page, checked that Profile is correct & the bookmark folder is empty. Where have they all gone. Yes I have restarted my computer but made no difference.

Asked by alarmms 5 months ago

Answered by cor-el 5 months ago

  • حُلّت

Unable to sign in to Reddit

Recently I have been unable to log into Reddit. Firefox is up to date, cookies and cache has been cleared, ublock origin has been disabled, still doesn't work. I can clic… (read more)

Recently I have been unable to log into Reddit. Firefox is up to date, cookies and cache has been cleared, ublock origin has been disabled, still doesn't work. I can click 'Log In', enter my username and password, and then it is impossible for me to click the Log In button to advance. Left clicking the button, pressing enter, pressing tab until it is highlighted then pressing space, none of these work. I can open Edge and log in no problem. What do I need to do to fix this?

Asked by christopher.kalmin 3 months ago

Answered by jonzn4SUSE 3 months ago

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

Whole desktop goes black screen sometimes starting videos

Hello! I have used Firefox on and off so I don't have a time frame of when this would have started exactly, but I have had some random completely black screens on both of… (read more)

Hello! I have used Firefox on and off so I don't have a time frame of when this would have started exactly, but I have had some random completely black screens on both of my monitors dating back to at least 2-3 weeks ago that can only be fixed by powering down the entire PC. I've reinstalled my (NVIDIA) GPU drivers, rearranged display-port cables and just about anything before finally finding a fix, switching to edge. So far I've gone a week without black screening when with Firefox I'd get around 4 give or take a week (some days getting to 3 alone). I don't know what could cause it but I have noticed it only happens when first starting a video. Mostly YouTube but other video sites seem to have also caused it occasionally, I would just like to know what could be causing this, as I do prefer Firefox vastly and would like to switch back as soon as I can.

Will provide anything else as necessary!

Asked by Fiaking 1 year ago

Answered by zeroknight 1 year ago

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

How to get a list of all the open tabs in a Firefox window?

Hello everyone, I've been using Firefox for quite some time and I always keep a bunch of windows open throughout a few workspaces on my laptop. However, this takes up a … (read more)

Hello everyone,

I've been using Firefox for quite some time and I always keep a bunch of windows open throughout a few workspaces on my laptop. However, this takes up a lot of resources and looks very messy. So, I've been thinking of writing a script/extension to simply store all the open links in a window to a named list that I can, then, come back to when I need and reopen. That way, I could possibly have different lists, separated by topic and stored in a single place.

I'm sorry if there is an obvious solution for this, I saw a couple of similar questions have been asked before, but none that I could use as reference.

Thank you for your time, have a nice week!

Asked by pedrobarrostorreaogaiao 1 year ago

Answered by cor-el 1 year ago

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

Customize the location of print headers and footers?

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)? I prefer the header to be url only, in the center. … (read more)

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)?

I prefer the header to be url only, in the center. While the footer has page on left; title in the center, and date on the right.

This used to be easy to accomplish with print options in older versions, then -- as the print dialog changed (and actually improved a lot in most *other* ways) I had to turn to about:config modifications like those described in the 1/27/21 reply here: https://support.mozilla.org/en-US/questions/1323433. But now I can't seem to find any way to have any control over print headers besides "on" and "off."

One problem I find with having both page title and url on top is that these can be long, causing one or both to be truncated.

I'm using Firefox 115.3esr.

Asked by Rick216 1 year ago

Answered by zeroknight 1 year ago

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

Startpage Search Engine

This problem exists ONLY on Firefox. I vary search engines, from DuckDuckGo to Presearch and Startpage depending on the search results I get. For no apparent reason I wi… (read more)

This problem exists ONLY on Firefox. I vary search engines, from DuckDuckGo to Presearch and Startpage depending on the search results I get.

For no apparent reason I will get a "suspended connection" message on Startpage while using the Firefox browser. I have included both the link and a screenshot of the problematic page. The page will open perfectly several times, and then suddenly, in the same session, if I open a new Startpage tab, this message will appear. While the suspended connection message is visible in Firefox / Startpage, I will try Startpage in Edge, Opera, Chrome and Midori, and they all open to the Starpage beautifully.

I am using the Firefox 125.0.3 browser, I have cleared caches and cookies, and run full malware scans, with zero negative results, and yet this problem persists. It is sporadic, and does not occur on a predictable basis. It occurs whether the Mozilla VPN is on or not, and switching from on to off or off to on changes nothing, even after refreshing the page.

I am assuming that this is a Firefox issue, as the problem does not occur on other browsers

I can easily switch browsers and / or search engines, but Firefox in conjuction with Startpage is my preferred combo. I just find it frustrating in that I cannot fix it myself.

So....Ehhhh...what's up doc?

https://www.startpage.com/sp/captcha-block#?bc=US&bi=QuadraNet&be=a2667ecaaf93ae9c091acfff4cebeacc&bds_t=1715638671T77bc1f599823650a2bba749db91bb9c806807a1edc0a34414bf50516dbe0e125&bds_s=dd88ea12048c4efdb6fb4d366c52ae8f&lui=english&cat=web&language=english&t=night&cmd=gen_page

Asked by EmJay Dubbya 1 year ago

Answered by EmJay Dubbya 1 year ago

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

How to limit search to only useful pages

Hi, There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe… (read more)

Hi,

There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe. Somewhere on the net I found that the following address does it: https://www.google.com/webhp?cr=countryAT|countryBE|countryBG|countryHR|countryCY|countryCZ|countryDK|countryEE|countryFI|countryFR|countryDE|countryGR|countryHU|countryIE|countryIT|countryLV|countryLT|countryLU|countryMT|countryNL|countryPL|countryPT|countryRO|countrySK|countrySI|countryES|countrySE

However, when I am trying to use it in firefox as my Start Page, it opens all of these in separate tabs and it does not work. Also as far as I understand using the link is not possible for new tabs.

The reason is simple. For example, when looking for cooking recipes, pages from the USA use strange units that cannot be understood and there is no point in translating each of these manually as all recipes are available in million of versions - it is just a matter of clicks. But I don't want to waste time each time on checking the websites one by one; if the cooking website is from Europe, the units will be of a standard and I don't have to worry. It is the same in relation to many products of any kind. European and American markets are completely different and reading description of something only to find out at the end that it is only available in the USA is waste of time.

- it should be possible in firefox to block some websites or portals by some button. I know that there is an add-on for this but it is only for 10 pages or so, so in reality it is not very useful. It also only works in the way that the page won't open when clicked on. However, it would be much better if unwanted portals or websites were simply removed from search results.

There are too many fake websites nowadays providing incorrect or misleading information. If it happens that I come across one of these, I want to be doing that only once - and block them forever.

Asked by malecek1 2 years ago

Answered by cor-el 2 years ago

  • حُلّت

Can non-alphanumeric keys be used as an extension shortcut key?

I just setup this firefox extension to help me manage my 800+ tabs - https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/ . This might have even been causing… (read more)

I just setup this firefox extension to help me manage my 800+ tabs - https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/ . This might have even been causing Firefox to crash and my computer to restart, but I'll save that for a separate issue. The extension has some suggested shortcut keys, particularly Ctrl + Backtick and Ctrl + Shift + Backtick to switch between next and previous Tab groups. I tried to go to Manage Extension Shortcuts in settings, and tried to specify the keys Ctr + Backtick, but the input box would not accept the key. In fact it only seems to accept Ctrl + <alpha-numeric> key. or Ctrl + Alt + <alphanum>

Is there anyway to enable this? Most keys like Ctrl + alphabets appears to be already mapped by firefox's default mappings. my Ctrl + numbers are also similarly mapped by another tab extension to switch tabs.

Thanks, arun

Asked by arunkakorp 5 months ago

Answered by TyDraniu 5 months ago

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

WSJ Site only works in Private Browsing correctly

WSJ did some sort of update and now things are broken in the regula browser. I've tried disabling all my extensions, putting multiple sites on the cookies exceptions lis… (read more)

WSJ did some sort of update and now things are broken in the regula browser. I've tried disabling all my extensions, putting multiple sites on the cookies exceptions list and turning off protection in regular mode and it does not work. Private Browsing works out of the box no issues.

The main way to know if you have issues is do you see the stock ticker near the top of the webpage, your name with account info, and some drop down windows. The Live Update sub-websites are broken. I think WSJ on some sites like those thinks I'm not logged in or can't verify I'm logged in.

Its weird. I've had similar things on FireFox before, what is regular mode doing? Why does Private browsing work? Can I somehow "force" the same settings in a regular windows on a per Website basis? This doesn't seem possible at this point.

Asked by Justin 6 months ago

Answered by Justin 6 months ago