- Kusonjululiwe
- Okugcinwe kunqolobane
online
Bi# Numbered list item
Bi# Numbered list item
When clicking on a link to an .mp4 file, Firefox navigates to a builtin video player, streaming the remote video file. When Firefox is unable to stream or display a file … (funda kabanzi)
When clicking on a link to an .mp4 file, Firefox navigates to a builtin video player, streaming the remote video file. When Firefox is unable to stream or display a file (as is the case with .mkv or .txt for example), it is downloaded instead.
I simply want .mp4 files to be downloaded when I navigate to them. I tried setting `media.mp4.enabled` to `false`, and that worked, but it also disabled most embedded media players.
I'm trying to login to my Firefox sync account, and when I login with email or qr code I get stuck with the screen saying warning. Soon after I left my phone to login and… (funda kabanzi)
I'm trying to login to my Firefox sync account, and when I login with email or qr code I get stuck with the screen saying warning. Soon after I left my phone to login and came back 15 minuets, and it continued "working".
Whenever I use Firefox 109.0 (on Ubuntu 22.04) to transfer money between savings and checking in my online banking account, I get a window pop-up that says "No Apps Avail… (funda kabanzi)
Whenever I use Firefox 109.0 (on Ubuntu 22.04) to transfer money between savings and checking in my online banking account, I get a window pop-up that says "No Apps Available". This is something going on my bank's servers and shouldn't require Firefox or any local helper apps on my end to do anything. I will post the window that pops up. Has anyone else encountered this? And is there a way to disable these pop-up?
Good working good quality and good Fixing with blackawt curtain rod and Riling and fixing with delivery
FIX FIRE FOX !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Checking my appy gir card balance
All of a sudden when I press F6, it starts a Google search (see image) instead of just focusing the address bar. This is rather annoying because I use F6 all the time to … (funda kabanzi)
All of a sudden when I press F6, it starts a Google search (see image) instead of just focusing the address bar. This is rather annoying because I use F6 all the time to go to a different page (e.g. type "mail" and then follow the autocomplete to mail.google.com) and that doesn't work if it wants search google for mail instead.
How do I revert this to its normal behaviour?
I have attached a screenshot to my crashes. I have attempted to do a clean reinstall a few times. Please help.
Why does Firefox warn me that I'm going to an http: site when I am not?
FF 109 added a new addons-button (jigsaw puzzle icon) in the addons-toolbar. Can we hide it with a specific variable in about:config, or by creating a specific variable t… (funda kabanzi)
FF 109 added a new addons-button (jigsaw puzzle icon) in the addons-toolbar. Can we hide it with a specific variable in about:config, or by creating a specific variable there?
I recently had to factory reset my computer and had to download and sync my firefox account all over again. It's been a week and firefox is still syncing, none of my boo… (funda kabanzi)
I recently had to factory reset my computer and had to download and sync my firefox account all over again. It's been a week and firefox is still syncing, none of my bookmarks, add-ons, history or top sites on the new tab are showing up. Thankfully, it appears that most of my passwords have been synced.
I've read some other threads for tips and can confirm that I don't have this account logged in to other devices and I don't have a vpn or proxy running. I am able to obtain the sync logs but I have no idea how to read it.
How can I make the bookmarks, add-ons, history and top sites sync faster?
i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (funda kabanzi)
i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.
The free version allows for 5 masks. Is that 5 lifetime masks or 5 active masks? Example: If I set up 2 masks I have 3 remaining. If I delete one of the set up masks do I… (funda kabanzi)
The free version allows for 5 masks. Is that 5 lifetime masks or 5 active masks? Example: If I set up 2 masks I have 3 remaining. If I delete one of the set up masks do I now have 4 remaining or have I still used up a mask even though it was deleted giving me 3 remaining? Thanks
Hi. I bought new pc, and i'm trying to set up mozilla with all my passwords and bookmarks, from old pc. But after i logged in, bookmarks and passwords dont appear in a br… (funda kabanzi)
Hi. I bought new pc, and i'm trying to set up mozilla with all my passwords and bookmarks, from old pc. But after i logged in, bookmarks and passwords dont appear in a browser. I had so much important stuff there that im now kinda scared. Thanks for any help in advance
My extensions take up a lot of space in my toolbar and I'd love to hide all of them. However - every 'solution' to the problem tells me to right click the extension strai… (funda kabanzi)
My extensions take up a lot of space in my toolbar and I'd love to hide all of them. However - every 'solution' to the problem tells me to right click the extension straight from the toolbar and click 'Hide from Toolbar'.
I do remember this option existing, however I couldn't find it since last update and I'm assuming it was removed. Is there any way to use it again?
^ (Small note, It would also be lovely if I could add them to the Extensions add-on in the toolbar, as that would really be a better use for it other than overflow)
Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (funda kabanzi)
Hi @all,
I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */ /* Makes bookmarks toolbar span multiple rows */ #PersonalToolbar{ --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */ --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */ max-height: none !important; } #PlacesToolbar > hbox{ display: block; width: 100vw; } #PlacesToolbarItems{ display: flex; flex-wrap: wrap; /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */ max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important; overflow-y:auto; scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ; scrollbar-width: thin; } /* Hide the all-bookmarks button */ #PlacesChevron{ display: none } /* Add some spacing between rows */ #PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important; }
I already tried some other codes that I found in the internet but none of them worked.
I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder.
Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?
Best regards heusmich
Current situation: I have 2 monitors. I have the option of auto hide taskbar in desktop mode turned on. On the primary monitor, when I maximise firefox window( not full … (funda kabanzi)
Current situation: I have 2 monitors. I have the option of auto hide taskbar in desktop mode turned on. On the primary monitor, when I maximise firefox window( not full screen, the button between close and minimise, looking like a square), and hover my cursor towards the bottom, my taskbar doesn't unhide. However when I unminimise( clicking the middle button on the top right again), the taskbar unhides correctly. Also to note, my secondary monitor works completely fine ie, when firefox is maximised I can unhide taskbar on hovering near the bottom.
No issues
I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all th… (funda kabanzi)
I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all the "outside sites" that want to log on, but there are sites that I need to log on to and have done this in the past. I usually go to these sites because they are important to my transacting business, accessing my bank, places I pay my bills, etc. If I want to get to these and order or pay a bill, I have to unblock each one of them??? How do I do that? If a credit company wants to contact me, they cannot do this even if we have contacted each other previously? Really?
How do I undo this already-marked system and get out of it? As you can guess, I am old and not up with the times. Please simplify your answers so a not-technical person can understand it.