You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of Game2Text doesn't work with Edge (Chromium). It should easily fixable as it's basically just Chrome. I'm guessing changing IE.HTTP from this line to MSEdgeHTM might be enough.
Additionally, we will be ending support for the legacy version of the Microsoft Edge desktop app on March 9, 2021, in favor of the new Microsoft Edge. This means that the legacy version of the desktop app will no longer receive security updates.
Though if for some reason you'd like to keep the support for the legacy version anyway, I would just change the name used in the config to legacy_edge and keep the name edge for the new Chromium version.
Tested on:
Edge Version 91.0.864.37 (Official build) (64-bit)
Windows 10 Pro 20H2 19042.985
The text was updated successfully, but these errors were encountered:
It is.
Also the registry key ProgId in Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice is MSEdgeHTM.
Current version of Game2Text doesn't work with Edge (Chromium). It should easily fixable as it's basically just Chrome. I'm guessing changing
IE.HTTP
from this line toMSEdgeHTM
might be enough.I'm also proposing dropping support for the Legacy Edge completely as it's not supported anymore anyway:
Though if for some reason you'd like to keep the support for the legacy version anyway, I would just change the name used in the config to
legacy_edge
and keep the nameedge
for the new Chromium version.Tested on:
The text was updated successfully, but these errors were encountered: