diff --git a/CleanFlashCommon/UpdateChecker.cs b/CleanFlashCommon/UpdateChecker.cs index e9a10a8..d75e33e 100644 --- a/CleanFlashCommon/UpdateChecker.cs +++ b/CleanFlashCommon/UpdateChecker.cs @@ -40,6 +40,7 @@ namespace CleanFlashCommon { public static string GetAPILink() { return "https://api.github.com/repos/" + AUTHOR + "/" + REPO + "/releases/latest"; + // obsolete, todo: switch to new api } public static string GetFlashVersion() { diff --git a/CleanFlashInstaller/InstallForm.cs b/CleanFlashInstaller/InstallForm.cs index 4995e81..cbfdc9d 100644 --- a/CleanFlashInstaller/InstallForm.cs +++ b/CleanFlashInstaller/InstallForm.cs @@ -8,11 +8,8 @@ using System.Windows.Forms; namespace CleanFlashInstaller { public partial class InstallForm : Form, IProgressForm { private static string COMPLETE_INSTALL_TEXT = @"Clean Flash Player has been successfully installed! -Don't forget, Flash Player is no longer compatible with new browsers. We recommend using: - • Older Google Chrome ≤ 87 - • Older Mozilla Firefox ≤ 84 or Waterfox - -For Flash Player updates, check out Clean Flash Player's website!"; +Don't forget, Flash Player is no longer compatible with new browsers. +For browser recommendations and Flash Player updates, check out Clean Flash Player's website!"; private static string COMPLETE_UNINSTALL_TEXT = @" All versions of Flash Player have been successfully uninstalled. @@ -286,7 +283,7 @@ If you ever change your mind, check out Clean Flash Player's website!"; if (e.Link.Start == 212) { Process.Start("https://classic.waterfox.net"); } else { - Process.Start("https://cleanflash.github.io"); + Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player"); } } diff --git a/CleanFlashInstaller/Properties/Resources.resx b/CleanFlashInstaller/Properties/Resources.resx index 3c704da..f4c43f3 100644 --- a/CleanFlashInstaller/Properties/Resources.resx +++ b/CleanFlashInstaller/Properties/Resources.resx @@ -130,11 +130,11 @@ [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Clean Flash Player] "DisplayName"="Clean Flash Player ${VERSION}" -"HelpLink"="https://cleanflash.github.io" +"HelpLink"="https://gitlab.com/cleanflash/installer#clean-flash-player" "NoModify"=dword:00000001 "NoRepair"=dword:00000001 -"URLInfoAbout"="https://cleanflash.github.io" -"URLUpdateInfo"="https://cleanflash.github.io" +"URLInfoAbout"="https://gitlab.com/cleanflash/installer#clean-flash-player" +"URLUpdateInfo"="https://gitlab.com/cleanflash/installer#clean-flash-player" "VersionMajor"=dword:00000022 "VersionMinor"=dword:00000000 "Publisher"="CleanFlash Team" diff --git a/CleanFlashUninstaller/UninstallForm.cs b/CleanFlashUninstaller/UninstallForm.cs index ad8b032..a24f18d 100644 --- a/CleanFlashUninstaller/UninstallForm.cs +++ b/CleanFlashUninstaller/UninstallForm.cs @@ -117,7 +117,7 @@ namespace CleanFlashUninstaller { if (e.Link.Start == 212) { Process.Start("https://classic.waterfox.net"); } else { - Process.Start("https://cleanflash.github.io"); + Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player"); } } diff --git a/README.md b/README.md index 9607612..b8ace38 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,27 @@ To keep using Flash Player on **Mozilla Firefox**, install [**Waterfox Classic** **Internet Explorer** still supports Flash Player on Windows 10. +
Alternatives + +- Cent Browser 4.3.9.248 [(link)](https://static.centbrowser.com/win_stable/4.3.9.248/) +- Chromium 88.0.4285.0 +[Link](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html): specify your platform and select/enter 814251 +- [Basilisk](https://www.basilisk-browser.org/) +- [Otter Browser](https://otter-browser.org/) +- Portable old browser versions [(guide)](https://www.raymond.cc/blog/how-to-enable-flash-support-in-firefox-portable/) +- roytam's XP-compatible browser builds [(link)](http://rtfreesoft.blogspot.com/) + +
+ ## Usage - Make sure you have a compatible browser to use Flash Player with - Download the latest version from [GitLab](https://gitlab.com/cleanflash/installer/-/releases) -- Extract the installer and run it +- Launch installer - Accept the disclaimer - Choose which browser plugins to install - Choose to install the standalone projector or not +- Choose to install the debug build or not - Close all browser windows, or let the installer close them for you - Press the "Install" button and wait for Flash Player to install - Enjoy using Flash Player!