Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

Show Google search URL in address bar, don't overwrite it with the original search string

Steps to reproduce: 1. Have Google as the default search engine. 2. Type a search string into the address bar. 3. The address bar briefly shows a URL for the Google Se… (ďalšie informácie)

Steps to reproduce:

1. Have Google as the default search engine.

2. Type a search string into the address bar.

3. The address bar briefly shows a URL for the Google Search results.

4. The address bar is very quickly overwritten with the original search string.

See screenshot for example.

How do I stop step #4 happening? I want the URL to remain in the address bar, for example to be able to give somebody a link which executes the google search.

I think this is new in FF121.

Otázku položil(a) pg_78 Pred 1 rokom

Na otázku odpovedal(a) pg_78 Pred 1 rokom

  • Vyriešené
  • Uzamknuté
  • Archivované

Is AdBlock scamming all Firefox users, or do you not want their partnership?

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam a… (ďalšie informácie)

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam all users on all sites.

Otázku položil(a) Benjamin_Minney Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Would like to change from current version to 124.0.2

I just got a new to me computer and it has Firefox 125.0.3 (64bit) but I was more comfortable with what I had Version 124.0.2 (64 bit). What would be the downside of cha… (ďalšie informácie)

I just got a new to me computer and it has Firefox 125.0.3 (64bit) but I was more comfortable with what I had Version 124.0.2 (64 bit). What would be the downside of changing to what I had? I just use it for home use and browsing. How would I go about making that change. I'm not to knowledgeable about computer language and stuff. Thanks, Larry

Otázku položil(a) Larry/Nancy Jones Pred 1 rokom

Na otázku odpovedal(a) Larry/Nancy Jones Pred 1 rokom

  • Uzamknuté
  • Archivované

Tineye worked great until i created a new account, now it won't work says "allow cookies' and I don't know how

PLEASE READ THOROUGHLY - Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until… (ďalšie informácie)

PLEASE READ THOROUGHLY - Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). Now it won't search, a verify you're human window comes up, and I have to keep clicking squares, which I do - but then it says to allow cookies and start over. Well I don't want to allow cookies (Firefox-Mozilla kinda encourages using their tools to block cookies, which I much prefer), and I CANT FIND WHERE TO ALLOW (not yelling its just that I said this before and it wasn't noticed) cookies even if I did (I went to Firefox preferences all I could find was under privacy & security cross-site cookies but that did nothing) and I don't want to disable my VPN. Maybe I should mention that I just added or started a Mozilla account, as I have had immense trouble with my aol emails, and am trying to move everything over to a gmail account. My sign in to Firefox was the aol email, and I had to try (I thought I did it) add another account, which I think I did successfully. So it was right after that, that all this started. Help please! Thank you! I did get the following reply, saying to allow cookies (BUT I DON"T KNOW HOW OR WHERE TO DO IT) and something about a new browser profile and to stay out of my sync account, and I APOLOGIZE, but I have no clue what all that means. What is a broweser profile, what is a sync account and how do I stay out of it? I guess well I know i'm not too smart about this kinda stuff, so I apologize but I think I need detailed step by step what to do to fix this. I know thats a lot of typing, sorry.

Otázku položil(a) PocketDan Pred 1 rokom

Posledná odpoveď od NoahSUMO Pred 1 rokom

  • Vyriešené
  • Archivované

saved passwords.

My Firefox account and associated passwords were left open on another notebook. I have now changed my Firefox sync login password from a different PC and signed out of ot… (ďalšie informácie)

My Firefox account and associated passwords were left open on another notebook. I have now changed my Firefox sync login password from a different PC and signed out of other devices. Can a user on the previous PC sign in with a password that is saved in Firefox?

Otázku položil(a) mccg.cetin Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Getting many email notifications for the same data breach in Firefox Monitor

Over the last five hours, I have gotten 27 emails from Firefox Monitor for this data breach, for the same email address. I have already marked the breach as resolved in M… (ďalšie informácie)

Over the last five hours, I have gotten 27 emails from Firefox Monitor for this data breach, for the same email address. I have already marked the breach as resolved in Monitor but I keep getting emails. Is there anything I can do about it?

Otázku položil(a) Lucidiot Pred 1 rokom

Na otázku odpovedal(a) Lucidiot Pred 1 rokom

  • Vyriešené
  • Archivované

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… (ďalšie informácie)

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!

Otázku položil(a) Slouch Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

الشريط دا بيضهر على طول اول ما بفتح صفحة جوجل .... جربت امسح بيانات فا اتشالت وبعدين لما قفلت البرنامج وفتحته تاني رجعت تاني . برجاء الرد في الرع وقت

الشريط دا بيضهر على طول اول ما بفتح صفحة جوجل .... جربت امسح بيانات فا اتشالت وبعدين لما قفلت البرنامج وفتحته تاني رجعت تاني . برجاء الرد في الرع وقت

Otázku položil(a) Moamen khaled X106 Pred 1 rokom

Na otázku odpovedal(a) Moamen khaled X106 Pred 1 rokom

  • Vyriešené
  • Archivované

Can't change the suggestions in non-password/address bar fields

There's one specific field I fill in very often and for some reason Firefox is really keen on suggesting me two searches that I looked up more than a couple months ago, o… (ďalšie informácie)

There's one specific field I fill in very often and for some reason Firefox is really keen on suggesting me two searches that I looked up more than a couple months ago, on a totally different site. I can't even remove these suggestions or add new ones. When I used Vivaldi, it'd learn what I insert (even if it'd end up suggesting tens and tens of options), while Firefox doesn't learn at all.

For sake of an example, let's say that the word I use every day in this field is XYZ. Not even once was it suggested to me, I've only ever gotten the two in the screenshot below instead. And I can't remove them using the Delete key as some other article suggested.

Speaking of which, I just noticed the same thing happen to the subject line in this form 🙃

Otázku položil(a) ворон Pred 8 mesiacmi

Na otázku odpovedal(a) cor-el Pred 8 mesiacmi

  • Vyriešené
  • Archivované

Google Maps Not finding any addresses

MacBook Pro OS High Sierra Firefox version: 106.0b4 When I bring up Google Maps I put the address in and Firefox shows an error message. This has been happening for a co… (ďalšie informácie)

MacBook Pro OS High Sierra Firefox version: 106.0b4

When I bring up Google Maps I put the address in and Firefox shows an error message. This has been happening for a couple of months. See Error Message below.. Google Chrome has NO problem pulling up the address. How can I fix this? Thank you.

Otázku položil(a) SunnySkyez Pred 2 rokmi

Na otázku odpovedal(a) SunnySkyez Pred 2 rokmi

  • Vyriešené
  • Archivované

Buttons 4 & 5 (Forward & Backwards) Logi MX Vertical was rebinded

Hi, after updating to 118.0+ my MX vertical binding was changed to backwards -> Responsive design mode, forewards -> nothing or turning on add-on for bitwarden. I w… (ďalšie informácie)

Hi, after updating to 118.0+ my MX vertical binding was changed to backwards -> Responsive design mode, forewards -> nothing or turning on add-on for bitwarden. I want back next and previous page feature. How to solve it? Thank you

Otázku položil(a) michalsvento.ml Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Unable to Visit Certain Sites on Macbook

Hello, First time posting here, so I'm hoping that someone can help me out. I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable… (ďalšie informácie)

Hello,

First time posting here, so I'm hoping that someone can help me out.

I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable to access two sites – allrecipes.com, and seriouseats.com on my home WiFi network on the Macbook.

These sites work on other browsers (tested on Safari and Chrome), and they also work on my iPhone.

Oddly, when I went to work and tried to access these sites via WiFi using Firefox, I was able to.

I am unsure what the problem is – the ability to access these sites on Safari, Chrome, and my iPhone at home suggests that it's not a network issue. I haven't encountered this issue with any other sites.

I am attaching three screenshots 1) The error message that I'm seeing for allrecipes when I attempt to access the site 2) The security tab which shows that the connection is unencrypted for allrecipes (home network) 3) The security tab showing that the connection is encrypted for alrecipes (work network)

Thanks

Otázku položil(a) PianoMan7 Pred 1 rokom

Na otázku odpovedal(a) zeroknight Pred 1 rokom

  • Vyriešené
  • Archivované

YouTube Video GPU Decoding only works in Troubleshooting Mode

I recently upgraded graphics cards from an Nvidia GTX 1080 to an AMD 6900XT. Since then I noticed video stuttering on YouTube while playing 4k videos, especially noticeab… (ďalšie informácie)

I recently upgraded graphics cards from an Nvidia GTX 1080 to an AMD 6900XT. Since then I noticed video stuttering on YouTube while playing 4k videos, especially noticeable at 4k/60FPS (example video ). Prior to the upgrade, I was not experiencing issues.

I monitored task manager as the video was playing to see CPU usage, which was sitting at 25% (4 core 8 thread CPU). GPU usage was fluctuating from 1-3%.

I tried resetting all the changed configuration options in about:config, removing all add-ons, "Refreshing" Firefox, and ultimately uninstalling and reinstalling. Nothing has worked so far except for "Troubleshooting mode" in about:support. In that mode, I experience no stuttering and GPU usage rises to 25-35% with the video playing, even before I reinstalled.

This most likely isn't a networking issue as the "Stats for nerds" option on the YouTube video shows I have 10-20s of buffer while the video is still stuttering.

I would like to find out what's different about Troubleshooting Mode that is not giving me the same problem while in "Normal Mode". Any advice?

Otázku položil(a) Jacob Pred 3 rokmi

Na otázku odpovedal(a) Jacob Pred 3 rokmi

  • Vyriešené
  • Archivované

YouTube in the hosts file is ignored since version 125.0b1 Developer edition

It doesn't matter if I add www.youtube.com site to hosts file in Linux and delete cache, Firefox just doesn't block it, bypassing my meassures to prevent me to get hooked… (ďalšie informácie)

It doesn't matter if I add www.youtube.com site to hosts file in Linux and delete cache, Firefox just doesn't block it, bypassing my meassures to prevent me to get hooked up here. It was blocking everything as expected some weeks ago. I also tried redirecting to different IP's and it didn't work.

After some checks, I noticed:

  • It happens only with www.youtube.com, it doesn't happen with youtube.com (without www)
  • Other common pages like other Google pages, Facebook, TikTok or Instagram, get succesfuly blocked by hosts file as expected
  • I have tested creating new profiles with about:profiles, but the issue continues
  • The issue started after Firefox Developer Edition version 125.0b1 as you may notice in the images attached.
  • I also tested with the latest nigthly version and the issue continues.
  • DNS over HTTP (DOH) doesn't seems to be the problem since it seems that my network doesn't met the requirements to enable it, and if I manually make sure it's disabled, the issue still continues.
  • Chromium browser blocks www.youtube.com as expected, so that indicates my PC might be correctly configured

Otázku položil(a) juandhdez94 Pred 1 rokom

Na otázku odpovedal(a) zeroknight Pred 1 rokom

  • Vyriešené
  • Archivované

Video without sound on some sites but work on another

I have: 125.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0 Video on Facebook plays without sound. The video plays, I see the image normally, but no sound. Video … (ďalšie informácie)

I have:

125.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0

Video on Facebook plays without sound. The video plays, I see the image normally, but no sound. Video on Youtube works perfectly.

Fresh install without addons or plugins. Switching to "Troubleshoot mode" does not change anything. Youtube with sound, Facebook without sound.

Any ideas where to look?

Otázku položil(a) George Brink Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Can't play any videos on many sites (Facebook, Twitter etc) and some videos on YouTube

Hello. For a couple of months now I can't seem to be able to reproduce some videos on YouTube (depends on their format) and no videos at all on Facebook, for example. I h… (ďalšie informácie)

Hello. For a couple of months now I can't seem to be able to reproduce some videos on YouTube (depends on their format) and no videos at all on Facebook, for example. I have the same issue on both regular and dev versions. I tried many solutions from the forums but no success so far.

My OS is Linux Ubuntu 20.04. Browser and video drivers all up to date.

a

Otázku položil(a) Luis Braske Pred 1 rokom

Na otázku odpovedal(a) Luis Braske Pred 1 rokom

  • Vyriešené
  • Archivované

Page marked as insecure only in Firefox

I don't know why the page https://encuestas.msssi.gob.es/limesurvey/index.php/438579?lang=es is marked as insecure in Firefox. I tried in Chrome, Edge, IE... and the page… (ďalšie informácie)

I don't know why the page https://encuestas.msssi.gob.es/limesurvey/index.php/438579?lang=es is marked as insecure in Firefox. I tried in Chrome, Edge, IE... and the page is marked as secure, the certificate is recognized.

I attach screen captures of Firefox and Edge examples.

I've the security.enterprise_roots.enabled setting enabled.

If I check for Firefox error details, I see (auto-translated to english): https://encuestas.msssi.gob.es/limesurvey/index.php/438579?lang=es The issuer of the other end's certificate is not recognized. Strict HTTP transport security: false Setting HTTP public keys: false

Otázku položil(a) Dimas Pred 1 rokom

Na otázku odpovedal(a) Dimas Pred 1 rokom