• Vyriešené

Crash on Startup

Hello! I've recently switched to Firefox from Opera. However: After the browser Closes, It will always Refuse to boot up. Even Shift-Click Doesn't work. It opens, but Cra… (ďalšie informácie)

Hello! I've recently switched to Firefox from Opera. However: After the browser Closes, It will always Refuse to boot up. Even Shift-Click Doesn't work. It opens, but Crashes almost Instantly. OS: Windows 11 (Build 23H2)

Otázku položil(a) Aecth Pred 13 hodinami

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

  • Vyriešené

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

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.

Otázku položil(a) hi210 Pred 11 hodinami

Na otázku odpovedal(a) Paul Pred 6 hodinami

  • Vyriešené

captcha not working...never ends

On a couple of websites, but in particular Rogers.com, the captcha just never ends. It asks to click on all the bicycles, I click on them one at a time until no more app… (ďalšie informácie)

On a couple of websites, but in particular Rogers.com, the captcha just never ends. It asks to click on all the bicycles, I click on them one at a time until no more appear, hit verify, it brings up something else. It will do this dozens of times and just never ever end.

Switch over to Edge, does the same. Switched to chrome and it works fine. Has google done something to captcha to deny it working on other browsers?

I have checked to see firefox is up to date and it is. I have disabled all extensions/addons. I have run malware/virus scans. On the Rogers community forums there are all kinds of people having problems but there are no solutions on how to fix. Oddly (or not) the problems are similar...captcha won't work on Edge, Firefox but will work on Chrome.

Otázku položil(a) Rye Encoke Pred 3 mesiacmi

Na otázku odpovedal(a) zeroknight Pred 3 mesiacmi

  • Vyriešené

Change the text color of individual folders created on toolbar

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great; #PlacesToolbarItems > .bookmark-item[… (ďalšie informácie)

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great;

#PlacesToolbarItems > .bookmark-item[container][label="Music" i] {background-color: #ff0545 !important;}
#PlacesToolbarItems > .bookmark-item[container][label="NewsPapers" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="News Video" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="TV" i] {background-color: #ff1fc8 !important;}

What I am trying to find, is how to change the color of the individual folder name (text) from white to maybe black, yellow, etc.….

Any suggestion is appreciated. Regards,

Otázku položil(a) lemo Pred 1 mesiacom

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

  • Vyriešené

I can't log out from a site using an old version of firefox. Impossible to get locked out anymore which would be important though!

Hi I have been using firefox on linux for a while without updating it. We are artsellers and I used to be able to log in and out of an artplatform without any problems. I… (ďalšie informácie)

Hi I have been using firefox on linux for a while without updating it. We are artsellers and I used to be able to log in and out of an artplatform without any problems. It's now been a few weeks since logging out is not possible any more on this platform which means that I am constantly logged in which I really do not want. The menu does not work anymore on this side whereas it works with other browers. I already contacted the platform. They cannot do anything about it themselves and asked me to contact your team. Please help. Thank you Best regards from Germany C. Marsac

Otázku položil(a) asupta Pred 4 týždňami

Na otázku odpovedal(a) asupta Pred 1 dňom

  • Vyriešené

Caps lock problem

I am having a very frustrating problem that is driving me huts. Just the other day I was commenting in a text box like this one and I hit caps lock on my keyboard and a … (ďalšie informácie)

I am having a very frustrating problem that is driving me huts.

Just the other day I was commenting in a text box like this one and I hit caps lock on my keyboard and a little grey box I had never seen before appeared with a locked lock. Then when I hit caps locks again on my keyboard an unlocked locked appeared in the little grey box. But it stays in cap locks and no matter what I do it won't go back to lower case. And when I say nothing shuts it off I mean its doing that on every site I try to comment on. Shutting down the browser does not help. And the only way I can get caps lock off is to actually shut down my whole computer and basically start all over.

You community volunteers are the best and quickest help I can get so I went straight to you for help.

Otázku položil(a) Homers24 Pred 2 dňami

Na otázku odpovedal(a) Paul Pred 2 dňami

  • Vyriešené

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 2 dňami

Na otázku odpovedal(a) cor-el Pred 1 dňom

  • Vyriešené

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

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/.

Otázku položil(a) Sebastian Becker Pred 2 dňami

Na otázku odpovedal(a) Paul Pred 2 dňami

  • Vyriešené

virtual Console of dell idrac 8 not working

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in … (ďalšie informácie)

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in previous versions of Firefox. I can't tell from which version it stopped but it's not long ago. Also idrac 9 console works fine in Firefox When trying to open console idrac 8 in Chrome it works fine Any idea what could be causing it? Any config switch to tweak?

Otázku položil(a) mtalas Pred 4 dňami

Na otázku odpovedal(a) zeroknight Pred 2 dňami

  • Vyriešené

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

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.

Otázku položil(a) johnghosting Pred 3 dňami

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 3 dňami

  • Vyriešené

Extension appears to be corrupt

Hi, There many extensions such as: https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install: Installation aborted be… (ďalšie informácie)

Hi,

There many extensions such as:

https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install:

Installation aborted because the add-on appears to be corrupt.

I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false.

This addon, after download, installs fine as a temporary addon.

How can I install it permanently?

Thanks.

Otázku položil(a) Bob4K Pred 4 dňami

Na otázku odpovedal(a) TyDraniu Pred 4 dňami

  • Vyriešené

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

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.

Otázku položil(a) beyondlightless Pred 2 dňami

Na otázku odpovedal(a) cor-el Pred 2 dňami

  • Vyriešené

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

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?

Otázku položil(a) adampembs Pred 2 dňami

Na otázku odpovedal(a) zeroknight Pred 2 dňami

  • Vyriešené

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

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

Otázku položil(a) Daellhin Pred 5 dňami

Na otázku odpovedal(a) Daellhin Pred 2 dňami

  • Vyriešené

Add-on no longer on Toolbar

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View. I ran Remove and then Added it again, … (ďalšie informácie)

I'm using the OneTab add-on, Enabled. The icon no longer shows on the Toolbar, though it is on the Menu bar next to Firefox View.

I ran Remove and then Added it again, hoping the Toolbar Icon would reappear = no go, And I lost all URLs already saved, stupid me. To be clear, clicking the Icon on the Toolbar saves all open tabs.

Is there a fix via Preferences? Thanks. gw

Otázku položil(a) metaguy Pred 1 týždňom

Na otázku odpovedal(a) zeroknight Pred 3 dňami

  • Vyriešené

Firefox Extremely Slow Loading of Pages that Load Quickly in Chrome

This has been happening to me with recent updates of Firefox, and I am very close to dumping a browser that I have used for years because of it. I go to load pages and it… (ďalšie informácie)

This has been happening to me with recent updates of Firefox, and I am very close to dumping a browser that I have used for years because of it. I go to load pages and it just sits there and spins and spins. In the time I take to open another browser like Chrome and copy and paste the exact same links into Chrome, where the download of the web page is practically instant. I go back to Firefox and it is still spinning and it is just ridiculous. I have no clue what would be causing this. After it finally loads a page, it seems fine on subsequent loads of pages.

Otázku položil(a) pmruzicka Pred 3 týždňami

Na otázku odpovedal(a) cor-el Pred 2 týždňami

  • Vyriešené

Feature request: option to prevent videos from shifting after scrolling

Many, many websites now have this behavior: at the top of an article or blog post is an embedded video. (Or sometimes, partway through.) Scrolling past the video causes… (ďalšie informácie)

Many, many websites now have this behavior: at the top of an article or blog post is an embedded video. (Or sometimes, partway through.) Scrolling past the video causes it to jump to a sticky position in the lower right corner of the window. (See attached screenshot.) Also, even if various disable-autoplay boxes are ticked in my settings, the shifted video will always start playing.

Granted, most sites provide a little "X" to close the video. At worst, there is the pause option. But still, it's an annoyance to have to do this on soooo many sites, every time I visit to read something.

Key word there: read.

My point is: if I wanted to watch the video, I would have, when it was right there in front of me. Since I have scrolled past it, this ought to be an indication that I do not want to watch the video.

So, the request is some sort of option in Settings that would prevent this behavior. Enabling it would do nothing else to the page except prevent the behavior as described.

Thanks for listening!

Otázku položil(a) bjkeefe Pred 3 dňami

Na otázku odpovedal(a) Paul Pred 3 dňami