Kiosk mode and Firefox popups, cannot suppress them?

I'm running a UI deployment with a web-app and Firefox on an Ubuntu system. I'm running Firefox with the flag "--kiosk" to place it into kiosk mode (booted from the comm… (read more)

I'm running a UI deployment with a web-app and Firefox on an Ubuntu system.

I'm running Firefox with the flag "--kiosk" to place it into kiosk mode (booted from the command line upon system boot). This works fine, and boots up Firefox to the page I want (my web-app) in kiosk mode (full-screen, etc.)

However, I get very annoying popups that are not acceptable for deployments in front of customers. I have tried, but CANNOT suppress all of them, or, when I thought I did, they came back a month later.

Popups:

1. "Keep pesky trackers off your tail. Open my links with Firefox" 2. "Welcome back" 3. Others like this...

These are Firefox browser popups, not related to popups that other websites can put up, and block the entire screen with an overlay until they are dismissed. My deployments are only going to a single web-page that I control (which has no popups) and there is no keyboard on the deployed system, so people cannot navigate elsewhere.

Things I've tried:

1. Firefox is installed via snap, which provides "snapshotting" configuration for the Firefox snap. I loaded Firefox, cleared the annoying dialogs, and then took a snapshot (theorying that I set Firefox configuration when doing this, and I capture that in the snapshot) and re-installed it onto a new system. Still go popups 2. Looked into user.js preferences. I can install this file onto the system, so I looked through https://searchfox.org/mozilla-release/source/remote/shared/RecommendedPreferences.sys.mjs and this is how I initially got all the popups to disable themselves. I looked through that list and tested most of the recommended settings until the popups disappeared. However, after a month or so, I'm beginning to see the popups again.


Any suggestions from Mozilla or others that run into this issue?

Asked by Devin 6 minutes ago

Fiefox RAM usage increases on its own

The RAM usage increases, from 1GB to 40GB+ within a matter of minutes of starting Firefox. I have not added any extensions in months. I turned of several with no improv… (read more)

The RAM usage increases, from 1GB to 40GB+ within a matter of minutes of starting Firefox. I have not added any extensions in months. I turned of several with no improvement. I have 6 tabs opened. Firefox has crashed several times the past couple fo months. I have been away on travel for 2 weeks, and today the problem is much worse.

Firefox (37916) 51GB, Extensions (34308) 370MB, GPU (33072) 298MB , and everything else < 100 MB.

I really love Firefox - use across my 4 devices. Only on my desktop am I seeing this. Laptop, iPad, and Android all work fine. Running Win 11

Asked by Mike 8 minutes ago

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… (read more)

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.

Asked by RC PD 1 hour ago

how can i use Firefox browser in abu-dhabi? please give some information.

In Abu Dhabi, what are some recommended methods or best practices for using Firefox browser effectively and securely? What are the key considerations and potential challe… (read more)

In Abu Dhabi, what are some recommended methods or best practices for using Firefox browser effectively and securely? What are the key considerations and potential challenges professionals in Abu Dhabi might encounter when utilizing Mozilla Firefox browser for their work tasks, and how can they optimize its usage to enhance productivity and security?

Asked by Lizzy Greyy 2 hours ago

website displays a Mozilla error

Hello there, A "not supported" notice shows up each time the Mozilla browser loads a webpage. After looking through the settings, I discovered that Mozilla has to be upda… (read more)

Hello there, A "not supported" notice shows up each time the Mozilla browser loads a webpage. After looking through the settings, I discovered that Mozilla has to be updated. Could you please help me update Mozilla? For instance, when I attempt to open (https://fiverrpromotion.net/), I get an error notice.

Asked by Zentin Abidh 2 hours ago

my account is suspended and contact mail address not working (discourse)

hi, my discourse account is suspended but i wonder why? i try to reach discourse staff but i cant. because email address not working in this page: https://discourse.mozil… (read more)

hi, my discourse account is suspended but i wonder why? i try to reach discourse staff but i cant. because email address not working in this page: https://discourse.mozilla.org/about

my profile is: https://discourse.mozilla.org/u/tugrul/summary

please unsuspend my account. thanks.

Asked by Tuğrul 2 hours ago

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… (read more)

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!

Asked by michael686 3 hours ago

Looking for extension for minimizing active tab.

I know that it is possible, cause, in the past, I had extension doing exactly that. When I click on an active tab, Firefox just minimized it and went back to the last one… (read more)

I know that it is possible, cause, in the past, I had extension doing exactly that. When I click on an active tab, Firefox just minimized it and went back to the last one I was looking at. But it was for the old version of Firefox. It wasn't compatibile with the new ver of the brawser. Can anyone can help me find some extension doing that please?

Asked by binks77 4 hours ago

You've compromised the passwords yourself

Hi Every single one of my passwords is compromised according to you. Therefore I think the data breach is with Firefox . I have set up several unique passwords recently -… (read more)

Hi Every single one of my passwords is compromised according to you. Therefore I think the data breach is with Firefox . I have set up several unique passwords recently - how are they breached so soon? And why every single one. It is very suspicious. Regards Caroline

Asked by cazzyguy 5 hours ago

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… (read more)

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?

Asked by jamescobban 8 hours ago

Firefox page flickers

I recently got a new computer. Installed firefox onto it. Brought over my profile with all my data and bookmarks. But for the life of me, the page would just sporadically… (read more)

I recently got a new computer. Installed firefox onto it. Brought over my profile with all my data and bookmarks. But for the life of me, the page would just sporadically flicker. I tried messing with the settings; performance settings; hardware acceleration. I tried refreshing firefox. But nothing.

Asked by anger01 10 hours ago

Firefox suddenly goes slow, then speeds back up

So I'll be typing like normal (I type 100 WPM), and all of a sudden, I'll type a sentence, but each individual letter starts taking about 3 seconds to show up on the scre… (read more)

So I'll be typing like normal (I type 100 WPM), and all of a sudden, I'll type a sentence, but each individual letter starts taking about 3 seconds to show up on the screen. I have to sit and wait a super long time for everything I typed to finally show up. Other times, I move my mouse over something I should be able to click on, and have to wait a long time for the arrow to turn into a hand, letting me click on it. These periods of slowness will last a few minutes, then disappear.

What's really interesting is that when the slowness starts, I can type just fine up in the URL bar. I might type my entire message there, then copy paste it down to where ever I was wanting to post it. However, when I do that, if I have another tab open and that tab is playing music, the music will start to break up and lag as I type. Again, after a while, the slowness disappears and we're back to normal.

Can anyone tell me what's going on?

Asked by Trenton Knight 11 hours ago

Duplicate bookmarks issue

Hello, Recently I noticed that whenever I try to save a bookmark (and I save a lot of bookmarks) there are duplicates of my folders. I don't know why, but somehow at som… (read more)

Hello,

Recently I noticed that whenever I try to save a bookmark (and I save a lot of bookmarks) there are duplicates of my folders. I don't know why, but somehow at some point all my bookmarks got copied into other folders - Bookmarks Menu, Bookmarks Toolbar, and maybe something else. What's frustrating is that one of the folders is the one I use for convenience to access sites I regularly use, while saving to the other puts it somewhere I can't easily get to (I think it's the copies from Bookmarks Menu), so I have to make sure I'm putting it in the right folder - which is hard to do when they have the exact same name. Something I've found that works is to just find out which folder is the one that is in my toolbar and save it to those which pushes the ones in the Bookmarks Menu out of the quick access list, but that's not always convenient given how many bookmarks are in some folders. Using the bookmarks dupes extension, you can see just how many duplicates there are. I've also attached what I see when I save a bookmark, so you can see the duplicate folders.

Here are the results from my "Verify Integrity" test: > Task: checkIntegrity + The places.sqlite database is sane + The favicons.sqlite database is sane > Task: checkCoherence + The database is coherent > Task: expire + Database cleaned up > Task: vacuum + Initial database size is 15360KiB + The database has been vacuumed + Final database size is 15360KiB > Task: stats + Places.sqlite size is 15360KiB + Favicons.sqlite size is 6560KiB + pragma_user_version is 77 + pragma_page_size is 32768 + pragma_cache_size is -2048 + pragma_journal_mode is wal + pragma_synchronous is 1 + History can store a maximum of 107879 unique pages + Table moz_origins has 687 records + Table moz_places has 14850 records + Table moz_places_extra has 0 records + Table moz_historyvisits has 23851 records + Table moz_historyvisits_extra has 0 records + Table moz_inputhistory has 94 records + Table moz_bookmarks has 6578 records + Table moz_bookmarks_deleted has 0 records + Table moz_keywords has 0 records + Table sqlite_sequence has 1 records + Table moz_anno_attributes has 2 records + Table moz_annos has 55 records + Table moz_items_annos has 0 records + Table moz_meta has 9 records + Table moz_places_metadata has 12975 records + Table moz_places_metadata_search_queries has 0 records + Table moz_previews_tombstones has 0 records + Table sqlite_stat1 has 20 records + Pages sequentiality: 43.5 + sqlite_schema: 32KiB (0.3%), 24.6% eff. + moz_origins: 32KiB (0.3%), 84.3% eff. + sqlite_autoindex_moz_origins_1: 32KiB (0.3%), 73.4% eff. + moz_places_extra: 32KiB (0.3%), 0% eff. + moz_historyvisits_extra: 32KiB (0.3%), 0% eff. + moz_inputhistory: 32KiB (0.3%), 7.3% eff. + sqlite_autoindex_moz_inputhistory_1: 32KiB (0.3%), 5% eff. + moz_bookmarks_deleted: 32KiB (0.3%), 0% eff. + sqlite_autoindex_moz_bookmarks_deleted_1: 32KiB (0.3%), 0% eff. + moz_keywords: 32KiB (0.3%), 0% eff. + sqlite_autoindex_moz_keywords_1: 32KiB (0.3%), 0% eff. + sqlite_sequence: 32KiB (0.3%), 0.1% eff. + moz_anno_attributes: 32KiB (0.3%), 0.2% eff. + sqlite_autoindex_moz_anno_attributes_1: 32KiB (0.3%), 0.2% eff. + moz_annos: 32KiB (0.3%), 16.5% eff. + moz_items_annos: 32KiB (0.3%), 0% eff. + moz_meta: 32KiB (0.3%), 1.5% eff. + moz_places_metadata_search_queries: 32KiB (0.3%), 0% eff. + sqlite_autoindex_moz_places_metadata_search_queries_1: 32KiB (0.3%), 0% eff. + moz_previews_tombstones: 32KiB (0.3%), 0% eff. + sqlite_stat1: 32KiB (0.3%), 3.5% eff. + moz_keywords_placepostdata_uniqueindex: 32KiB (0.3%), 0% eff. + moz_annos_placeattributeindex: 32KiB (0.3%), 1.8% eff. + moz_items_annos_itemattributeindex: 32KiB (0.3%), 0% eff. + moz_bookmarks_itemindex: 128KiB (1.2%), 54.8% eff. + moz_bookmarks_parentindex: 128KiB (1.2%), 62.6% eff. + moz_places_visitcount: 160KiB (1.5%), 74.6% eff. + moz_places_altfrecencyindex: 160KiB (1.5%), 72.5% eff. + moz_bookmarks_itemlastmodifiedindex: 160KiB (1.5%), 75.9% eff. + moz_bookmarks_dateaddedindex: 160KiB (1.5%), 64.2% eff. + moz_places_metadata_referrerindex: 160KiB (1.5%), 65.8% eff. + moz_places_frecencyindex: 192KiB (1.8%), 68.8% eff. + moz_places_originidindex: 192KiB (1.8%), 70.5% eff. + moz_bookmarks_guid_uniqueindex: 192KiB (1.8%), 66.9% eff. + moz_places_url_hashindex: 256KiB (2.5%), 79.3% eff. + moz_places_lastvisitdateindex: 256KiB (2.5%), 84.1% eff. + moz_historyvisits_fromindex: 256KiB (2.5%), 82.9% eff. + moz_places_metadata_placecreated_uniqueindex: 256KiB (2.5%), 84.2% eff. + moz_places_guid_uniqueindex: 352KiB (3.4%), 82.4% eff. + moz_places_hostindex: 384KiB (3.7%), 90.4% eff. + moz_historyvisits_dateindex: 416KiB (4%), 89.6% eff. + moz_bookmarks: 480KiB (4.6%), 88.6% eff. + moz_historyvisits_placedateindex: 480KiB (4.6%), 92.2% eff. + moz_places_metadata: 512KiB (4.9%), 89.7% eff. + moz_historyvisits: 640KiB (6.2%), 93.5% eff. + moz_places: 3712KiB (35.7%), 98.1% eff. > Task: _refreshUI

Thanks.

(Ignore Norton 360 my dad installed it while it was on sale and now it's ended so I have to get rid of it)

Asked by zeyangting 12 hours ago

Firefox will not start

I have uninstalled and reinstalled firefox and restarted my computer but it still will not load. When i first reinstall it it comes up but will not connect to the intene… (read more)

I have uninstalled and reinstalled firefox and restarted my computer but it still will not load. When i first reinstall it it comes up but will not connect to the intenet.

Asked by LACanyon 14 hours ago