Dont know why some pages shows me in russian language

Hello. I have put my language everywhere on the settings which is latvian. For possible translations i have only put english. Some pages, for example, whatsapp web is sho… (læs mere)

Hello. I have put my language everywhere on the settings which is latvian. For possible translations i have only put english. Some pages, for example, whatsapp web is showing in russian ( i mean the app data for sure, not the messages), also some homepages i use open automatically in russian. How can i put latvian by default or if its not available for the homepage, put english automatically?

Stillet af Edgars Rudzītis for 2 uger siden

Seneste svar af zeroknight for 1 uge siden

Firefow shortened amount of available homepage shortcuts

Firefox decided to remove the total amount of homepage shortcuts. For months, it allowed for 4 rows and 8 columns, with blank "Add Shortcut" shortcuts. This allowed me to… (læs mere)

Firefox decided to remove the total amount of homepage shortcuts. For months, it allowed for 4 rows and 8 columns, with blank "Add Shortcut" shortcuts. This allowed me to organize or split my shortcuts better. This morning, it decided to move all shortcuts together. As per the "Before" and "After" screenshots attached.

Usual disclaimers: Firefox 125.0.1 (64-bit) on Windows 10 No Config edits No extensions currently installed manipulate, affect or otherwise influence shortcuts

Please advise.

Stillet af RC PD for 2 uger siden

Seneste svar af zeroknight for 2 uger siden

I cannot post comments to any Youtube video

The comment windows are present but do not function. The youtube hosts are accepting comments from other folks. I wonder if some Firefox settings need adjustment so I c… (læs mere)

The comment windows are present but do not function. The youtube hosts are accepting comments from other folks. I wonder if some Firefox settings need adjustment so I can participate. If you reply I hope it goes straight to my email address as I nmay not find this site easily/again.

Stillet af howaya@aol.com for 2 uger siden

Seneste svar af zeroknight for 2 uger siden

Tree Of Tabs. Where did my tree get saved? How can I get it back?

I've just noticed a "Tree Of Tabs" option. I right-clicked a dozen tabs, hit Bookmark This Tree. The webpages disappeared. Now I can't find them, and they're not listed a… (læs mere)

I've just noticed a "Tree Of Tabs" option. I right-clicked a dozen tabs, hit Bookmark This Tree. The webpages disappeared. Now I can't find them, and they're not listed anywhere in history or recently closed tabs.

Stillet af Guru Dave for 1 uge siden

Seneste svar af TyDraniu for 1 uge siden

Map wont load on realestate.com

All of a sudden the map function won't work with firefox on www.realestate.com checked add on's , extensions and nothing there... works on chrome... attached screensh… (læs mere)

All of a sudden the map function won't work with firefox on www.realestate.com


checked add on's , extensions and nothing there...

works on chrome...

attached screenshot

Stillet af kurn d for 1 uge siden

Seneste svar af zeroknight for 1 uge siden

mouse pointer

mouse pointer is nice size in general but becomes VERY small when I go into websites. this happens when i use either floorp or firefox but is fine when i use chrome( woul… (læs mere)

mouse pointer is nice size in general but becomes VERY small when I go into websites. this happens when i use either floorp or firefox but is fine when i use chrome( would rat5her not use google). i just don't see where I can fix this in Firefox settings

Stillet af bill morin for 1 uge siden

Seneste svar af zeroknight for 1 uge siden

Firefox PDF Editor

Hi, I have a question. I just spent about 6 hours marking up a 39 page form using PDF editor. It worked great, but I’d like to know if I’m able to save my progress. I m… (læs mere)

Hi,

I have a question.

I just spent about 6 hours marking up a 39 page form using PDF editor. It worked great, but I’d like to know if I’m able to save my progress. I may want to make edits or changes to the PDF but don’t want to start completely over.

Is there an option to save the PDF in its current state so I can make changes or edits in the future?

I’m able to save the PDF as a PDF but I cannot find an option to save it for future use or edits.

Would like to know. Thank you

Stillet af rkv456 for 1 uge siden

Seneste svar af zeroknight for 1 uge siden

How to convert a specific chrome addon to firefox

Here is the extension i would like to convert https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic here is what extensio… (læs mere)

Here is the extension i would like to convert

https://chromewebstore.google.com/detail/equalizer-for-chrome-brow/abikfbojmghmfjdjlbagiamkinbmbaic


here is what extension test .com says


2 compatibility issues found:

What are compatibility issues?

Compatibility issues warn about the usage of APIs or permissions not available in the latest version of Firefox.

   tabCapture.capture is not supported
   This API has not been implemented by Firefox.
   found in the following locations:
       content.js:1
       options.js:3
   tabCapture.onStatusChanged is not supported
   This API has not been implemented by Firefox.
   found in the following locations:
       content.js:1
       options.js:469



How do I fix?

Thanks for any help!

Stillet af emerson for 1 uge siden

Seneste svar af Paul for 1 uge siden

When searching with google it always opens a new Tab with some not working Address

When searching with google it always opens a new Tab with some not working Address. Whether i just search or click on pictures or look at a picture more in detail it alwa… (læs mere)

When searching with google it always opens a new Tab with some not working Address. Whether i just search or click on pictures or look at a picture more in detail it always opens this tab: Look at picture: At this point it is really annoying and in the settings of the browser i don't seem to find a solution. Please help.

Stillet af Politiv Christoph for 3 uger siden

Seneste svar af cor-el for 2 uger siden

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (læs mere)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Stillet af jamescobban for 2 uger siden

Seneste svar af NoahSUMO for 2 uger siden

Bookmarks gone with update to 115.10.0esr

With the update to 115.10.0esr my bookmarks that were on the left hand side of the screen are gone. When I look at bookmarks there are a few, but I had multiple folders f… (læs mere)

With the update to 115.10.0esr my bookmarks that were on the left hand side of the screen are gone. When I look at bookmarks there are a few, but I had multiple folders for different subjects, I do not find. I would like to have the procedure to return my bookmarks back to the left hand side of the screen with all of my bookmarks, bookmark folders, and other bookmarks like it was prior to the update. Thank you for help, Steve Zimmerman

Stillet af z.zimmerman for 2 uger siden

Seneste svar af zeroknight for 2 uger siden

Recreating deleted drafts an emails through carbonite

I lost emails in my inbox and draft folders. Contacted carbonite to restore and they asked if emails in these folders were "physical" files that got deleted and if so wha… (læs mere)

I lost emails in my inbox and draft folders. Contacted carbonite to restore and they asked if emails in these folders were "physical" files that got deleted and if so what type of file the were ( such as MSF). Can some someone help please?

Stillet af Tim Williams for 1 uge siden

Seneste svar af markwarner22 for 1 uge siden

Can't stop annoying pop up tab

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/ showing this message: An error occurred during a connec… (læs mere)

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/

showing this message: An error occurred during a connection to 0.0.0.1.

I already re-installed Firefox but this bug keems popping up.

BTW: I did not do a d*** thing. It just started yesterday and is extremely annoying!

Stillet af michael686 for 2 uger siden

Seneste svar af cor-el for 2 uger siden

Sometimes when I type a new URL into the address bar, browser just reloads the current page

Every once in a while, maybe once or twice a week, I'll press Cmd+L to highlight the address bar, type a URL for a new website, and press enter, and instead of going to t… (læs mere)

Every once in a while, maybe once or twice a week, I'll press Cmd+L to highlight the address bar, type a URL for a new website, and press enter, and instead of going to that new website Firefox just reloads the current page. It seems that this happens exclusively when the current website is gmail.com. (I might be wrong) I can't remember it happening on any other website. This problem has been occurring for me for the past year at least. Any recommendations?

Active AddOns are

  • 1Password
  • DuckDuckGo Privacy Essentials
  • HTTPS Everywhere
  • uBlock Origin

Stillet af Travis for 1 uge siden

Seneste svar af zeroknight for 1 uge siden

crash while in troubleshoot mode

Hi, I'm hoping to find some help to address crashing that has been happening frequently. The most recent crash has a report ID: bp-47617fc8-55f9-4d32-8713-a4ce40240426 … (læs mere)

Hi, I'm hoping to find some help to address crashing that has been happening frequently. The most recent crash has a report ID: bp-47617fc8-55f9-4d32-8713-a4ce40240426 and this happened while in 'troubleshoot' mode.

This is the link to that report: https://crash-stats.mozilla.org/report/index/47617fc8-55f9-4d32-8713-a4ce40240426

Any help in finding a fix would be appreciated. Sincere thanks, V

Stillet af vhalvarez for 1 uge siden

Seneste svar af jscher2000 - Support Volunteer for 1 uge siden