Showing questions tagged: Show all questions

firefox display has changed to look like the "streamlined" Windows 10 when it was brand new

Now there is no "other" category for topic of question. This concerns display, layout, and functionality. Having a huge problem with Firefox recently. It looks and be… (read more)

Now there is no "other" category for topic of question. This concerns display, layout, and functionality.

Having a huge problem with Firefox recently. It looks and behaves like Microsoft type display, security, and function all around has been superimposed on Firefox. Every time I need to do something online my effort is first redirected to trying to fix configuration problem on Firefox.

It is bad enough to have to do battle with windows 11 to config the layout and display so that it is functional instead of going from one screen to another and another when there is an issues that needs configuring, which always then requires a search and fixing it in Microsoft registry (if possible). Now that is happening with the Firefox display, layout, and functionality which requires a search try to find a page where some kind soul has provided a fix for FF via about:config (if possible).

My brower updated to 136.xx in mid-march after I had already disabled auto update. However, have not had problems until recently, so it seems to be something the microsoft system has started doing to compromise the configured functionality of Firefox. It is no impossible to update or change passwords because "microsoft security" has taken over. Did Microsoft buy controlling interest in Firefox, or what.

Today The layout has started being a problem too. Very elementary without features, with huge words and images although I have changed nothing in Firefox. It is as dumbed down and tedious as Windows 10 when it was brand new. I use a desktop and I really don't want it to look and behave with the limits, and appearnace of a large sized mobile phone screen.

No Firefox update since mid March is showing, however something is interferring with the Firefox display, layout, and functionality. I can only guess it is the Windows 11 OS . . .

Is there a way to protect Firefox from Microsoft meddling with the Firefox configuration?

I have not yet tried to stop enhanced security in each website that is a problem (though most of them currently are, not simply individual websites). Perhaps that is the problem . . . at this problem it needs to be universally disabled if that IS the problem. All the additional security being piled on is simply hoops to jump through for users. We all know it does not stop the pros who are intent on hacking as a team sport. I really do not want to have to fool around signing to a Firefox account, and getting a code to be able to complete the signin to be able configure the brower to simply access the internet.

Starting to think FF, including support, is being managed and responded to by A.I. - which always ends up being a programmer problem that creates the limits. Intentional or not is the question.,,,,

Hoping some kind souls have found solutions, or locations to solutions they are willing to share.

Thanks - from redirected and disenchanted in ABQ

Asked by goose 2 months ago

  • Solved

Shortcut key for AI Chatbot sidebar?

Can you tell me the key(s) to open the AI Chatbot sidebar under Firefox Labs? (or implement one if you haven't) every time i hit the X to close it (as it takes up a lot o… (read more)

Can you tell me the key(s) to open the AI Chatbot sidebar under Firefox Labs? (or implement one if you haven't) every time i hit the X to close it (as it takes up a lot of space) there is no easy way (that i can find) to reopen it without clicking through a bunch of stuff. Thanks!

Asked by dripsalot616 5 months ago

Answered by TechHorse 5 months ago

  • Solved

Tab groups Vs Containers

Are tab groups like containers i.e. isolated from the others, so thay I can access sites logged into different accounts for instance or separate browsing experience/cook… (read more)

Are tab groups like containers i.e. isolated from the others, so thay I can access sites logged into different accounts for instance or separate browsing experience/cookies ?

Asked by Gaetan 2 months ago

Answered by TyDraniu 2 months ago

tab groups and container tabs

Despite Tab Groups not yet being "rolled out" in Australia, I am wondering if "Container Tabs" will still be Supported (in the following ways): 1. Will Container Tabs st… (read more)

Despite Tab Groups not yet being "rolled out" in Australia, I am wondering if "Container Tabs" will still be Supported (in the following ways):

1. Will Container Tabs still be able to be used effectively in concurrence with Tab Groups? 2. Is it planned that Tab Groups is being developed to replace Container Tabs? 3. If one will be able to use Container Tabs concurrently with Tab Groups, can different Container Tabs Types be split over different Tab Groups? 4. Is it planned that Tab Groups will supersede Container Tabs in terms of Protection, Privacy, etc.....? 5. Will Tab Groups be able to be put to sleep/hibernate in order that Firefox "speed/memory" is not effected?

Whilst on the subject of Tab Groups and Container Tabs: 6. Up until a few updates ago, when the mouse was hovered over a Container Tab, a dialogue box would indicate: the Tab Subject, Site Identity and Container Tab Type. Please bring back the Container Tab Type when the mouse hovers over a Container Tab..! 7. When this (Valuable) information was ceased, the only way to get similar information - namely the Container Tab Type - has been to use the: List all tabs icon {tab icon 2} at the Right hand end of the toolbar. It is a blessing that this was not changed, but still a bit of a nuisance to check them both! Why is this an issue you may well ask? - I am sure I am not the only Firefox user (Forever) - with memory decline!

Thanx

Asked by TazGaz 1 month ago

Last reply by Makis 1 month ago

  • Solved

How can I disable ligatures and still allow pages to use their own fonts?

I often save to PDF or mark text then transfer it into a document. Firefox renders many letter combinations as ligatures: ff, fi, ffi, fl, and more. I don't want ligat… (read more)

I often save to PDF or mark text then transfer it into a document. Firefox renders many letter combinations as ligatures: ff, fi, ffi, fl, and more. I don't want ligatures. The cures proposed have involved forbidding pages to use their own fonts. Is there another way?

Asked by RandomTroll 5 months ago

Answered by cor-el 5 months ago

Disable Create New Profile

Can you add a configuration setting to Mozilla Firefox to disable Create New Profile, configurable in the policies.json file? (A second option but a much uglier one woul… (read more)

Can you add a configuration setting to Mozilla Firefox to disable Create New Profile, configurable in the policies.json file? (A second option but a much uglier one would be to disable being able to select a file location for a new profile. Then you could make the default profile directory write only, which would also accomplish the same thing.) (A third option would be to able to configure extensions by default upon installation in the ExtensionSettings policy.)

To explain, I use LeechblockNG on Firefox on Ubuntu. Very helpful. By placing a policies.json file (see at bottom) in /etc/firefox/policies/ directory, I can create a system wide policy. I can make the LeechblockNG extension mandatory and to be installed upon every new profile creation. That all works very well. HOWEVER, there is NO way to be able to set those options in the new profile. So LeechblockNG is installed with default options (which are no blocking at all), which effectively bypasses the addon.

I am also writing the author of the leechblock extension to see if there is any way to set the options for leechblock upon installation (the third option above).

But I know other people have this same question, and at present, if I am correct, there is no way to block new profile creation, or the Profile Manager window in Firefox.

So could you please add that option to the Firefox policies.json configuration? Something like "DisableNewProfiles": true would do it.

Thanks!

My current policies.json file in /etc/firefox/policies/ directory: { "policies": { "BlockAboutConfig": true, "BlockAboutProfiles": true, "PrivateBrowsingModeAvailability": 1, "DisableSafeMode": true, "ExtensionSettings":{ "*": { "installation_mode": "blocked", "blocked_install_message": "Prohibited install more extensions." }, "leechblockng@proginosko.com": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/file/4374316/leechblock_ng-1.6.6.xpi" } } } }

Asked by pqwoenqr34 5 months ago

Last reply by Mike Kaply 3 months ago

  • Solved

How to show multiple Tabs on a window

TAB I am a new user of Firefox and when I open the browser today, I only had the use of one tab on each window. Yesterday, before closing for the night, I had multiple ta… (read more)

TAB I am a new user of Firefox and when I open the browser today, I only had the use of one tab on each window. Yesterday, before closing for the night, I had multiple tabs. How do I get tabs so I can open multiple windows on each screen?

Asked by Cyclone3211 2 months ago

Answered by Cyclone3211 2 months ago

Bookmarks spacing

A folder on the bookmarks menu that stroes individual bookmarks, fills half the screen of a standard 1080p screen with totally empty white space. The padding in between … (read more)

A folder on the bookmarks menu that stroes individual bookmarks, fills half the screen of a standard 1080p screen with totally empty white space.

The padding in between each and every single bookmark, in any place that can store bookmarks, will be filled by at least 3 or 4 mm of empty white space. Between every single bookmark.

This is a huge amount of completely pointless scrolling.

Do you have an RSI? No?

Good for you. I, sadly do.

Has there been a fix for this cos the chrome folder .css "fix" is not working for me.

If i cant solve this i am going to change browsers. I dont care. I love Firefox and used it since the netscape days in the 90's, but am not going in for another surgery since you people insist of giving people more RSI's.

Asked by taffersinthedark 4 months ago

Last reply by jscher2000 - Support Volunteer 2 months ago

remove duplicate bookmarks

Years ago we used a program called A&M Deadlink to clean up dead bookmarks in FireFox. What is the latest tool for deleting old bookmarks, removing dead ones and cle… (read more)

Years ago we used a program called A&M Deadlink to clean up dead bookmarks in FireFox. What is the latest tool for deleting old bookmarks, removing dead ones and cleaning up?

Asked by Sillycat41 5 months ago

Last reply by Sillycat41 5 months ago

New Tab grouping feature questions

I just activated the new tab grouping feature (that has been something I've really wanted from FF so that I can start getting away from Chrome) and I've tried it out and … (read more)

I just activated the new tab grouping feature (that has been something I've really wanted from FF so that I can start getting away from Chrome) and I've tried it out and have been happy with it so far. I understand this is in beta still I think and I had some questions:

  1. I notice that I'm not able to save and close a tab group, is this expected functionality until tab grouping goes GA?
  2. I notice if I have my tab group minimized and have a tab open (that is NOT a part of the group) and I close that tab that the whole browser window will close. Is that also expected?

Really excited for this functionality to continue taking off; I do love a way to organize my many tabs!!

Cheers,

Asked by Jeff 5 months ago

Last reply by TyDraniu 5 months ago

  • Solved

Can non-alphanumeric keys be used as an extension shortcut key?

I just setup this firefox extension to help me manage my 800+ tabs - https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/ . This might have even been causing… (read more)

I just setup this firefox extension to help me manage my 800+ tabs - https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/ . This might have even been causing Firefox to crash and my computer to restart, but I'll save that for a separate issue. The extension has some suggested shortcut keys, particularly Ctrl + Backtick and Ctrl + Shift + Backtick to switch between next and previous Tab groups. I tried to go to Manage Extension Shortcuts in settings, and tried to specify the keys Ctr + Backtick, but the input box would not accept the key. In fact it only seems to accept Ctrl + <alpha-numeric> key. or Ctrl + Alt + <alphanum>

Is there anyway to enable this? Most keys like Ctrl + alphabets appears to be already mapped by firefox's default mappings. my Ctrl + numbers are also similarly mapped by another tab extension to switch tabs.

Thanks, arun

Asked by arunkakorp 5 months ago

Answered by TyDraniu 5 months ago

Is there a setting for Allowing Background Colors

When attempting to print a report from a website, I received this notice: "For best print result; please enable the "Print background colors and graphics" option in your… (read more)

When attempting to print a report from a website, I received this notice:

"For best print result; please enable the "Print background colors and graphics" option in your browser."

I haven't found a setting for this, Is there a setting for this?

Thank you

Asked by Plebe2001crd 5 months ago

Last reply by jscher2000 - Support Volunteer 5 months ago

  • Solved

How to disable the big firefox logo appearing in the home tab?

How can I disable the huge Firefox logo appearing on the top of the default home tab? It is enormous and takes up valuable space. Instead of having four neat rows of shor… (read more)

How can I disable the huge Firefox logo appearing on the top of the default home tab? It is enormous and takes up valuable space. Instead of having four neat rows of shortcuts which all show on a new page (like it used to be) that page looks terrible now. I have tried everything formerly recommended to others asking the same question (about:config, proton, etc.) and nothing works. My current version is 136.0.4 (64-bit). A workable solution would be greatly appreciated. Thank you.

Asked by Tom Harrington 2 months ago

Answered by Agent virtuel 2 months ago

Tab Group vertical tabs move/reorder and cross client restore

I have a couple questions on tab groups, I'm a new ms edge refuge but this not as smooth as I would like :). I realize tab groups are oddly new for FF, but I'm tryin… (read more)

I have a couple questions on tab groups, I'm a new ms edge refuge but this not as smooth as I would like :). I realize tab groups are oddly new for FF, but I'm trying to get setup and running into two main issues. 1. I cant seem to freely reorder the tab groups, I can move the individual book pages no problem but not the groups as a whole. I would expect to be able to left hold click drag the order of the groups just like individual tabs. 2. Tab groups don't seem to exist across clients (or maybe I'm missing the how). If I open FF on my mac I would expect to see or at least be able to reopen the same tab groups as my windows PC, not just the individual pages from history on other device. Is there a way to do this? 3. can't import tab groups from edge? You don't want to make it easy for folks to switch?

Thanks, if I missed something happy to learn.

Asked by bushibot 2 months ago

Last reply by makeupbasix 1 month ago