What Options Available For Deep Source Locating Where/How Someone is "Sync'd-Link'd/Attch'd within My Accounts, Mozilla, Firefox.. (Not Sure)

Some how someone has attached to my computer and its system or programs, accounts Etc... Im not entirely sure, I am Looking for anything that I can Install or Add-On, Do… (read more)

Some how someone has attached to my computer and its system or programs, accounts Etc... Im not entirely sure, I am Looking for anything that I can Install or Add-On, Download or Extension's, Whatever Could Help Deep Search and Locate the Root Cause or Area where they were able to attach to my Files or whatever it is they latched onto.

Locked 1 9

My PC was being HACKED at 9:42 AM on 6-1-2026 So far I have been able to recover everything but my Adblocker

After realizing what was being done to my PC, I unplugged it to stop the hacker. And I have since been able to recover my program, except for my ad blocker. Before this u… (read more)

After realizing what was being done to my PC, I unplugged it to stop the hacker. And I have since been able to recover my program, except for my ad blocker. Before this unusual encounter, I was using a free ad blocker. I want to restore it to its original status, if possible. Thank you for any help, Leman H Wilson at 7:09 PM 6-3-26

Locked 1 27

Deleting Closed Tabs

Recently found one way to delete closed tab/window record: set both to zero. Please allow users to select a timeframe as well. People may have to restart a computer whi… (read more)

Recently found one way to delete closed tab/window record: set both to zero.

Please allow users to select a timeframe as well. People may have to restart a computer while in private mode, and a set number of tabs/windows cannot cover all possible situations.

Thanks!

Locked 1 9

Unified Folders not working properly, no unified Inbox

This morning I realised I did not have a Unified Sent folder. There was a Sent folder in my list of folders in the Unified Folders section but there were no child folders… (read more)

This morning I realised I did not have a Unified Sent folder. There was a Sent folder in my list of folders in the Unified Folders section but there were no child folders and it was empty when I clicked on it. The Unified Folders for Inbox and Deleted were fine and I could click the arrow and select individual email accounts, it was only the Sent folder which was affected.

I tried numerous things, including clicking on each email account's Sent folder and clicking on 'Repair' and I think this iis what fixed it and now I have child folders in Sent and that seems to be working correctly... BUT now my Unified Inbox has disappeared!!! There is a folder called Inbox in the Unified Folders list but it is empty. If I right-click on it, there is no option to 'choose' any folders. I've tried clicking on each inbox and clicking repair (as this seemed to fix the sent folder issue), but it had no effect. I've renamed my virtualFolder.DAT to virtualFolder.old and I can see a new virtualFolder has been created, nothing has worked. Can anyone please help??

Solved 2

Firefox and IP Addresses

I asked a question last night about whether or not Firefox had an IP Address. Sounded silly, but I was dealing with an unfamiliar IP. I did eventually find apps that loca… (read more)

I asked a question last night about whether or not Firefox had an IP Address. Sounded silly, but I was dealing with an unfamiliar IP. I did eventually find apps that locate IP Addresses. Problem solved . Just want to thank James for taking the time to respond to my question.

Locked 1

How can I view in calendar 7 days on one screen. No matter what I try the last day always falls of.

The Thundebird calendar in month/week view cannot display a full week next to each other. (full width image attached) No matter what I tried. I tried to minimize the left… (read more)

The Thundebird calendar in month/week view cannot display a full week next to each other. (full width image attached) No matter what I tried. I tried to minimize the left panel (left panel minimized image attached). That barely gives me the saturday added. But still no sunday. If I select a specific sunday from the list of events above, then the whole panel moves to the right, thereby hiding the monday (attached image shifted right) I have even tried to decrease the font used

Is there any way to get all 7 days visible? Is there some magic trick to decrease the width of the week/month view. Why is this not a dynamic view? Workweek = 5 days, week = 7 days

Solved 2

Firefox VPN

Hi I'm running Firefox 152.0.1, 64 bit, english version from Italy. From last updates I learned that a built-in VPN is available for users. I looked for it everywhere in … (read more)

Hi I'm running Firefox 152.0.1, 64 bit, english version from Italy. From last updates I learned that a built-in VPN is available for users. I looked for it everywhere in Firefox toolbars and menus, but I cannot find it. Am I stupid or VPN can be unavailable in my local version of Firefox? Thanks!

Solved 5

Firefox reports HEVC unsupported while Chrome can decode the same HEVC streams on the same system

(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:… (read more)

(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?

Solved 9

loading website for BacaPoa.frontsteps.com does not work, now fails ("not secured") . This is business site I have for years.?

Loading website for BacaPoa.frontsteps.com does not work, now fails ("not secured") . This is business site I have for years.? [windows 11] Is the a bypass or override I … (read more)

Loading website for BacaPoa.frontsteps.com does not work, now fails ("not secured") . This is business site I have for years.? [windows 11] Is the a bypass or override I can do? JR

Locked 1 127

"Open links in tab" setting does not work

Hello, I've been using Firefox for several years because of all browsers it's the only one (I know of) that has a setting whether to open links in new tab or in new windo… (read more)

Hello, I've been using Firefox for several years because of all browsers it's the only one (I know of) that has a setting whether to open links in new tab or in new window. I want them opening in tabs. This has been quite alright until last week when I was suddenly shown a message that I was using an old Firefox version and was forced to create a new profile. I did that but ever since then links keep opening in new windows - even though I have found the relevant setting and ticked the box "Open links in tabs instead of new windows". With or without the box ticked, the only way to open links in new tabs is to simultaneously hold Cttrl and click on the link. I've tried all variations of this box and the next two, but no luck. This is really important for me. What am I doing wrong? Thanks!

Solved 11

How do I add the Translate icon to my Toolbar - W10 - please?

How do I add the Translate icon to my Toolbar - W10 - please? If I open the following page in Chrome it automatically translated from German to English. https://www.campe… (read more)

How do I add the Translate icon to my Toolbar - W10 - please?

If I open the following page in Chrome it automatically translated from German to English. https://www.camperprotect.de/p/fahrer-und-beifahrertuerverriegelung-einbruchschutz-2006-2019

I cannot find how to translate it in Firefox. I do not have the Translate icon that is suggested.

Many thanks

Brian

Solved 9

Thunderbird screwed after attempted update.

Hi! I'm hoping you can help me! I use Thunderbird, and have for many years, and I love it. My computer is on its last legs, and I'm trying to save up for a new one, but, … (read more)

Hi! I'm hoping you can help me! I use Thunderbird, and have for many years, and I love it. My computer is on its last legs, and I'm trying to save up for a new one, but, yesterday I did something possibly stupid... (yeah, I know, you NEVER get people asking for help who've done stupid things, so this will be unusual... lol). Anyway... I turned my computer on and got a popup saying that my Thunderbird needs an update and it's been a while since I updated, so I hit OK on the update... Well, my arsehole of a computer chose that exact minute to shit itself and die. When I tried restarting it, my Thunderbird no longer works. Now I have a popup with a big red X that says "The installation seems to be corrupt. Please check your hardware and disk setup and/or re-install." Can you help me? I desperately need to check my email and have one I need to send. I don't know what to do. I've also got YEARS worth of emails sitting in the system, so I can't risk losing them, either. Please help. L.

Solved 3

sync not working on Android

Hello, I actually noticed earlier that, on Android, Firefox was saying the last sync was 11 hours ago. I tried to sync but it didn't do anything, as if the button wasn't … (read more)

Hello,

I actually noticed earlier that, on Android, Firefox was saying the last sync was 11 hours ago. I tried to sync but it didn't do anything, as if the button wasn't there at all. I tried restarting my phone, disconnecting firefox on my phone from my computer, disconnecting firefox on my computer from my phone and all these things did was that, now, it says it had never sync.

I'm a bit lost, I didn't find any solution for that.

Solved 2 3

Thunderbird IMAP on Yahoo mail - how do I ensure that *all* folders, messages and attachments downloaded - with one command???

I'm using Thunderbird 149.02 to make a local copy of all folders, messages and attachments on my yahoo mail account. I don't yet see an obvious way to issue a command to … (read more)

I'm using Thunderbird 149.02 to make a local copy of all folders, messages and attachments on my yahoo mail account. I don't yet see an obvious way to issue a command to Thunderbird to accomplish this.

I'm using export.imap.mail.yahoo.com as the IMAP server as some of the folders have >10000 messages (none have >100000 messages, and there is no significant real-time email arriving to the account while I do this procedure.)

In settings/offline settings I have "automatically follow detected online state" and "download messages for offline use when going offline [yes].

In account settings/synchronization & storage I have Disk space: Synchronize all messages locally regardless of age"; "to recover disk space, old messages can be permanently deleted..." I have "Don't delete any messages" and "Always keep starred messages"

With these settings, I've tried (from the main menu) File -> Offline > Download/Sync now, then "Download and/or sync..." I have selected Mail Messages, and the Select button takes me to a table where I have selected the main account folder and all sub-folders.

With these settings, Thunderbird appears to go through some of the folders and downloads messages from, them, and after a while says there are no new messages (I don't have the specific text, but it ceases interacting with the server". If I repeat the Download/Sync now procedure, it appears to download more messages, will continue for a while, then stop in the same way.

When I compare the size of Thunderbird's local account folder, it appears to grow after each of these iterations, but is (after half dozen cycles through this) has only reached about 2/3 of the total stoage size reported by Yahoo. While I understand the storage mechanisms would differ significantly between yahoo and Thunderbird, I don't believe I've found a single sure-fire way to accomplish what I set out to do in the first place (which is get a complete copy, through IMAP, of all emails, folders and attachments.

What am I missing?

Thanks,

Dave

Solved 4 118