- தீர்வுற்றது
- Archived
streaming audio
streaming audio from some internet stations stopped working in recent foxfire update.
streaming audio from some internet stations stopped working in recent foxfire update.
I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, … (மேலும் படிக்க)
I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, the pages come right up without any delay.
If I connect to the Plesk server directly without HAProxy in the middle, there are no delays.
I do not know what would cause these delays that don't occur with other browsers.
I'm on a Mac: 115.0.2 (64-bit)
My printer has stopped working with Firefox but it works with other browsers no problem
I have Mac 10.12.6 on an "early 2009" 27" iMac. I'm waiting for the new 27/32inch iMac until I upgrade hardware and operating system. The release notes with FF V115 say… (மேலும் படிக்க)
I have Mac 10.12.6 on an "early 2009" 27" iMac. I'm waiting for the new 27/32inch iMac until I upgrade hardware and operating system. The release notes with FF V115 say in part " Users on those operating systems will be migrated to the ESR 115 version of Firefox."
I want to clarify that when I update to FF 116, FF will automatically install the ESR version, or will I need to do this manually? Also, will this update take a long time, like FF will be installing a totally new (ESR) version, rather than "just" the usual update?
Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T. Recently, I began successfully ac… (மேலும் படிக்க)
Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T.
Recently, I began successfully accessing the internet / Firefox via my Wifi Repeater. As of two or three days ago. I keep being asked to "log in to access the Internet", but even after I do it (successfully, as far as my repeater is concerned) I'm no further forward; I keep being asked to log in.
Thanks to my repeater I have a strong signal when in my garden office. But after a month, Firefox has suddenly stopped allowing me to use it. I am back at Square 1, before I purchased the thing.
I need need to work from my office. Please help resume my Repeater's access.
Kind regards,
Sean
I received a message from Fire Fox that I should update. Now I have 2 Fire Fox icons and I need to know how to determine which one to delete. Then I need to know how to t… (மேலும் படிக்க)
I received a message from Fire Fox that I should update. Now I have 2 Fire Fox icons and I need to know how to determine which one to delete. Then I need to know how to transfer my favorites and history to the one I keep. They both show favorites and history. I'm a rookie at this so if you can explain step by step it would help, thanks.
Well done Firefox team. I got a notification this morning telling me I could update Firefox to the latest version and I had nothing urgent so I did. Imagine my suprise … (மேலும் படிக்க)
Well done Firefox team.
I got a notification this morning telling me I could update Firefox to the latest version and I had nothing urgent so I did.
Imagine my suprise when all my bookmarks, my passwords and logins appeared to have disappeared. Well, not just "appeared", since I can't find them anywhere on my machine right now.
I've been using Sync for years and when I finally managed to connect (because apparently the password I had been using was wrong ? But did FF tell me ? No ...), I discovered nothing had been saved. Ever.
A really nice morning.
My pc runs on Windows 10. I've always had my bookmarks in a column on the left side of my screen. Yesterday I was unable to access my BT acount - which includes my emails… (மேலும் படிக்க)
My pc runs on Windows 10. I've always had my bookmarks in a column on the left side of my screen. Yesterday I was unable to access my BT acount - which includes my emails via Firefox, wich is my default browser. BT Helpdesk suggested I try another browser - and sure enough I could acces the BT data using Google Chrome & Microsoft Edge. However my preference is to continue to use Firefox, and all other bookmarks worked witih Firefox, as did any other searches. The BT Helpdesk then talked me through resetting Firefox to Default - which worked in enabling me access my BT acount - and my emails - but my bookmarks are now lined up at the top of my Firefox screen and I've spent / wasted ages trying to get them back to the left side.
Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me? Script: /:root[sizemode="normal"] #nav-bar{ --uc-window-drag… (மேலும் படிக்க)
Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me?
Script:
/:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }
-moz-appearance: none !important; height: 43px; padding-top: 0px !important; padding-bottom: 0px !important; -moz-box-align: stretch; margin: 0 !important;
}
padding-block: 0px !important; max-height: 28px; height: 20px !important
}
visibility: collapse !important;
}
/* TABS: bottom - Firefox 65 and later - updated for 89+ */ /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */ /* https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */ /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */
/* ROOT - VARS */ /* you can adjust the CSS variables until it looks correct */
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 25px !important; --tab-min-width: 60px !important;
--tab-adjust: 0px; /* adjust tab bar - only for 68-73 */ --tab-caption: 5px; /* caption buttons on tab bar */
}
/* TAB BAR - below nav-bar */
display: block !important; position: absolute !important; bottom: 0 !important; width: 100vw !important;
}
width: 100vw !important;
}
/* navigator-toolbox - PADDING */
position: relative !important; /*89+*/ padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/ background-color: var(--toolbar-bgcolor) !important;
}
/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
#TabsToolbar{ bottom: var(--tab-adjust); /*ADJUST*/
}
/* TABS: height */
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: var(--tab-min-height) !important; max-height: var(--tab-min-height) !important;
}
height: var(--tab-min-height) !important; margin-bottom: 1px !important; box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/ background-color: var(--toolbar-bgcolor) !important; color: var(--toolbar-color) !important;
}
/* indicators *//*
position: absolute !important; display: block !important; right: 0px !important; bottom: 0px !important; width: 14px !important; pointer-events: none !important;
}
.private-browsing-indicator {display: none !important;} .accessibility-indicator {display: none !important;}
/* Indicators - HIDE *//*
/* Drag Space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
width: 20px !important;
}
/* Override vertical shifts when moving a tab */
padding-bottom: unset !important;
}
padding-bottom: unset !important; margin-bottom: unset !important;
}
margin-top: unset !important;
}
/* Hide window-controls and caption buttons on Tab Bar */
Hi Team I have saved password in FF but unfortunately I have removed the saved password from one device .But it has removed from all my devices . Is there any chance to… (மேலும் படிக்க)
Hi Team
I have saved password in FF but unfortunately I have removed the saved password from one device .But it has removed from all my devices . Is there any chance to restore the data for me .
Every day. Videos won't play. sometimes one restart of firefox will fix it. sometimes multiple restarts are required before it'll work. The loading bar at the bottom of t… (மேலும் படிக்க)
Every day. Videos won't play. sometimes one restart of firefox will fix it. sometimes multiple restarts are required before it'll work. The loading bar at the bottom of the video (on the seek bar) indicates the video is loading but it won't play. There have been times where I have disabled every single add-on and it would not work. Add-ons do not seem to be the cause. I have tried it in a private browser window with no joy. I have refreshed firefox, I have uninstalled and reinstalled it. I have tried disabling my antivirus. I have tested videos on websites in other browsers with no issue. The issue seems to be with the video player itself. overlays seem unaffected, I can use the seek bar and it shows the captions. I have tested different websites including Youtube, Vimeo and Steam. I tried many tens of times to get it working today to no avail. finally when I closed nearly all my tabs, the video worked (but I had also opened TOR and run avideo in that), I am not sure if this is the cause. If the cause is having multiple tabs open, this is an issue for me. I have a learning disability and likely ADHD and I have a set of tabs as my homepages so I don't forget things. If It's not the mutliple tabs, then what else can I do?
In Firefox-Mac, I used to be able to save webpages as PDFs without page breaks as one long page (sometimes 120 inches), depending on the page. The newer version it doesn'… (மேலும் படிக்க)
In Firefox-Mac, I used to be able to save webpages as PDFs without page breaks as one long page (sometimes 120 inches), depending on the page. The newer version it doesn't work. Now I have to use Safari (!) for this. This is a useful feature for proofreading, where page breaks often break up or omit entire sentences.
Our IT specialist at UW-Madison is stumped and suggested I reach out to Firefox. He was helping me troubleshoot why Firefox keeps saying it's sending a code to verify my… (மேலும் படிக்க)
Our IT specialist at UW-Madison is stumped and suggested I reach out to Firefox. He was helping me troubleshoot why Firefox keeps saying it's sending a code to verify my account, but I never receive the code. He has added the "accounts" email to my contacts and I don't know what else to do or try. Any ideas from the community? I need my bookmarks after upgrading to Windows 11 and can't imagine trying to recreate them all.
As of a month or so ago I have been unable to watch age restricted videos on YT. The warning prompt appears asking me to verify that I want to proceed. When clicked, it s… (மேலும் படிக்க)
As of a month or so ago I have been unable to watch age restricted videos on YT. The warning prompt appears asking me to verify that I want to proceed. When clicked, it simply takes me back to the YT home page. Restricted mode is set to off and I am able to watch these videos in Internet Explorer with the same Google account. I have also ran FF in safe mode and it still takes me back to the home page.
Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!! … (மேலும் படிக்க)
Everytime I try to open Mozilla it automatically tries to download "openh264-win64-31c4d2e4a037526fd30d4e5c39f60885986cf865.zip" file, how to stop this ? TIA!!
Hello, I recently installed a fresh FF 115.0.2 (after years of importing my old profile). I noticed a really nice feature, when double clicking a word, a search bubble wo… (மேலும் படிக்க)
Hello, I recently installed a fresh FF 115.0.2 (after years of importing my old profile). I noticed a really nice feature, when double clicking a word, a search bubble would open with 4 icons (google, google maps, wikipedia and something else) and you could click one of them and it would open a new tab and search for the selected text.
Today I noticed it is missed. I didn't upgrade FF, I didn't install any new add-on and I didn't even close FF since the last time it worked.
Any ideas how to get it back? And how to add other providers to this very nice feature?
Thanks
How do I remove pocket from Firefox? The published solution does not work. When I type "about:config" in the URL, then "pocket," and change the "extensions.pocket.enab… (மேலும் படிக்க)
How do I remove pocket from Firefox?
The published solution does not work. When I type "about:config" in the URL, then "pocket," and change the "extensions.pocket.enabled" to "false," the pocket page still shows up after I close a session or a screen asking me to sign in to pocket. I am always closing unnecessary pocket related tabs.
As I remember, one time it worked but only for two days and then the some form of the pocket page showed up again.
Restarting Firefox does not change anything. Please advise.
I downloaded the DuckDuckGo extension in order to make it my default search engine, but even after adding it, it doesn't appear in my settings as an option
Hello. Last night i had to reinstall windows and i lost everything. but in firefox i have loged in and synced. its also synced with my safari browser on my phone. is it p… (மேலும் படிக்க)
Hello. Last night i had to reinstall windows and i lost everything. but in firefox i have loged in and synced. its also synced with my safari browser on my phone. is it possible in any way to get my bookmarks and passwords back? because everything is gone and the profile folder only shows dates after i installed firefox again!
Best Regards Kaveh