YOU JUST DISABLED ALL MY ADD-ONS - WHY???

I require some add-ons for accessibility, which you abruptly disabled today due to "could not be verified". Also, all my other add-ons were disabled for the same reason … (read more)

I require some add-ons for accessibility, which you abruptly disabled today due to "could not be verified". Also, all my other add-ons were disabled for the same reason - see attached. I read "https://support.mozilla.org/en-US/kb/add-ons-cause-issues-are-on-blocklist", which doesn't answer my questions. If you can't explain specifically why you did this, or tell me how to override your blocks, I'll uninstall Firefox from all my platforms!

Asked by Will 2 hours ago

Last reply by James 19 minutes ago

Firefox and Google Ads

I am using Firefox as my default browser and today I find out that, as I was using Google ads to set up a campaign, and trying to see previews of my ads, Firefox was stro… (read more)

I am using Firefox as my default browser and today I find out that, as I was using Google ads to set up a campaign, and trying to see previews of my ads, Firefox was strongly lagging or sometimes I had to force it to close. Afterwards I used safari and everything was ok. It is useful to mention that I had dis-activated the ad blocker on Firefox. I use 136.0.2 edition and Mac 15.3.2.

Asked by Rambokouklo 1 day ago

Last reply by Eric Robertson 32 minutes ago

Xfinity Access

Used to be able to access my Xfinity account on FireFox. Now, when I try to log in (after I type in User Name and Password and hit "Enter",) I get a blank screen except … (read more)

Used to be able to access my Xfinity account on FireFox. Now, when I try to log in (after I type in User Name and Password and hit "Enter",) I get a blank screen except for the words: "a rendering error occurred: ." in the upper lefthand corner of the screen.

I am using a MacBook Air running Monterey 12.7.6.

Asked by gregkahler30 3 hours ago

Last reply by jonzn4SUSE 42 minutes ago

Syncing

I can't get open tabs to sync from my other computer. Bookmarks synced and other info but I don't see anything about tabs from other devices. I've synced both ends, bot… (read more)

I can't get open tabs to sync from my other computer. Bookmarks synced and other info but I don't see anything about tabs from other devices. I've synced both ends, both are logged in and I've selected open tabs in both. Nothing,

Asked by rkcannon 3 hours ago

Last reply by jonzn4SUSE 45 minutes ago

Comment sections not displaying on some sites

The comment section on various sites is no longer displaying, The Federalist, Townhall, Pjmedia, Hotair, Redstate. All use disqus.com. Settings under privacy and securi… (read more)

The comment section on various sites is no longer displaying, The Federalist, Townhall, Pjmedia, Hotair, Redstate. All use disqus.com. Settings under privacy and security set to standard. Manage exceptions list all these, including disqus. Turned off, restarted, reloaded sites (not from bookmarks). Works on Edge but not Firefox. Do I just discontinue using Firefox and be done with this? Just checked Firefox for updates-says mine is up-to-date, version 136.0.2.

Asked by hdbc.lcnm 1 hour ago

Last reply by jonzn4SUSE 1 hour ago

Firefox fails to open pdf downloads in default application

Firefox 136.0.1, Linux 6.8.0-55, have set Okular as default pdf application, however Firefox will not open pdf file when downloaded nor will it open the file when select… (read more)

Firefox 136.0.1, Linux 6.8.0-55, have set Okular as default pdf application, however Firefox will not open pdf file when downloaded nor will it open the file when selecting Open File from the Download Icon on the toolbar. Only was I can get to file is to select Show in Folder option and open from within Dolphin.

Asked by martrw1 1 day ago

Last reply by jonzn4SUSE 1 hour ago

Error Message when doing a general search

When I open a new tab I get an error message if I do not have the web address. This is the message I get. ie general search for stained glass patterns Error Description… (read more)

When I open a new tab I get an error message if I do not have the web address. This is the message I get.

ie general search for stained glass patterns

Error Description: Could not process this "GET" request.

Asked by Ron 6 hours ago

Last reply by jscher2000 - Support Volunteer 1 hour ago

Transfering Firefox configuration to a new computer

Transferring bookmarks & backups for passwords is easy and I'm not worried about that. But the about:config settings that I have customized and accreted over years s… (read more)

Transferring bookmarks & backups for passwords is easy and I'm not worried about that. But the about:config settings that I have customized and accreted over years so that nothing beeps, spins, auto-plays, loops, or throbs a tab, are not so straightforward. I'd like to review what files I can save how to make sure I do not lose these, which are the most important things to me about my Firefox installs--keeping the web safe for quiet, nondistracting searches and reading.

Windows 10 Enterprise, managed by my organization, but with just enough admin privileges to customize my Firefox.

Asked by db 2 hours ago

Last reply by jscher2000 - Support Volunteer 2 hours ago

RE: Accessing Websites that don't work with FireFox

HI, there are certian websites that I can't use Firefox with. Its like I cant log in properly. Is a reason? Or do I need to fix my settings? I hate chrome. I don't want … (read more)

HI, there are certian websites that I can't use Firefox with. Its like I cant log in properly. Is a reason? Or do I need to fix my settings? I hate chrome. I don't want to use it, but for some of these sites I have to. Is there something I can do?

Thank you, Michele

Asked by allmd01 3 hours ago

Last reply by jscher2000 - Support Volunteer 2 hours ago

Customize New Tab with a local HTML file after Firefox 136

Hello, I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jang… (read more)

Hello,

I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main

Which implied a configuration file (sometimes named "autoconfig.cfg", "firefox.cfg", "local-settings.cfg" depending on the guide since the name is arbitrary) with javascript code. In the new Firefox 136, this code fails to execute due to a new API being used.

If you want to customize your new tab, follow the previous guide, but on the configuration file write this code instead:

``` // My new tab try {

 const ff = {};
 ChromeUtils.defineESModuleGetters(ff, {AboutNewTab: "resource:///modules/AboutNewTab.sys.mjs"});
 ff.AboutNewTab.newTabURL = 'file:///path/to/my/index.html';

} catch (e) {ChromeUtils.reportError(e);} ``` Note that the file must start with a comment

Adapting the "/path/to/my/index.html" to your needs.

Thanks to @mkaply (github) on this thread https://github.com/mozilla/policy-templates/discussions/1190 for the new API method.

I post this here in case someone has the same issue, because is quite recent and hard to find on the internet.

Asked by LluisE 3 hours ago

Last reply by jscher2000 - Support Volunteer 2 hours ago

solved

Hello Idm is not working with Mozilla Firefox It is perhaps due to update By the way I often use Google chrome, though Firefox is my default browser and I made search … (read more)

Hello Idm is not working with Mozilla Firefox It is perhaps due to update By the way I often use Google chrome, though Firefox is my default browser and I made search engine Google, because other search engine options do not support me in Google books It is also another thing I noticed in chrome : [ your setting is managed by your organization] - this is of course is unusual feature and maybe a malicious thread infected Google policy which I lately solved. It is perhaps my Mozilla browser being affected as well. I see it looks better now. I solved

Thanks

Asked by alifarhan89mm 1 day ago

Last reply by markwarner22 2 hours ago

Gmail and B of A page access

Is anyone else having issues with some pages refusing to load over the last few days. My Gmail account and my Bank of America page became intermittent over the last few d… (read more)

Is anyone else having issues with some pages refusing to load over the last few days. My Gmail account and my Bank of America page became intermittent over the last few days and now simply refuse to load. Both readily load on my Android phone and also load on the computer in question with Microsoft Edge. Has there been an update I missed or any other issue with such pages suddenly becoming incompatible with Firefox?

Asked by Kevin Stone 6 hours ago

Last reply by Jason Blalock 2 hours ago