Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe

Mouse-click + modifier key to open a link in private mode?

I'd like to be able to open a link in private mode by holding down some modifier key, then clicking on the link. There are many times that I want to open a link in privat… (funda kabanzi)

I'd like to be able to open a link in private mode by holding down some modifier key, then clicking on the link. There are many times that I want to open a link in private mode, and a keypress + click would be the quickest way to do it given that one hand typically remains at the keyboard while I use the mouse/trackpad.

I've even added a toolbar button to open a new private browsing window, then dragged and dropped a link onto the button, but that gets a circle with slash icon and nothing more.

Others have asked this question, so, to be clear, none of the following address my question: copying the link then opening the private browsing window & pasting the link, using a customized shortcut/bookmark, opening Firefox in private mode via command line, right-clicking the link then selecting "Open link in new private window".

Thanks for any advice and thank you, Mozilla, for Firefox!

Asked by TAP 1 usuku oludlule

Answered by zeroknight 19 amahora adlule

  • Ikhiyiwe

using firefox to store WhatsApp passkey

I am migrating to a new phone. WhatsApp offered firefox as an option for storing its passkey. That took me to the connection and synchronisation process which the new pho… (funda kabanzi)

I am migrating to a new phone. WhatsApp offered firefox as an option for storing its passkey. That took me to the connection and synchronisation process which the new phone said had failed. However all my tabs and other passwords appear to be syncing. Now selecting firefox to store the WhatsApp passkey takes me back to the failure page every time. Any idea how to restart the passkey addition to firefox process? WhatsApp won't work whilst I'm hung up in limbo between the two apps.

Asked by Chris 18 amahora adlule

Last reply by Paul 14 amahora adlule

  • Kusonjululiwe

Opening Firefox with a password without setting up Firefox sync

I simply want to use a password to open Firefox. I don't want to set up Firefox sync. How can I set up a simple password as permission to open Firefox without accessing s… (funda kabanzi)

I simply want to use a password to open Firefox. I don't want to set up Firefox sync. How can I set up a simple password as permission to open Firefox without accessing sync?

Asked by exodu 1 usuku oludlule

Answered by cor-el 1 usuku oludlule

  • Kusonjululiwe

Lost bookmarks

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, … (funda kabanzi)

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, they're just all empty.

Can I get them back somehow? I've been collecting them for years so can't replace them all!

Firefox 125.2 iMac OS x10.15

Asked by amanda52 2 ezinsukwini ezidlule

Answered by jscher2000 - Support Volunteer 1 usuku oludlule

  • Kusonjululiwe

Previous session not restored in profile

I've set up a second profile to keep my personal and work browsing separate. When I reopen my non-default profile, it doesn't restore the previous session's tabs. I have … (funda kabanzi)

I've set up a second profile to keep my personal and work browsing separate. When I reopen my non-default profile, it doesn't restore the previous session's tabs. I have "open previous windows and tabs" checked under Settings > General > startup in both profiles. Please advise.

Asked by oOo 2 ezinsukwini ezidlule

Answered by zeroknight 1 usuku oludlule

  • Kusonjululiwe

netflix

Netflix all of a sudden wont work on firefox after update. still works on edge and my computer in other room which has an update firefox popup that i have not done yet. i… (funda kabanzi)

Netflix all of a sudden wont work on firefox after update. still works on edge and my computer in other room which has an update firefox popup that i have not done yet. i reset drm already. it wont even sign in through firefox. i was on the phone with netflix for an hour they said use chrome which i hate or edge which is equally horrible but both work just not firefox. f7111-1957-205002 this code popped once. never had this kind of problem before. i already cleared cash and redownloaded firefox and all that jazz.

Asked by Mindblender 1 usuku oludlule

Answered by zeroknight 1 usuku oludlule

  • Kusonjululiwe

How do YouTube recommendations identify my Firefox?

The story is when I accidentally clicked on a sick video, YouTube start to recommend me similar sick videos. So my question is how does YouTube get my identity? I'm no… (funda kabanzi)

The story is when I accidentally clicked on a sick video, YouTube start to recommend me similar sick videos.

So my question is how does YouTube get my identity?

I'm not logged in. my profile is actually a snapshot, so when I restart Firefox, it go back to the snapshot. I even restarted my ISP router to get a new IP address. This did not work.

Only when I create a new profile with "firefox -P" does YouTube start to see me as a new person.

So how does YouTube identify my Firefox profile? I don't think it's in the https request headers. Weird.

Asked by hi210 2 ezinsukwini ezidlule

Answered by Paul 2 ezinsukwini ezidlule

  • Kusonjululiwe

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (funda kabanzi)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Asked by Slouch 4 ezinsukwini ezidlule

Answered by cor-el 3 ezinsukwini ezidlule

  • Kusonjululiwe

Window to https://0.0.0.1/ opens automatically all the time

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0 Steps to reproduce: Use Firefox only once (Youtube,gogele,etz Actual resul… (funda kabanzi)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0

Steps to reproduce:

Use Firefox only once (Youtube,gogele,etz

Actual results:

Window to https://0.0.0.1/ opens automatically all the time

Expected results:

Use this website without being automatically redirected to https://0.0.0.1/.

Asked by Sebastian Becker 3 ezinsukwini ezidlule

Answered by Paul 3 ezinsukwini ezidlule

  • Kusonjululiwe

Homescreen bug - blank survey

A blank survey pops up in my homepage each time I open Firefox, I haven't filled it yet since I don't know what it entails and what it is about. There is no option to clo… (funda kabanzi)

A blank survey pops up in my homepage each time I open Firefox, I haven't filled it yet since I don't know what it entails and what it is about. There is no option to close it either, and it seems bugged as it isn't going away even after updating the version of Firefox, it is still present on 125.0.2 version. Kindly assist regarding the same. I have attached a picture of the same herewith.

Asked by johnghosting 5 ezinsukwini ezidlule

Answered by jscher2000 - Support Volunteer 5 ezinsukwini ezidlule

  • Kusonjululiwe

Firefox Translation - Turn off

Hi. How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It… (funda kabanzi)

Hi.

How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It's annoying.

Asked by beyondlightless 4 ezinsukwini ezidlule

Answered by cor-el 4 ezinsukwini ezidlule

  • Kusonjululiwe

Spell Check (GB) highlighting false positives

I have language set to English (GB) but am being constantly annoyed with words like "colour" being underlined as badly spelt. Why aren't you using an English (GB) diction… (funda kabanzi)

I have language set to English (GB) but am being constantly annoyed with words like "colour" being underlined as badly spelt. Why aren't you using an English (GB) dictionary?

Asked by adampembs 4 ezinsukwini ezidlule

Answered by zeroknight 4 ezinsukwini ezidlule

  • Kusonjululiwe

Thin white border left when fit screen

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fi… (funda kabanzi)

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fit screen. This problem is not present when in a windowed mode or in F11 full screen.

I tried updating the Intel Arc drivers but this did not fix the problem. Changing to compatibility mode also did not fix te problem.

PS: in the uploaded screenshots it is quite dificult to see the white line(because the background is also white), but when the image is viewed in a new tab it is visible.

Thanks

Asked by Daellhin 6 ezinsukwini ezidlule

Answered by Daellhin 4 ezinsukwini ezidlule

  • Kusonjululiwe

Blocked on a site

I was playing on this free site called REPLAYPOKER, and it said I was blocked because of something called CLOUDFLAIR, can you tell me what this is please? It totally blo… (funda kabanzi)

I was playing on this free site called REPLAYPOKER, and it said I was blocked because of something called CLOUDFLAIR, can you tell me what this is please?

It totally blocked me and shut me out of the game

What should I do?

Is Cloudflair a virus? Should I go into the registry and remove it?

Asked by Sarah Godbey 5 ezinsukwini ezidlule

Answered by zeroknight 4 ezinsukwini ezidlule

  • Kusonjululiwe

WP Site on Firefox continues to display recovery mode message in error

Hello, I run a WP elearning site (cd-dojo.com) and I prefer to use Firefox for everything. Recently I added a plugin and experienced an error and WP went into recovery … (funda kabanzi)

Hello,

I run a WP elearning site (cd-dojo.com) and I prefer to use Firefox for everything.

Recently I added a plugin and experienced an error and WP went into recovery mode - displaying a message and an exit recovery mode button.

I have since resolved the error, but was perplexed because I could click the exit button but the messaging was persistent. I did everything I could think of - including the recommendations of tech support - until I was ready to reinstall a backup. Then I thought maybe it's a browser issue, so I logged in as admin in Safari and the message is gone. See screenshots below.

Since then I have tried everything I can to remedy with your support information including restarting the computer, clearing the cookies and cache, restarting in troubleshoot mode, and reinstalling firefox. Nothing has resulted in any resolution.

So, I'm presenting this to you. I can continue to work on the site using other browsers but I prefer to use Firefox. Can you help?

Asked by David Lambert 5 ezinsukwini ezidlule

Answered by jscher2000 - Support Volunteer 5 ezinsukwini ezidlule