Re: Chromium Edge WebGadget
Posted: Thu Apr 21, 2022 10:20 pm
Hi ricardo,
The routine to check browser version is a simple PowerShell command.
Instead of removing the Procedure or trying to figure out the issue, I've added a command-line parameter to ignore the version check...
Please download the latest free package with the most recent updates (includes numerous improvements).
- since moving to SSE, my Cloudflare Workers script was no longer required to bypass CORS
Instead of double-clicking the executables, use one of the following options with the IgnoreVersion parameter (case insensitive).
- execute the file from the Windows Run dialog
- execute the file from a Command Prompt
- execute the file from a Shortcut
NB*: Free executables (x86/x64) can be downloaded from My PureBasic Stuff; see FREE STUFF.
The routine to check browser version is a simple PowerShell command.
Code: Select all
(Get-AppxPackage -Name "Microsoft.MicrosoftEdge.Stable").Version
Please download the latest free package with the most recent updates (includes numerous improvements).
- since moving to SSE, my Cloudflare Workers script was no longer required to bypass CORS
Instead of double-clicking the executables, use one of the following options with the IgnoreVersion parameter (case insensitive).
- execute the file from the Windows Run dialog
- execute the file from a Command Prompt
- execute the file from a Shortcut
NB*: Free executables (x86/x64) can be downloaded from My PureBasic Stuff; see FREE STUFF.