What are the best practices for embedding HTML5 games in a website to ensure compatibility with Firefox and prevent issues like lag or crashes?

I run a website called head soccer unblocked, where we offer various HTML5-based games for users to enjoy. However, I've been encountering some performance issues, partic… (read more)

I run a website called head soccer unblocked, where we offer various HTML5-based games for users to enjoy. However, I've been encountering some performance issues, particularly with lag and occasional crashes when users access the games through Firefox. I want to make sure the gaming experience is smooth and seamless for all visitors, especially for Firefox users, but I'm not sure what best practices I should follow when embedding these games. Are there specific techniques or optimizations I can implement to ensure compatibility with Firefox and prevent these issues? I’d appreciate any recommendations for improving game performance, optimizing loading times, or troubleshooting any compatibility problems that could arise for Firefox users.

Asked by Amelia Davis 3 minutes ago

Enhanced Tracking Protection

Need to access a website I use periodically. Now it is not allowing access unless I disable Enhanced Tracking Protection in Firefox. How and where should I go to disable… (read more)

Need to access a website I use periodically. Now it is not allowing access unless I disable Enhanced Tracking Protection in Firefox. How and where should I go to disable it.

Asked by crodrigous.cr 34 minutes ago

How to disable the Enterprise Roots preference

https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference Hi. I have followed the instructions on the Mozilla site above however this does not work. T… (read more)

https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference

Hi. I have followed the instructions on the Mozilla site above however this does not work. The Enterprise Roots keep reloading after a while.

Any idea how to stop this happening?

I have read many articles on this but nothing works. The E Roots will in initially not reload but eventually after a day or three its back.

Many thanks

Asked by davidk65 1 day ago

Firefox Android Beta - Downloading PDFs

Now it's completely impossible to open PDFs outside Firefox, as I could do until the last couple of beta versions. This trend is going on since a few years ago, from bad… (read more)

Now it's completely impossible to open PDFs outside Firefox, as I could do until the last couple of beta versions.

This trend is going on since a few years ago, from bad to worst. The whole design of the PDFs download process is bad. PDFs should be treated by FF as any other file: download and open with the system default PDF viewer. Imposing Firefox's internal PDF viewer as mandatory for downloaded PDFs is nonsense.

Asked by pp.luca 1 month ago

Last reply by pp.luca 1 day ago

Firefox focus

I love to use firefox focus cuz if I'm signed in and i leave the app and after minutes when i open the app again it deletes history and data and cookies but sadly it does… (read more)

I love to use firefox focus cuz if I'm signed in and i leave the app and after minutes when i open the app again it deletes history and data and cookies but sadly it doesn't close the previous tabs, so I want in future updates to make firefox focus to delete opened tabs and all data and cookies, right now I'm using duckduckgo android browser cuz it has a feature that i can delete tabs and data after 5 minutes or more when inactive, so when i open there is nothing to see, but firefox is better cuz when i hit the trash icon on top it deletes it fast without asking me like duckduckgo are you sure you want to erase data, so please make it easy to use, without thinking or remember does i have closed opened tabs or not, and also it will be better to add addon section so i can install adblocker, thanks.

Asked by 9767b968a4e1 1 day ago

Two Thunderbird Apps

For some reason, I have two Thuderbird Apps (please see Image attached). I'm afraid of deleting one because I didn't want to lose any content/emails. Can someone please l… (read more)

For some reason, I have two Thuderbird Apps (please see Image attached). I'm afraid of deleting one because I didn't want to lose any content/emails. Can someone please let me know the best course of action (and, put my mind at rest if I follow any directions/suggestions that I won't lose anything?!).

Thank you in advance.

Asked by connman 1 day ago

Missing toolbar

New android touchscreen tablet. Messages show but toolbar missing. Touching space where it should be does nothing. Three bars on right and left are no help. Trying to imp… (read more)

New android touchscreen tablet. Messages show but toolbar missing. Touching space where it should be does nothing. Three bars on right and left are no help. Trying to import address book.

Asked by bartling 1 day ago

colaposable folders

I use a lot of nested folders (labels) on my pc I have just installed mobile and it's really good. (so far less than one day) currently when I move emails from inbox to… (read more)

I use a lot of nested folders (labels) on my pc

I have just installed mobile and it's really good. (so far less than one day)

currently when I move emails from inbox to a folder I have to wade through every folder listed.

it would be helpful to have nested folder option when folders are displayed. it would make it a lot easier to manage.

otherwise we'll done.

regards mark

Asked by mark adlington 2 days ago

KDE Plasma Desktop change swipes conflict

I'm using KDE Plasma on Garuda Linux. The problem is that I have a gesture that allow me to switch between desktops: three finger swipe to left/right and when I switch i… (read more)

I'm using KDE Plasma on Garuda Linux.

The problem is that I have a gesture that allow me to switch between desktops: three finger swipe to left/right and when I switch it when the firefox open the back and forward page is triggered, even if I configured about:config, setting browser.gesture.swipe.left browser.gesture.swipe.right to blank("") even browser.gesture.twist.left browser.gesture.twist.right

Asked by abdraximm 2 days ago

Settng Firefox as default browser

Even though I have reinstalled Firefox twice, and each time set it as my default browser, every time Iog on to Windows I am presented with a screen asking me to set Firef… (read more)

Even though I have reinstalled Firefox twice, and each time set it as my default browser, every time Iog on to Windows I am presented with a screen asking me to set Firefox as my default browser. It is listed as my default browser in : (1) in the browser itself under Settings, and in (2) Windows Settings / Default Apps. How can I get rid of this reminder screen every time I log into my computer?

Asked by craft.works 3 days ago

Change the default calendar in Thunderbird for creating events

Is it possible to change the default calendar in Thunderbird so that my google calendar is automatically used when creating a new event rather than "Home"? It would be us… (read more)

Is it possible to change the default calendar in Thunderbird so that my google calendar is automatically used when creating a new event rather than "Home"? It would be useful when creating events not to have to remember to change the Calendar from Home to another from the drop down menu. Grateful for any help.

Asked by kg15 1 week ago

Last reply by kg15 3 days ago

Do I have to put property values in json file when I create a theme? How to pass an array for a "border-inline-start"?

First of all I want to apologize for my lack of knowledge. I know almost nothing about HTML and CSS, but I've decided to start using some desktop e-mail client and since … (read more)

First of all I want to apologize for my lack of knowledge. I know almost nothing about HTML and CSS, but I've decided to start using some desktop e-mail client and since Thunderbird looks quite boring and I was bored too, I've tried to customize it.

Now I've got a few questions. :)

In this guide https://developer.thunderbird.net/add-ons/web-extension-themes is stated that for each variable, not only for our custom variables (--my-variable-one etc.) we should declare such variable in the style.css, then assign a key to it and then declare a value for that key.

I've started preparing my theme this way, especially that I've mainly used special keys provided by TB developers in the Theme API, but I've discovered that declaring style directly in the css file also works.

So should we always put values in json file or can we jus load css via json?

I ask because I want to change the color of the left panel in the calendar view. To be honest, I still haven't checked if declaring three separate longhand properties would work, but I wanted to pass an array to get the

  1. calsidebar_splitter,
  2. listSplitter {
   border-inline-start: 1px solid #0f66bd !important;

}

So initially I've wrote in css:

  1. calsidebar_splitter,
  2. listSplitter {
   border-inline-start: var(--my-splitter-color);

}

and unfortunately writing something like that:

"splitter_color": "--my-splitter-color"

and

"splitter_color": "[1px, solid, rgb(15, 102, 189)]

doesn't work. :/

Asked by Stiff_Cheesecake 3 days ago

JavaScript setting

A webpage brings me the feedback "require JavaScript for important function. your browser addblocker prevents webpage access." All JavaScirpt settings are correct. I have… (read more)

A webpage brings me the feedback "require JavaScript for important function. your browser addblocker prevents webpage access." All JavaScirpt settings are correct. I have no issues with other pages. Is there another solution?

Asked by JK 4 days ago