Changing FireFox Sync URL ?
Is it possible to change the URL to which sync is set ?
Is it possible to change the URL to which sync is set ?
My account was hacked. every time I try to get VPN amd told need new account? HELP??
Am using a Lenovo laptop running Windows 11 and Firefox v.155.0.1 (latest). Have just purchased Bitwarden in order to have master password for security when computer goe… (baca lebih lanjut)
Am using a Lenovo laptop running Windows 11 and Firefox v.155.0.1 (latest). Have just purchased Bitwarden in order to have master password for security when computer goes for servicing etc. But cannot find the manner to generate csv file needed by Bitwarden. Any assistance would be much appreciated.
For the last three days or so I have been haivng problems with loggin in to sites. I no longer log in automatically to my many of the sites I use, particularly those set… (baca lebih lanjut)
For the last three days or so I have been haivng problems with loggin in to sites. I no longer log in automatically to my many of the sites I use, particularly those set for my home page such as IMDB.com, ebay, web.whatsapp.com etc. Everytime I restart firefox I have to log in again. This started I think wit hthe latest update 155.0.1 (my current version) installed 5th sept 26 or 155.0 installed 3 sept 26
It doesn't seem to be reading the cookies that exist. I have it configure so all cookies are cleared on exit except those in the exception list, which are those for my home page plus about 30 others I log into. There is definitely cookie data there for these sites. I hve tried everythinig but this clearly seems to be a bug. at the moment I am using Opera since the necessity to keep loggin in to every site every time is just too much.
the build in VPN is not working anymore: the messages we get are often like "no internet connection". i did use it now for some weeks, but after the last update it stoppe… (baca lebih lanjut)
the build in VPN is not working anymore: the messages we get are often like "no internet connection". i did use it now for some weeks, but after the last update it stopped working now for some days.
how do i get vpn access on mozilla firefox to acknowledge my paid year subcription?
Hello! My Firefox browser is currently in a state where all fonts/letters in the Firefox interface (bookmark bar, settings, about page, website name...) are replaced by u… (baca lebih lanjut)
Hello! My Firefox browser is currently in a state where all fonts/letters in the Firefox interface (bookmark bar, settings, about page, website name...) are replaced by undecipherable characters.
I've searched for similar problems already and tried so far the following steps to resolve, unsuccesfully...
When I copy paste said text to another window (ex: Notepad, Chrome Browser…) it appears properly. And as you can see in the screenshots below the text in actual websites is readable -- only the browser's interface, setting, address bar... are scrambled.
Does that bug rings any bell? Do you have any other troubleshooting steps I should try to resolve this? Any help will be appreciated! : )
What's the difference between a group and a container?
Are DAILY, multiple crashes due to not updating Windows?
Had my laptop serviced at Best Buy, but upon booting it up the icon for 1Password in the upper tool bar was missing. Trying to figure out how to add it back. I use Mozill… (baca lebih lanjut)
Had my laptop serviced at Best Buy, but upon booting it up the icon for 1Password in the upper tool bar was missing. Trying to figure out how to add it back. I use Mozilla Firefox and have Windows 11.
disable ad block on sites
I exclude certain websites from free VPN but it doesn't retain them. I press add then save but they don't stay retained when I reopen Firefox.
My hardware is low end from 2016, Pentium 3825U, HD Graphics, and 4gigs of RAM. In the old times, the browser was fast, but this year it has slowed down so bad. I needed … (baca lebih lanjut)
My hardware is low end from 2016, Pentium 3825U, HD Graphics, and 4gigs of RAM. In the old times, the browser was fast, but this year it has slowed down so bad. I needed to switch to Thorium browser because Firefox became so heavy, using too much RAM and CPU. Please make the browser light, fast, and good for old systems again! (I want to use Firefox back)
My font on some sites is being forced to this horrible condensed font and it's seemingly nothing to do with my font settings in browser. Thing is, I VAGUELY remember chan… (baca lebih lanjut)
My font on some sites is being forced to this horrible condensed font and it's seemingly nothing to do with my font settings in browser. Thing is, I VAGUELY remember changing a setting SOMEWHERE to actually do this, but it's not the main font setting in accessibility. Furthermore this issue has only started happening in the last day or two and my vague memory of setting my font somewhere was years ago.
Is there any other setting in Firefox that affects default font for certain sites?
[Images attached from terraria.wiki.gg in a normal tab (with bad font) and private browsing tab (with the font it SHOULD have) for comparison]
Am I using latest update?
On windows 10
Nord VPN is warning of Mozilla App "Critical" needs attention
(AI written summary of troubleshooting steps taken before making this support thread) Firefox version: - 152.0.1 Release - 153.0 Nightly OS: - Windows 11 build 26200 GPU:… (baca lebih lanjut)
(AI written summary of troubleshooting steps taken before making this support thread)
Firefox version: - 152.0.1 Release - 153.0 Nightly
OS: - Windows 11 build 26200
GPU: - NVIDIA GeForce RTX 4070 SUPER
Codec package: - Microsoft HEVC Video Extensions installed from Microsoft Store
Problem
Firefox does not expose HEVC playback support, causing Twitch to disable 1440p streams encoded with HEVC.
The same machine can play the same HEVC Twitch streams in Chrome immediately after installing HEVC Video Extensions.
Expected result
Firefox should report HEVC playback support and allow playback of HEVC streams, as Chrome does on the same system.
Actual result
Firefox reports HEVC as unsupported.
about:support:
codecSupportInfo: H264 SWDEC HWDEC VP9 SWDEC HWDEC VP8 SWDEC HWDEC AV1 SWDEC HWDEC HEVC NONE
Troubleshooting already performed
- Installed Microsoft HEVC Video Extensions - Rebooted Windows - Updated NVIDIA drivers - Verified hardware acceleration is enabled - Tested with a brand new Firefox profile - Tested with Firefox Nightly - Confirmed Chrome can play the same HEVC streams
Additional observations
Chrome: - Twitch 1440p becomes available immediately after installing HEVC Video Extensions - Twitch Stats for Nerds reports:
hev1.1.6.L150.90.0.0.0.0.0
Firefox: - Twitch reports that the browser does not support the required resolution - 1440p remains greyed out - about:support continues to report HEVC NONE
Reproducible tests
Firefox console:
MediaSource.isTypeSupported('video/mp4; codecs="hev1.1.6.L150.90"')
Result: false
MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L150.90"')
Result: false
navigator.mediaCapabilities.decodingInfo({
type: "media-source",
video: {
contentType: 'video/mp4; codecs="hev1.1.6.L150.90"',
width: 2560,
height: 1440,
bitrate: 8000000,
framerate: 60
}
})
Result: {
supported: false, smooth: false, powerEfficient: false
}
For comparison:
MediaSource.isTypeSupported('video/mp4; codecs="av01.0.08M.08"')
Result: true
navigator.mediaCapabilities.decodingInfo({
type: "file",
video: {
contentType: 'video/mp4; codecs="av01.0.08M.08"',
width: 2560,
height: 1440,
bitrate: 8000000,
framerate: 60
}
})
Result: {
supported: true, smooth: true, powerEfficient: true
}
Additional note
Setting:
dom.media.webcodecs.h265.enabled = true
causes HTML5 codec test (https://html5test.co/) to report H.265 support, but does not change:
- about:support - MediaSource.isTypeSupported() - MediaCapabilities.decodingInfo() - Twitch HEVC playback availability
Question
Is this a known issue with HEVC Media Source Extensions support on Windows 11 build 26200, or is there another requirement for Firefox to expose HEVC playback capability through MediaSource and MediaCapabilities when the Windows HEVC codec is installed and functioning in Chromium-based browsers?
After updating from Firefox 154 to 155.0 on Windows 11, the download progress indicator on the Windows taskbar icon no longer appears at all. What I see: - While a downlo… (baca lebih lanjut)
After updating from Firefox 154 to 155.0 on Windows 11, the download progress indicator on the Windows taskbar icon no longer appears at all.
What I see: - While a download is in progress, only the circular progress on the in-window Downloads button is visible. - There is no progress bar/fill on the Firefox taskbar icon, even when the window is focused and the Downloads panel is open. - In Firefox 154 this taskbar progress worked. - Chrome on the same PC still shows download progress on the taskbar correctly.
I checked about:config for anything related to taskbar/download progress and found nothing that controls this.
Is the Windows taskbar download progress still expected to work in Firefox 155, or was it removed/changed? Has anyone else noticed this?
Thanks.
Since the last update (I know that Firefox DE is a beta/semi-nightly release, I just want to know if this is my mistake or a bug), only my first firefox window has addres… (baca lebih lanjut)
Since the last update (I know that Firefox DE is a beta/semi-nightly release, I just want to know if this is my mistake or a bug), only my first firefox window has address bar, all the other windows don't. And when tabs are vertical, the rest of the windows don't even have a title bar. (This behavior doesn't apply to newly created windows) Also, non-primary windows also lose the capacity to resize the vertical tab bar. ¿Did I do something wrong or is this a bug?
Where is a link, icon, or ANY WAY to add a shortcut site to my Ubuntu FF **DESKTOP** homescreen? I already have 4 rows (since 2013 over many Linux laptops. Ubuntu, Mint, … (baca lebih lanjut)
Where is a link, icon, or ANY WAY to add a shortcut site to my Ubuntu FF **DESKTOP** homescreen?
I already have 4 rows (since 2013 over many Linux laptops. Ubuntu, Mint, popOS, and now Ubuntu 26.04 LTS).
There is room in the fourth row for a few more. BUT I don't see any icon or link or right-click option to add another!
Phrasing the article search various ways gets me a lot of unrelated stuff.
EVERY help article, of which there are few, seems to have a BIG-ASSumption that everyone is using mobile Firefox.
NO! NO three dots. No right click brings up anything. NOTHING in settings. I've been through everything in the 3-bar menu, and there is NOTHING. (I already use it to sync, go to OTHER settings, go to help, etc.)
This is a day after an update, though I don't know how that affects it.
Usually if I forget how I did something, I just explore and find it. BUT --
My way of adding new shortcuts seems to be GONE.
The last response was 14 August for numerous queries. All still outstanding in my support log. Am I looking at yet another failing brand that didn't adapt and whose mar… (baca lebih lanjut)
The last response was 14 August for numerous queries. All still outstanding in my support log. Am I looking at yet another failing brand that didn't adapt and whose market share crashed ? Just looking to get out now and find another browser. Astonishing. The bad moves and mismanagement... All there to read about from business analyses sites. Unbelievable.