Prikaz označenih pitanja: Prikaži sva pitanja
  • Riješeno
  • Arhivirano

Strange cursor?

Hello, since a few days I have a strange cursor, possibly related to the latest version. The problem only occurs in Firefox. No matter where I click, in search historie… (pročitajte više)

Hello,

since a few days I have a strange cursor, possibly related to the latest version. The problem only occurs in Firefox.

No matter where I click, in search histories, settings or on websites, the cursor that appears when you want to write something appears everywhere. So the flashing line, I just can't write anything.

How can I deactivate it? I have already asked in other forums, but no one has an answer.

I'm attaching a few screenshots below.

Asked by Stefan Kramer prije 1 godina

Answered by TyDraniu prije 1 godina

  • Riješeno
  • Arhivirano

Is it possible to create a shortcut to the notification manager?

Hi, When you click "settings" in notifications, in the privacy and security settings, a new window opens instead of a tab, so this setting has no URL of its own. In Chrom… (pročitajte više)

Hi, When you click "settings" in notifications, in the privacy and security settings, a new window opens instead of a tab, so this setting has no URL of its own. In Chromium-based browsers they have the URL "*browser name*://settings/content/notifications", so I could add this URL to bookmarks and access it quickly. Is there any way to do something similar in Firefox? Thanks

Asked by Chemita prije 1 godina

Answered by cor-el prije 1 godina

  • Riješeno
  • Arhivirano

Yahoo Email Not Signing on Firefox

All of a sudden, Yahoo email is not signing on Firefox on Windows 11. It is working on other browsers on the same computer, and even on Firefox on the Mac computer that i… (pročitajte više)

All of a sudden, Yahoo email is not signing on Firefox on Windows 11. It is working on other browsers on the same computer, and even on Firefox on the Mac computer that is running the Windows 11. I tried all possible solutions but to no avail.

1) Cleared all cached data and cookies 2) Refreshed FF 3) Completely uninstalled FF and deleted the profile folder and reinstalled a fresh copy 4) Disabled all add-ons and extensions. 5) Private window

I am stuck at " Uh-oh... We can’t sign you in right now. Please try again in a while" every time I try to sign in. I get (https://login.yahoo.com/account/challenge/fail) instead of (https://login.yahoo.com/account/challenge/password).

Any suggestions?

Thank you

Asked by TheBob3 prije 1 godina

Answered by jonzn4SUSE prije 1 godina

  • Riješeno
  • Arhivirano

directory structure has changed upgrading from 106.0.5 to 108.0 linux

At least under linux, 'firefox' is now a directory in 108.0. For 106.0.5 and many versions prior, it was an executable. -rw-r--r-- 1 78771445 2022-12-15 08:34 firefox-… (pročitajte više)

At least under linux, 'firefox' is now a directory in 108.0. For 106.0.5 and many versions prior, it was an executable.

-rw-r--r-- 1 78771445 2022-12-15 08:34 firefox-108.0.tar.bz2

tar xjvf firefox-108.0.tar.bz2

mv firefox firefox-108.0

  • -rwxr-xr-x 1 14416 2022-04-28 13:54 firefox-100.0/firefox
  • -rwxr-xr-x 1 14416 2022-08-08 07:34 firefox-103.0.2/firefox
  • -rwxr-xr-x 1 14416 2022-11-04 08:00 firefox-106.0.5/firefox
  • drwxr-xr-x 7 4096 2022-12-15 08:47 firefox-108.0/firefox

Asked by Kelt3243 prije 1 godina

Answered by Kelt3243 prije 1 godina

  • Riješeno
  • Arhivirano

Some pages don't work on FF but do on Edge

Some web pages don't work on FFx but do with Edge. On this page: link text I can fill out the form but when I try to submit it nothing happens. On Edge, no problem. I run… (pročitajte više)

Some web pages don't work on FFx but do with Edge. On this page: link text I can fill out the form but when I try to submit it nothing happens. On Edge, no problem. I run into this a lot with FFx...

Asked by ZimmyZoBar prije 1 godina

Answered by jonzn4SUSE prije 1 godina

  • Riješeno
  • Arhivirano

Suggestions for password managers, ad blockers and add-ons.

Suggestions for Firefox for Android Since the built-in password manager is not good enough in terms of security and functionality, (and I don't think it will be good eno… (pročitajte više)

Suggestions for Firefox for Android

Since the built-in password manager is not good enough in terms of security and functionality, (and I don't think it will be good enough for the foreseeable future), it would actually be a good idea to build an app instead of the built-in one, or to choose a third party app as a partner as an official recommendation, and so forth.

I find the browser's ad-blocking features to be very unorganized, repetitive, and not easy to use. I wish you could build a comprehensive enough and personalized built-in pan-ad blocker.

And please allow the beta version's custom "add-ons collection" to be added to the official version

Anyway, there are many problems and many solutions, I hope Firefox will be better and better.

Thanks.

Asked by CaoLiPengJL prije 1 godina

Answered by Paul prije 1 godina

  • Riješeno
  • Arhivirano

Firefox 108.0 Socks5 proxy has stopped working

Hi, I have for some time (over a year) been using a remote server as a SOCKS5 proxy for Firefox so I can bypass my local ISPs filtering. The proxy connection is setup u… (pročitajte više)

Hi,

I have for some time (over a year) been using a remote server as a SOCKS5 proxy for Firefox so I can bypass my local ISPs filtering.

The proxy connection is setup using an SSH tunnel like this:

ssh -D 8080 -q -C -N -f root@<remote server> That sets up port 8080 on my local machine to listen for connections which will be forwarded to ssh on the remote server acts as aSOCKS4/SOCKS5 proxy.

    -D [bind_address:]port
            Specifies a local “dynamic” application-level port forwarding.  This works by allocating a socket
            to listen to port on the local side, optionally bound to the specified bind_address.  Whenever a
            connection is made to this port, the connection is forwarded over the secure channel, and the
            application protocol is then used to determine where to connect to from the remote machine. 
            Currently the SOCKS4 and SOCKS5 protocols are supported, and ssh will act as a SOCKS
            server. 

Tried it today and it doesn't work any more. I've attached a picture of my Firefox Proxy settings and a picture of the Firefox version I am currently running. plus a picture of the error I get when I try to access the BBC website using Firefox via the proxy.

I've tried all combinations of "Proxy DNS when using SOCKS v5" and "Enable DNS over HTTPS" with no effect. I've also tried it from "Troubleshooting Mode" and the same thing happens.

I also tried accessing https://www.bbc.co.uk through the same proxy by using the command:

curl --silent --location --socks5 localhost:8080 https://www.bbc.co.uk

and it worked perfectly.

I'd be grateful if you could have a look at it and let me know what is wrong.

Thanks, Alan

Asked by Alan.Griffiths.2013 prije 1 godina

Answered by Alan.Griffiths.2013 prije 1 godina