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

youtube ad blocker not blocking ads

I have an add-on ad blocker for youtube and have never gotten ads. This afternoon that stopped. I get ads with every video I click and there is no 'skip ad' on the scr… (pročitajte više)

I have an add-on ad blocker for youtube and have never gotten ads. This afternoon that stopped. I get ads with every video I click and there is no 'skip ad' on the screen. I added another top rated youtube add blocker, quit firefox and then opened it again. Before, if I clicked a video it started an ad and I could go back and then hit the video again, but now that doesn't work, but if I select to show the video in a new tab, there are no ads in that tab. What can I do to make the ads stop like they used to and never appear? Yes and my OS is Ubuntu 22.04

Asked by pdsimdars prije 1 godina

Answered by TyDraniu prije 1 godina

  • Riješeno
  • Arhivirano

Sudden lack of access to university gmail account

Hi folks, So my university uses gmail and accesses with Duo Mobile. I usually use Firefox on a Win11 PC, no problem. This morning for some reason firefox will not let m… (pročitajte više)

Hi folks, So my university uses gmail and accesses with Duo Mobile. I usually use Firefox on a Win11 PC, no problem. This morning for some reason firefox will not let me even begin the login process. Chrome works fine. I have disabled four extensions (DuckDuckGoprivacy, Unpaywall, YoutubeNonstop, Boomerang) and restarted, no change.

Screenshot shows errormessage on Firefox, with functional Chrome screen in background.

This has to be a firefox issue? help please!

Asked by SLG prije 1 godina

Answered by SLG prije 1 godina

  • Riješeno
  • Arhivirano

Still requesting password for Gmail, even after exceptions

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had do… (pročitajte više)

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had done all it would take to have Gmail remember them. Am I missing something?

Also, we cleared cache.

Thank you, Meg

Asked by bifrostfarms1 prije 2 godina

Answered by Terry prije 2 godina

  • Riješeno
  • Arhivirano

Listen Offline to prerecorded videos on a website?

Hi friends, I need to watch Offline a series of professional videos from a website I study with. I'll be in a place with no internet for a while so I wish to know how to … (pročitajte više)

Hi friends, I need to watch Offline a series of professional videos from a website I study with. I'll be in a place with no internet for a while so I wish to know how to use the "work offline" modality to do that. Can the browser "remember" videos in the same way it remembers visited page?

I remember in the 90s / 2000s was possible to "save" pages to read Offline later on... Is that still possible?

Thanks

Asked by guidofurlani prije 3 godina

Answered by TyDraniu prije 3 godina

  • Riješeno
  • Arhivirano

Firefox overwrites current tab with "homepage" tab on start up

Since the last Firefox update, I've noticed an issue whenever I launch the browser. I have it set up so that I have multiple tabs open, and it's set up so that when Firef… (pročitajte više)

Since the last Firefox update, I've noticed an issue whenever I launch the browser. I have it set up so that I have multiple tabs open, and it's set up so that when Firefox starts up, it opens all of the previous tabs and starts me on the tab I was on when I closed the browser previously.

Now whenever I start Firefox, it opens to the last tab I was on, but said tab opens on my current homepage instead of the website that tab was on previously. I experimented by changing my homepage to "Youtube.com", picked a different open tab, closed Firefox and opened it again and sure enough, the tab was now on the Youtube page instead of what it had been previously.

Is this just a bug of the current Firefox version, or is there something in settings I can do to fix this?

Asked by patrickhuv prije 3 godina

Answered by patrickhuv prije 3 godina

  • Riješeno
  • Arhivirano

Firefox not preventing sleep

Hello, I have a problem with Firefox on Linux, doesn't seem to be distro specific as I've tried Manjaro/Ubuntu/Neon, when using KDE in that when listening to music on Yo… (pročitajte više)

Hello,

I have a problem with Firefox on Linux, doesn't seem to be distro specific as I've tried Manjaro/Ubuntu/Neon, when using KDE in that when listening to music on YouTube music my computer will go to sleep after the elected time. On KDE you can see which applications are preventing sleep and/or screen lock, other applications are listed here but not Firefox.

When playing a video everything works as expected.

I would investigate myself, but I don't know where to start so if someone can point me in the right direction or offer any insights?

Currently using: KDE Neon KDE 6.0 Kernel 6.5.0-21 Wayland

Asked by dclark16 prije 1 godina

Answered by zeroknight prije 1 godina

  • Riješeno
  • Arhivirano

Saving files instead of opening and saving in TEMP folder!

Before the recent 1-2 updates, pdfs,pictures and .torrent meta files used to get saved in temp folder which I LOVED very much. Recently these are getting save in my down… (pročitajte više)

Before the recent 1-2 updates, pdfs,pictures and .torrent meta files used to get saved in temp folder which I LOVED very much. Recently these are getting save in my download folder instead of saving in the temp folder.

I changed this setting to allows ask. Still the files are getting saved in the download folder after opening.

Please assist me to resolve this issue. Thanks.

Asked by senanindya21 prije 3 godina

Answered by Dropa prije 3 godina

  • Riješeno
  • Arhivirano

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… (pročitajte više)

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 prije 3 godina

Answered by heusmich prije 3 godina

  • Riješeno
  • Arhivirano

lost passwords

Hello All I took my box to best buy because it was not working properly. They replaced the drive now I have no access to the passwords saved in firefox. Is there any way … (pročitajte više)

Hello All I took my box to best buy because it was not working properly. They replaced the drive now I have no access to the passwords saved in firefox. Is there any way to get them back ? I have the old drive ! Any help greatly appreciated Gary

Asked by Bubba prije 2 godina

Answered by cor-el prije 2 godina

  • Riješeno
  • Arhivirano

Bookmarks Toolbar "Always Show" and "Only Show" setting is broken

I know how to set the Bookmarks Toolbar to Always show/Only show on new tab/Never show. I always want the Bookmarks Toolbar, and until recently the "Always Show" setting … (pročitajte više)

I know how to set the Bookmarks Toolbar to Always show/Only show on new tab/Never show. I always want the Bookmarks Toolbar, and until recently the "Always Show" setting worked. But it doesn't any more. (Firefox 123.0 64 bit)

Asked by sspickering1 prije 1 godina

Answered by jscher2000 - Support Volunteer prije 1 godina

  • Riješeno
  • Arhivirano

maximize from taskbar

Since re-installing Windows 10 Pro and Firefox, I can no longer maximize Firefox by clicking the taskbar icon. Works for Chrome and Edge, but not Firefox.

Asked by Daddyo37 prije 3 godina

Answered by Daddyo37 prije 3 godina

  • Riješeno
  • Arhivirano

Color management settings don't work after Windows 11 was pushed on me.

Yesterday, I put my laptop in hibernate mode like I always do. When I turned it back on, I was greeted by Microsoft asking me to install Windows 11. Of course, I declined… (pročitajte više)

Yesterday, I put my laptop in hibernate mode like I always do. When I turned it back on, I was greeted by Microsoft asking me to install Windows 11. Of course, I declined the offer several times. I then noticed that everything I had opened was now closed. So I opened everything up again, including Firefox.

My laptop has a wide-gamut display, and colours look oversaturated by default. It's one "feature" of this computer that I don't like. So, anyway, I had to fiddle with the color management settings in Firefox to get page elements like images and text not to look blindingly saturated. Aside from videos still being unchanged, the settings worked great for many months. Now, suddenly after this push for Windows 11, the color management has seemingly gone back to what it was like before I got it looking right. Nothing I change has any effect. Change settings. Restart browser. Nothing. Repeat that process until I'm ready to launch my laptop out the window.

I closed out and then re-opened Firefox. I refreshed the browser. I rebooted the system. Nothing. All color management settings don't take any effect.

Asked by ben-grieve prije 3 godina

Answered by ben-grieve prije 3 godina

  • Riješeno
  • Arhivirano

How can I control the confirmation sound in FireFox's "save image" & "file update" (download) panels

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occ… (pročitajte više)

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occurs when saving an image from a right-click menu and when downloading a file. Formerly Firefox used the system default sound for this, and that sound is still working in other programs for similar operations.

How can I fix this? Or alternatively how can I disable the sound during such operations in Firefox (or alternatively system-wide)?

Asked by SE-Tundra prije 3 godina

Answered by SE-Tundra prije 3 godina

  • Riješeno
  • Arhivirano

Pop Up Window

When scrolling down I choose to read an article in a new window. When I open the new window, on the right side, a pop up window appears titled “Join the Conversation” or… (pročitajte više)

When scrolling down I choose to read an article in a new window. When I open the new window, on the right side, a pop up window appears titled “Join the Conversation” or “More from Daily Express” blocking some of the article’s words. How can I stop this pop up window from appearing? Thanks.

Asked by doug5101520 prije 3 godina

Answered by jscher2000 - Support Volunteer prije 3 godina

  • Riješeno
  • Arhivirano

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… (pročitajte više)

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 prije 3 godina

Answered by cor-el prije 3 godina

  • Riješeno
  • Arhivirano

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… (pročitajte više)

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 prije 3 godina

Answered by Robin prije 3 godina

  • Zaključano
  • Arhivirano

Microsoft Outlook Online - Cannot right click and paste

When using Microsoft Outlook Online, I cannot right click and paste into the body of the email when using Firefox. The paste function does not even show up as an option. … (pročitajte više)

When using Microsoft Outlook Online, I cannot right click and paste into the body of the email when using Firefox. The paste function does not even show up as an option. This use to work until I downloaded the most current version of windows 11. I can CTRL V and it will paste. It works on Edge and other browsers.

Asked by SuMo Bot prije 2 godina

Last reply by sugarmarc prije 2 godina