- Resolto
change menu bar color
want to change title and menu bar color to match Windows settings.
want to change title and menu bar color to match Windows settings.
storage clear
I would like to download the material that I need to as a reference material that I may need in future.bold text
Have new W11 laptop. Installed Firefox and have set it to my default browser but if I use the search box it opens the results in Edge. Where is the setting to enable W11… (Máis información)
Have new W11 laptop. Installed Firefox and have set it to my default browser but if I use the search box it opens the results in Edge. Where is the setting to enable W11 search box to use Firefox.
hyl,u
i am looking for a way to protect myself and my children from accessing or having to see / have shoved down our throat content promoting lgbtq. please provide me a blocke… (Máis información)
i am looking for a way to protect myself and my children from accessing or having to see / have shoved down our throat content promoting lgbtq. please provide me a blocker to block agenda driven sex ed and ALL LGBTQ content.
I keep getting nuisance popup prompts to sign into an old gmail account I had linked to my firefox program. I have since deleted this email from firefox and closed the g… (Máis información)
I keep getting nuisance popup prompts to sign into an old gmail account I had linked to my firefox program. I have since deleted this email from firefox and closed the gmail account but keep getting these popups asking me to log into this old gmail. How do I fix this??
I am getting multiple pop-ups from Mozilla. When I close them they continually pop up again. They are warning me of a 'system Alert' about infection or virus. click on th… (Máis información)
I am getting multiple pop-ups from Mozilla. When I close them they continually pop up again. They are warning me of a 'system Alert' about infection or virus. click on them they are trying to sell me Norton anti virus products. I have Mcafee and its showing no problems. How can I get rid of these annoyances? Thank You
Hi I use several different Linux distros in all my machines. I am trying to merge my bookmarks for each OS in a computer into a file which I then will restore to all OSe… (Máis información)
Hi I use several different Linux distros in all my machines. I am trying to merge my bookmarks for each OS in a computer into a file which I then will restore to all OSes.
I am hoping to edit that file myself, as I may at a later stage try to merge all bookmarks from all OSes in all machines.
So I am thinking of looking into key3.db files and see if I can come up with something, but I can't find the file in Artix. I have not tried other OSes yet.
I am running Firefox Browser 136.0; Mozilla Firefox for Artix Linux; artixlinux - 1.0
GYYUFTFYFYU
Your new pdf thingie has a popup that wont go away defeating ANY functionality. I'm on Windows 11. I wish the popup trend would go away. It only hinders
I just get "Problem loading page"
how do I change weather widget position to left side of Firefox homepage? It was always on the left side and I ran an update this morning and now it is on the right. … (Máis información)
how do I change weather widget position to left side of Firefox homepage? It was always on the left side and I ran an update this morning and now it is on the right.
AGUS SEDIH
WHERE IS THE SUPPORT for this [expletive] show.
Betman688
Okay, I give up. So, Facebook is or has implemented this Turn on two-factor authentication or whatever it is. What this means for me at the moment is that I am unable t… (Máis información)
Okay, I give up. So, Facebook is or has implemented this Turn on two-factor authentication or whatever it is. What this means for me at the moment is that I am unable to access my Facebook account as it is now forcing me to use this Two-factor authentication thingie, despite that I do not have a mobile phone. (yes, I know it's unusual in this day of age not to have one. I did have one at one time, but for the moment I have no interest in getting another one). I would rather use my laptop anyway.
Doesn't Firefox have a Two-factor Authentication thing that I can use with Facebook? Without a mobile phone using the Firefox browser on a computer or laptop?
Now, from what I can see, Facebook is offering 3 ways of doing this. #1) Authentication app, like Google Authenticator or Duo Mobile. #2) Text message (SMS). #3) Security Key. So, because I do not use or have a mobile phone, I was guessing that my option would only be #1 Authentication app, like Google Authenticator ... which I have never used before, and while reading up on it, I keep reading that I can only use it with the Google Chrome browser?!? If that wasn't bad enough, I typically use Microsoft Outlook, not Gmail. So, I am at a loss at this point.
Again, I do not have a mobile phone. Doesn't Firefox have a Two-factor Authentication thing that I can use with Facebook? Without a mobile phone using the Firefox browser on a computer or laptop?
Help please.
I'm on Linux. I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/a… (Máis información)
I'm on Linux.
I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/article/firefox-new-tab-page
---
Navigate to /usr/lib/firefox.
Create autoconfig.cfg:
// var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
/* set new tab page */ try {
Cu.import("resource:///modules/AboutNewTab.jsm"); var newTabURL = "file:///home/james/ff/index.html"; AboutNewTab.newTabURL = newTabURL;
} catch(e){Cu.reportError(e);} // report errors in the Browser Console
Create defaults/pref/autoconfig.js:
// pref("general.config.filename", "autoconfig.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);
---
However, upon updating to Firefox 136, I only get a blank page. All of my autoconfig files still exist in /usr/lib/firefox.
When I create a new tab with Ctrl+T, it's a blank page. When I create a new window, it loads the local page I want it to load with the file path in the URL (which it never had before; the URL bar was blank in Firefox 135). So it seems to be partially working.
Any tips?