Microsoft Edge is ending support for the Manifest V2 extensions platform, which will cut off the uBlock Origin adblocker and others like it, just like Google Chrome did earlier this year. According to Microsoft, there are only 58 extensions on the Edge Add-On Store “with any meaningful usage” that still use MV2, and only three […]



No other top comments required. Edge is just Explorer 2.0. How else are you going to download FireFox if Firefox isn’t installed?
Winget
Easy. Use PowerShell:
Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "$env:TEMP\FirefoxSetup.exe"; Start-Process -FilePath "$env:TEMP\FirefoxSetup.exe" -ArgumentList "/S" -Wait; Remove-Item "$env:TEMP\FirefoxSetup.exe"and people make fun of linux users
deleted by creator