Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

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… (funda kabanzi)

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 8 amahora adlule

Last reply by zeroknight 2 amahora adlule

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… (funda kabanzi)

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 3 amahora adlule

Last reply by zeroknight 2 amahora adlule

Disabling Hotkeys on Mac (Browser)

Hi there, I need to be able to use Command-I (for italics) or Command-B (for bold) when using Firefox to write emails and enter information on other websites WITHOUT Fir… (funda kabanzi)

Hi there,

I need to be able to use Command-I (for italics) or Command-B (for bold) when using Firefox to write emails and enter information on other websites WITHOUT Firefox opening Page Information or Bookmarks.

This is basic browser functionality! People use browsers to write emails and other online documents, and the hotkey combo for things like Bold and Italics on Macs are Cmd-B and Cmd-I. All such websites I use recognize that as a standard, but Firefox insists on using those same commands for browser features I almost never use and certainly don't need hotkeys for.

All the information I'm finding online on how to fix this is deeply unhelpful and far more complicated than I can handle. Can you please tell me if there is a simple way to stop Firefox from pulling up Page Information and Bookmarks as a result of keyboard commands, or at least for me to change what those commands are so that they don't conflict with industry standard commands for text formatting on the vast majority of websites?

-Nic

Asked by Nicolas Carrier 1 usuku oludlule

Last reply by cor-el 21 amahora adlule

On Mac, when I go into Full Screen mode, I still see the tab bar, address bar, and bookmarks toolbar

I've tried going into Full Screen mode three different ways: Clicking the green MacOS button in the upper left of the window In the Firefox menu in the upper right,… (funda kabanzi)

I've tried going into Full Screen mode three different ways:

  • Clicking the green MacOS button in the upper left of the window
  • In the Firefox menu in the upper right, to the right of the Zoom choice I click the full screen icon
  • Pressing Command+Shift+F

But whatever way I do it, I still see the tab bar, address bar, and bookmarks toolbar rather than a true full screen. Not sure what I'm doing wrong.

Asked by rick707 1 usuku oludlule

Last reply by zeroknight 1 usuku oludlule

extensions.json key

Hello I want to use extension xpi's from a shared external folder over multiple Linux profiles. So i examined the profile folder and found extensions.json. Though i can'… (funda kabanzi)

Hello

I want to use extension xpi's from a shared external folder over multiple Linux profiles. So i examined the profile folder and found extensions.json. Though i can't find any documentation to it's keys online.

There's "rootURI:" with a "jar:file://path/to/extension.xpi!/", so i tried just replacing the path with the shared one. Though i observed that just makes firefox replace the path with the current one. So i examined further and found the "location:" key with the default value "app-profile". So my guess is, there's other values for other usecases, right?

So, in summary, what i need is:

  • documentation to extensions.json keys or possible values to "location" key.
  • if that isn't intended/doesn't work, how i can achieve my goal otherwise.

And please don't suggest the sync feature, that doesn't work for my usecase.

Asked by dani.priv+moz 2 ezinsukwini ezidlule

Last reply by cor-el 1 usuku oludlule

adblocker

I frequently attempt to open news articles or other pages requiring form fill-in but instead get a page that advises me to disable an adblocker. I have no idea what Firef… (funda kabanzi)

I frequently attempt to open news articles or other pages requiring form fill-in but instead get a page that advises me to disable an adblocker. I have no idea what Firefox (yes, up-to-date) uses or how I could set it to allow pop-ups for a particular site. Help!

Asked by dennis_crowe 3 ezinsukwini ezidlule

Last reply by zeroknight 2 ezinsukwini ezidlule

autohide everything when not hovered anywhere on browser 2

this was asked before by myself /questions/1284841 and again by another user /questions/1402855 the code was navigator-toolbox { max-height: 0; overflow: hid… (funda kabanzi)

this was asked before by myself

/questions/1284841

and again by another user

/questions/1402855

the code was

  1. navigator-toolbox {
 max-height: 0;
 overflow: hidden;
 transition: ease all 3s;

}

  1. main-window:hover #navigator-toolbox {
 max-height: 100vh;
 animation: 0s pop-in;
 animation-fill-mode: both;
 animation-delay: 2s;

}

@keyframes pop-in {

 from {overflow: hidden}
 to {overflow: unset}

}

the issue now i have with firefox 124.0.2 is that the transition is now instant when my mouse enters or leaves the window and one of my addon buttons (roboform) no longer works with this userchrome.css edit.

its been a few updates ago it broke maybe 15 or so and now im wondering if there is a better updated script that works like it used to.

Asked by roger douglas 2 ezinsukwini ezidlule

when can we have firefox with the translator switches OFF?

hi, When can we have firefox with translation set OFF by default? I mean, it's pretty unfair that intelligent people have to keep turning off the dumb translator... al… (funda kabanzi)

hi,

When can we have firefox with translation set OFF by default?

I mean, it's pretty unfair that intelligent people have to keep turning off the dumb translator... all the time... We need a setting, openly available, in the Edit/Settings menu, where it belongs, an option to switch it off. In fact, when it first asks if we want a page translated, we need an option: never ask this again...

All we can see is "go under the hood of firefox, config:option, go into the about:config section where 10 of 10 million people will ever get... and there find your way to disable this horrible translator". When can we expect an option in the pop-up: "never ask me this question again"?

The translator in this offensive form has been around since 2023... I seems high time we didn't have to bother with this anymore...

Peter

- - - Thank you for developing firefox and keeping it intelligent - - -

Asked by jepe69 2 ezinsukwini ezidlule

Last reply by cor-el 2 ezinsukwini ezidlule

Firefox to stop requesting the master password on every startup

I already found many users asking the same, but they didn't get a reply.... at least I didn't see any. I want to protect my password memory with a master password - fine… (funda kabanzi)

I already found many users asking the same, but they didn't get a reply.... at least I didn't see any.

I want to protect my password memory with a master password - fine. But in 99% of my time, I don't need to enter login data. Even worse, if FF starts on an "invisible" monitor, I cannot move the window.

Is there a way to have FF prompt only for the password if I attempt to log into a site ? ... it already does that when I cancel the start-up prompt.... so is there an "auto cancel at startup ?"

Asked by gwaihir.cloud 3 ezinsukwini ezidlule

Last reply by cor-el 3 ezinsukwini ezidlule

All add-ons / extensions break randomly and are disabled (the icon of the extensions is also broken under "Manage Your Extensions")

Sometimes all add-ons / extensions break randomly and are disabled (the icon of the extensions is also broken under "Manage Your Extensions"). The extensions are visible… (funda kabanzi)

Sometimes all add-ons / extensions break randomly and are disabled (the icon of the extensions is also broken under "Manage Your Extensions").

The extensions are visible under "about:addons", but the slider is turned off and the icon in front of each extension is broken / empty.

It seems that deleting these 2 files- compatibility.ini and extensions.json inside the firefox profile folder, usually fixes the issue. Only these 2 files though, don't delete anything else.

No need to mess around with the ff profiles or anything else, just deleting those 2 files and restarting the firefox usually fixes the issue with the "unregistered" addons.

This thread is for the search function, as I found some VERY old and outdated suggestions for the aforementioned issue using the search function.

I wonder what causes the extensions to "unregister" randomly.

Asked by ff_user 4 ezinsukwini ezidlule

Last reply by jscher2000 - Support Volunteer 3 ezinsukwini ezidlule

on 15.9 esr channel, last update all extensions are now disabled

Lest update to 15.9 all my extensions are now disabled. Missing Lastpass and Surfshark from my menu bar. Doesn't seem to be any way to Enable them from Extensions screen… (funda kabanzi)

Lest update to 15.9 all my extensions are now disabled. Missing Lastpass and Surfshark from my menu bar. Doesn't seem to be any way to Enable them from Extensions screen.

I reloaded Lastpass from their site and this is now working on my Menu bar.

But what happened to cause this

Asked by Chris Walstow 4 ezinsukwini ezidlule

Last reply by cor-el 4 ezinsukwini ezidlule

Unify the operation logic of opening links and bookmarks in the background

To open a link of a website in the background tab is CTRL+click, why is it that to open a bookmark of the bookmark toolbar in the background tab is CTRL+shift+click. It i… (funda kabanzi)

To open a link of a website in the background tab is CTRL+click, why is it that to open a bookmark of the bookmark toolbar in the background tab is CTRL+shift+click. It is confusing! A bookmark is a link! For comparison, both of them are CTRL + click in chromium. BTW, there is no explanation in advanced configuration preferences.

Asked by Heporis 4 ezinsukwini ezidlule

Last reply by cor-el 4 ezinsukwini ezidlule

FF: 124.0.2: Grouping of Tabs

Hail all: OS: W11Ent_x64 V: 22h2 (b: 22621.3447) FF: 124.0.2 x_64 I tried several "Group Tabs" add-ons, like: Simple Tab Groups. Tab Group. And I few I can't even recall… (funda kabanzi)

Hail all:

OS: W11Ent_x64 V: 22h2 (b: 22621.3447) FF: 124.0.2 x_64 I tried several "Group Tabs" add-ons, like: Simple Tab Groups. Tab Group. And I few I can't even recall the name from. Yet, none works. Not ONE.

Now, I use Edge as well, on my corporate system that I got from work. Personal PC I use FF on.

But, the Edge Tab Grouping, which allows tabs to be "put to Eco-Sleep", while hidden the open tabs by clicking the Group-Tab Icon, is a feature I sorely miss in Firefox.

Odd, as, so many requested this feature, how come it has not been implemented over the many years of people asking?

Either way: Does anyone know a good, WORKING add-on that does the "Edge Thing" with FF tabs, please? Since, I often got like 200 tabs open, which is a real misery without Tab Grouping and "Hiding".

Thank you aforehand: Ke'Ylan.

Asked by Ke'Ylan Abaddon Banthraxx 6 ezinsukwini ezidlule

Last reply by cor-el 4 ezinsukwini ezidlule