Showing questions tagged: Show all questions

MULTIPLE Firefox shortcuts on taskbar - Windows 11

How can you create **multiple** Firefox website shortcuts to the taskbar in Windows 11? I have spent 90 minutes looking everywhere on the web--few people seem to unders… (read more)

How can you create **multiple** Firefox website shortcuts to the taskbar in Windows 11?

I have spent 90 minutes looking everywhere on the web--few people seem to understand the question--and no suggestions I can find anywhere on the web are correct.

NOTE: not referring to one single Firefox shortcut on the taskbar--that's easy.

I'm referring to pinning an ADDITIONAL shortcut to the taskbar (in FF to another website).

NOTE: not referring to creating multiple shortcuts in Firefox ON the desktop.

When creating multiple shortcuts on deskstop--there is no "Pin to taskbar" option in the context menu when the shortcut is right clicked. The only option is: "unpin from taskbar option." see uploaded image

Previously, it was possible--in Windows 10--to pin multiple Firefox shortcuts to the taskbar. It is still possible in Edge and Chrome. [I prefer Firefox and do not like to access my Google account on Chrome or Edge.]

So: how to create multiple shortcuts in Firefox to pin to Windows 11 taskbar?

Thanks!

Asked by susandoran 1 day ago

Firefox Slow to Load Youtube with Ublock Origin

As the title says, it is very slow with Ublock Origin. I have refreshed Firefox and without Ublock it obviously works but I would like to keep the extension because it is… (read more)

As the title says, it is very slow with Ublock Origin. I have refreshed Firefox and without Ublock it obviously works but I would like to keep the extension because it is the only one that works with Youtube Ads right now.

Asked by allenjftipay10 2 days ago

Last reply by jscher2000 - Support Volunteer 1 day ago

cannot login to browser - installed latest version and l cant see how to login - can login to my mozilla account

Hi Team, Just installed latest version of Firefox - and cannot login into the browser to enable applications menu. I can login into my Mozilla account but how do you lo… (read more)

Hi Team,

Just installed latest version of Firefox - and cannot login into the browser to enable applications menu.

I can login into my Mozilla account but how do you login to this new version of the browser?

Appreciate your assistance

Michael

Asked by michael statis 1 day ago

Unable to

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the downl… (read more)

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the download fails or gets cancelled. I never changed any settings, how can i fix this?bold text

Asked by Qtip_69 1 day ago

Can't sign in to Chewy

Hello everyone, I have a problem in Firefox where I can't log into Chewy. I get the error "Secure Connection Failed". Turning off extensions doesn't help, this seems to … (read more)

Hello everyone,

I have a problem in Firefox where I can't log into Chewy. I get the error "Secure Connection Failed". Turning off extensions doesn't help, this seems to be a root problem with Firefox itself. I can sign in using Edge.

Asked by Krys 1 day ago

Unable to download/failed/cancelled downloads

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the downl… (read more)

I tried redownloading Firefox after I saw that i was unable to download any extenstions/add-ons. Anytime i try to download something from the firefox browser, the download fails or gets cancelled. I never changed any settings, how can i fix this?

Asked by Qtip_69 1 day ago

Secure Connection Failed

I am getting "Secure Connection Failed", Ive seen literally hundereds of same error also exist here. Like most of default solution (which is below) did not work for me. M… (read more)

I am getting "Secure Connection Failed", Ive seen literally hundereds of same error also exist here. Like most of default solution (which is below) did not work for me. My laptops time is correct, And I highly doubt reddit and most of internet has issue with its security certificates. And other browser works just fine. So What is my solution other than immigrating to new browser?

https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect?as=u&utm_source=inproduct

Asked by sinan50563 1 day ago

Last reply by jscher2000 - Support Volunteer 1 day ago

How to force spellcheck for all websites

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by i… (read more)

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by inspecting and manually altering the HTML. I consulted with ChatGPT and tried adding some code to my existing userChrome.css but it is having no effect, even after clearing cache and restarting Firefox. For instance, faxzero.com has a form with spellcheck disabled. I tinkered with the CSS and kept testing faxzero, but the spellcheck always remains disabled. How can I accomplish my goal?

Code: body[spellcheck="false"], input[type="text"][spellcheck="false"], input[type="email"][spellcheck="false"], input[type="password"][spellcheck="false"], input[type="search"][spellcheck="false"], input[type="url"][spellcheck="false"], textarea[spellcheck="false"], [contenteditable="true"][spellcheck="false"] {

   spellcheck: true !important;

}

Asked by wlesney 1 day ago

Last reply by cor-el 1 day ago

Hushmail has stopped allowing me to resppond to emails by not having the menu bar. Hushmail works on Edge and Chrome.

I have used Firefox exclusively for years. I use Hushmail but recently I am missing the respond to email bar that was always there. I have to use Edge and Chrome (but n… (read more)

I have used Firefox exclusively for years. I use Hushmail but recently I am missing the respond to email bar that was always there. I have to use Edge and Chrome (but not a fan of) and Hushmail works like it used to. Something about Firefox must be the difference. Can you help me?

Asked by rjchinwm 1 day ago

WYSINWYG

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?). History -> Manage History select e.g. Last 7 days, right click on Name… (read more)

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?).

History -> Manage History

select e.g. Last 7 days, right click on Name and select at least two attributes (you can choose from: Tags, Location,Most Recent Visit, Added and Last Modified)

Select the first entry of the list, all displayed fields are selected/highlighted.

Copy (either with the menu or with Ctrl-C) and paste it in your favourite text editor.

Why is only the URL copied? Other fields were also highlighted. Why are they not included?

This is WYSINWYG (what you see is not what you get).

It is possible to export bookmarks as an html file, so why is this not possible with history?

OK, it is possible to query the sqlite3 database directly to get some history info but it's a bit cumbersome.

To do so,

  copy the sqlite (places.sqlite) database to some safe place then open the database (with 'sqlite3 places.sqlite')
  get the history info you are interested in with a sqlite query,
  e.g. select title,visit_count,site_name,url,description,last_visit_date from moz_places where url like '%support%';

But there is no simple (AFAIK) way to convert 'last_visit_date' (an integer) to something human readable.

So either include the whole selection when something is copied (WYSIWYG) or provide export history as an html file.

Any suggestions?

TIA

S. Claes

Asked by spcl67 1 day ago

Firefox's enhanced tracking protection (strict mode) is known to cause issues on x.com

Can't log on to x.com. Getting this message: "Firefox's Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com". I added x.com and twitter.com as … (read more)

Can't log on to x.com. Getting this message: "Firefox's Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com".

I added x.com and twitter.com as an exception in Settings/Enhanced Tracking Protection and still not working.

What the heck firefox???

Asked by suepawley 1 day ago

Last reply by TyDraniu 1 day ago

clearing restore bookmark list

When you go into 'Manage Bookmarks' and click on 'Import/Backup Bookmarks' is there a way to clear out the list of files listed when you hover over 'Restore ->' which … (read more)

When you go into 'Manage Bookmarks' and click on 'Import/Backup Bookmarks' is there a way to clear out the list of files listed when you hover over 'Restore ->' which brings up the list of recent bookmark files that you have restored?

Asked by Artoo Smith 1 day ago

Last reply by cor-el 1 day ago

Case 145005

Good afternoon, If necessary, I am available to add more information about this case (145005), in English or Portuguese. Best regards, Ana Patrícia Paquete Visual Des… (read more)

Good afternoon,

If necessary, I am available to add more information about this case (145005), in English or Portuguese.

Best regards,


Ana Patrícia Paquete Visual Designer

Too much memory usage

This requires some explanation. I have 6GB of RAM, and am running Windows 7 64b. I just updated to v115 from v56esr. I was using an extension that broke when the quantu… (read more)

This requires some explanation.

I have 6GB of RAM, and am running Windows 7 64b.

I just updated to v115 from v56esr. I was using an extension that broke when the quantum update came out, and I wasn't willing to let go of it so I stopped updates. When the occasional website stopped working on the old version I would use Chrome for that website, but Firefox has always been my preference. Chrome was such a memory hog that I couldn't have more than a dozen tabs open at once before it crashed, and for me that is unacceptable. At this point however, enough websites have ceased to function in Firefox that it was worth it to me to update. After updating I found that Firefox uses just as much memory as Chrome. Where I previously could have 30 or 40 tabs loaded at once before running out of memory, now I only get about a dozen.

Question: In what version(s) did the memory consumption drastically change? What version can I revert to in order to bring memory consumption back to a manageable level? What other settings can I tweak to reduce memory usage? (For example, can I automatically reject loading of subframes?)

Please Note: - I use adBlock+ and I have made a habit of turning off tracking and rejecting cookies and notifications everywhere I go online to prevent excess resource usage, among other things. - I use very few extensions so there isn't really any memory to save there. - I understand that my computer is old and should be upgraded. Telling me to get a new computer or add more RAM is unhelpful and will not be appreciated. - I also understand that running out of date software is a security risk and is not recommended. I don't care, so don't bring that up. - And I also understand that I am a tab hoarder. Because of the way I work I typically have 50-100 tabs open, but I periodically close it so as to unload everything and usually don't have more than about 30 active tabs at once. - I know that some websites (particularly those with lots of subframes) use much more than other sites so my memory usage is entirely dependent on which sites I have open, and I know that I can open the task manager to close/unload unnecessary tabs and subframes. Having to do that frequently is a pain, and it doesn't work if I need all the tabs that are active.

Asked by Scott Tibbetts 1 day ago

Firefox. dropped to 300/340mb. I installed Chrome. Speed ​​900mb. What to do in Firefox to regain speed?

I have 750mb Claro fiber internet, directly on the cable. I updated Firefox. My internet dropped to 300/340mb. I complained to Claro. They tested by connecting another co… (read more)

I have 750mb Claro fiber internet, directly on the cable. I updated Firefox. My internet dropped to 300/340mb. I complained to Claro. They tested by connecting another computer to the cable. It gave 800mb. I installed Chrome. Speed ​​was 900mb. What to do in Firefox to regain speed?

Asked by Rodrigo Guimaraes Pena 3 days ago

Last reply by Samuel Santos 1 day ago

Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com Not only me: https://www.reddit.com/r/firefox/co… (read more)

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com


Not only me: https://www.reddit.com/r/firefox/comments/1ctx1bm/twitter_not_working_on_private_browsing/ https://connect.mozilla.org/t5/discussions/firefox-s-enhanced-tracking-protection-strict-mode-is-known-to/td-p/57432 https://lemmy.world/post/15496431

https://news.ycombinator.com/item?id=40386418 Dunno if entirely accurate but regarding the Firefox error: “Twitter switched their top level domain to X, but didn't change any of their other domains, so they're still pulling assets from Twimg. Which makes Firefox (correctly) block the page if you have Tracking Protect enabled because it sees X trying to involve 3rd parties.“ Slow clap.

Asked by hokagegaara 4 days ago

Last reply by TyDraniu 1 day ago

Addon/Extension Not Staying Pinned

I've installed this extension: https://addons.mozilla.org/en-US/firefox/addon/public-ip-display/ I've pinned it and it shows up in the Toolbar, no issues till here. Ho… (read more)

I've installed this extension: https://addons.mozilla.org/en-US/firefox/addon/public-ip-display/

I've pinned it and it shows up in the Toolbar, no issues till here.

However, when I exit Firefox and open it again, the extension is no longer pinned. I cannot even locate the extension in the list of extension when i click on the little "puzzle" icon that shows you your lists of addons and allows you to pin them.

Everytime after I start a fresh session of Firefox, I have to go about:addons find the add on, toggle it off and then toggle it on again (it stays on after restart btw) for it show up in the toolbar.

Can you assist in figuring out why this addon is behaving this way?

Thanks!

Asked by Plasma0102 1 day ago

Malfunctioning System Since Firefox Refresh

I refreshed Firefox last night. Now, Facebook doesn't display images--it displays about half; the rest are blank boxes. Facebook closes while I'm typing. A game I've been… (read more)

I refreshed Firefox last night. Now, Facebook doesn't display images--it displays about half; the rest are blank boxes. Facebook closes while I'm typing. A game I've been playing freezes and I have to close it and re-open it. Telus email seems to be fine. My Google results are in massive type and I can't adjust it.

Asked by louise.aird 1 day ago