Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

Autologin for youtube not working after update (not password autofill)

Before Update: I have two different YouTube workflows on two different systems. Although I use ONE Mozilla account, I was able to get automatic sign on for TWO different … (funda kabanzi)

Before Update: I have two different YouTube workflows on two different systems. Although I use ONE Mozilla account, I was able to get automatic sign on for TWO different systems. This meant that I was not automatically logged into the other account as long as I was on the appropriate device.

After Update: Auto-login is only working on my main system's Firefox (without new update). I now have to re-log into my production YT account manually. The reason I can identify this was after the update is because I now have an "old Firefox data" folder on my desktop, aswell as all my extensions being re-installed.

Considerations/Clarifications - I do not mean auto-fill passwords. I mean that my account is already ready to go when I access the YT site. - I use a few security extensions. I understand that these may have an impact on my browser's ability to save passwords. However, for the past 7 years, this has never been a problem given similar extensions.

    - Extension List: Privacy Badger, Adblock, Adblock plus, Adblock for YT, DuckDuckGo privacy essentials,  Facebook container, and Decentraleyes.

Any help is appreciated.

Asked by alendrik18 1 unyaka odlule

Answered by alendrik18 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to open all synced tabs

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not … (funda kabanzi)

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not work.

I have the "Show tabs from other devices" sidebar. I also can access from "Open application menu" > email address > list of synced tabs. Both methods show me the device name and all of my synced tabs. Neither method has an "open all tabs" option. If I right click my device name nothing happens. If I right click a tab, it opens that one tab. I don't know how many tabs I have on my Android. I have enough tabs that it only shows the infinity symbol instead of the number. It has shown the infinity symbol for a long time and I've opened many more tabs since. It could be hundreds or even thousands of tabs. I have 224 tabs on my laptop. I want to open all 224 laptop tabs plus all however many Android tabs on my laptop at the same time. I'm aware this will cause significant lag on my laptop. I'm not looking for a solution for that or people telling me not to do that. I want to know how to open all of my synced tabs at once on my laptop, without having to click through one by one.

Edition Windows 11 Home Version 22H2 Installed on ‎2022-‎09-‎21 OS build 22621.1702 Experience Windows Feature Experience Pack 1000.22641.1000.0 "You're up to date Last checked: Today, 17:15" (Just clicked "Check for updates")

Firefox 113.0.1 (64-bit) "Firefox is up to date"

Asked by Emily 1 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Google Fi Microphone Permissions

Hi, I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from t… (funda kabanzi)

Hi,

I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from the Firefox dropdown prompt and I cannot find how to get it back.

When I click the dropdown menu, I see no options to enable or disable permissions. I also do not see anything listed in the Security settings of the browser. When I check the google fi settings, I see it complaining about denied permissions though.

I've attached screenshots. Does anyone know where I can revoke the blocked permissions?

Thanks,

Asked by seankdavis24 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Help me in config firefox

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically n… (funda kabanzi)

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically navigated to it. Also, when there was a previously open page, and I open any bookmark (tags), the selected page opens in a new window, I want it. Please help me.

Asked by x2 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

There is an issue with the website loading.

Regards, Sir/Madam The website is blank. [link] The website icon is in the upper left corner, giving the idea that contact has been made, yet the page is still blank. Doe… (funda kabanzi)

Regards, Sir/Madam The website is blank. [link] The website icon is in the upper left corner, giving the idea that contact has been made, yet the page is still blank. Does anyone know why Brave cannot load the website?

Asked by marcilalex890 1 unyaka odlule

Last reply by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (funda kabanzi)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Asked by heusmich 2 iminyaka edlule

Answered by heusmich 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

v 112.02 problems

I am having multiple problems on several sites 1)trying to sign into my Schwab account and keep getting: We're unable to authorize your access. Try again later. 2)go t… (funda kabanzi)

I am having multiple problems on several sites

1)trying to sign into my Schwab account and keep getting: We're unable to authorize your access. Try again later.

2)go to www CNBC com The market data field(s) do not display and I can not enter data in the search field

3)While scrolling FB it gets lost and 1 out 4 times I need to restart Firefox

These problems continue with and with-out VPN These problems don't appear when using MS Edge(which I do not like)

Confused

JJ

ref: 2YO Lenovo I7, 4.0 GHz, 6gb mem current WIN 11, run CCleaner daily

Asked by JJ.the.FOG 2 iminyaka edlule

Last reply by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Missing Content Security Policy enable/disable setting on about:config

Hello, I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local… (funda kabanzi)

Hello,

I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local JS scripts on some non-locally hosted sites, for debugging and development, work related purposes.

Was this setting really removed? Is there a way to disable CSP on Firefox on the latest version?

Thanks! Gabriel.

Asked by gabrielmuttiteixeira 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Are McAfee LiveSafe (on Windows 11) and Mozilla Firefox with Mozilla VPN (have and prefer) compatible?

New computer, running Windows 11, McAfee LiveSafe came with for 30 day trial. I use Firefox, have since 1997. Just added Mozilla VPN. Old computer ran Xubuntu. Windows 11… (funda kabanzi)

New computer, running Windows 11, McAfee LiveSafe came with for 30 day trial. I use Firefox, have since 1997. Just added Mozilla VPN. Old computer ran Xubuntu. Windows 11 needs antivirus because it's Windows. So. How compatible are McAfee LiveSafe and Firefox with Mozilla VPN? What suggestion, if any, does Mozilla have for an antivirus program that will work well for Windows 11 but not mess with Firefox and Mozilla VPN? Thank you.

Asked by mwhesapa 3 iminyaka edlule

Answered by Dropa 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox Opens But There Is No Window

I just installed Win 11 with a fresh Firefox install (113.0 / 64-bit). I use a single video screen. When I double-click on the FF icon, no Firefox browser window appears… (funda kabanzi)

I just installed Win 11 with a fresh Firefox install (113.0 / 64-bit). I use a single video screen.

When I double-click on the FF icon, no Firefox browser window appears. However, in task manager, I can see that Firefox has opened and using a lot of memory.

I also put the FF icon in my "Pin to Taskbar" area. After I start FF, normally I would see the pinned icon highlighted (program open), but the taskbar FF icon does not show FF as active.

What have I destroyed this time?

Asked by jl11 1 unyaka odlule

Answered by jl11 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

cookie management

Since the update that changed the cookie management, I have not been able to delete just my cache without losing all my cookies & login information. I'm no longer abl… (funda kabanzi)

Since the update that changed the cookie management, I have not been able to delete just my cache without losing all my cookies & login information. I'm no longer able to automatically sign into a bunch of my sites.

Asked by dmacknair 3 iminyaka edlule

Answered by jscher2000 - Support Volunteer 3 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

I can't delete my Firefox account

A while ago I made a Firefox account with my Yahoo email address as the primary email, and my Outlook email address as the secondary email. Eventually I realized that I d… (funda kabanzi)

A while ago I made a Firefox account with my Yahoo email address as the primary email, and my Outlook email address as the secondary email. Eventually I realized that I didn't need my Yahoo email account anymore, so I deleted it, forgetting that it was being used as the primary email for my Firefox account. Now I can't remove my Outlook email from my Firefox account without verifying my Yahoo email account, and I can't even delete the Firefox account since it was made under the Yahoo email account as a primary email address.

Now I can't use my Outlook email address to create a new Firefox account either.

Asked by vivek95148 2 iminyaka edlule

Answered by vivek95148 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Change Mail

Hello, I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondar… (funda kabanzi)

Hello,

I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondary eMail-Address "mailC". Sadly I lost access to "accountB" and it's primary Mail-Address "mailB" (which is ok) but want to change the Mail from "accountA" to "mailC".

However, this is not possible since "mailC" is locked to "accountB" which I can no longer access (since I need the primary Mail Address. This meens I can never again use "mailC" for my Firefox account, which is now my primary Mail-Address. Is there should be a way to disconnect a Mail-Address from an account, if one has ownership of this Mail-Address?

Sincerly Robin

Asked by Robin 2 iminyaka edlule

Answered by Robin 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406 This is the site https://one.walmart.com/content/usone/… (funda kabanzi)

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 15199799165570062406

This is the site https://one.walmart.com/content/usone/en_us/company.html this site I connect to for work related issues, I can use private browsing, but not the regular browsing.

Asked by Seekerkiller 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Duckduckgo has apparently hijacked firefox browser

I've gone through all of the steps to reset my Firefox browser and attempted to change my search engine from Duckduckgo to Startpage. Every time it works a couple of tim… (funda kabanzi)

I've gone through all of the steps to reset my Firefox browser and attempted to change my search engine from Duckduckgo to Startpage. Every time it works a couple of times then Duckduckgo hijacks the search engine back to itself. I've deleted this search engine, reset my browser, said yes to prompts by Startpage to be the default browser, and tried everything that I can think of. Very, very frustrating. And I start to worry about the security of the Firefox browser itself. Any ideas?

Thanks, David

Asked by maddogmog 2 iminyaka edlule

Answered by Dropa 2 iminyaka edlule