From 6a39d47b5d4f64e27dac4cca7650960f822aad7d Mon Sep 17 00:00:00 2001 From: Krisztian Balla Date: Sun, 27 Oct 2024 11:58:19 +0100 Subject: [PATCH] Bump version --- README.md | 4 +++- manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4461cd..4c177f1 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,7 @@ Currently only available for Firefox: https://addons.mozilla.org/en-US/firefox/a If the extension doesn't seem to work for you please try the following before opening an [issue ticket](https://github.com/krisztianb/seekingalpha-paywall-remover/issues): * Make sure you have the latest version of the extension installed (you can use the URL `about:addons` in Firefox) -* Delete all seekingalpha.com cookies in your browser (key combination Ctrl + Alt + Del) * Reload the page while holding down the SHIFT button (= reload ignoring cached content) +* Try reloading the page after the paywall is visible. Repeat this multiple times. It is a known issue that the + extension often fails to detect the loading of the paywall correctly and therefore can't remove it. + Until this issue has been fixed please reload the page at least 10 times before reporting a bug. Thanks. diff --git a/manifest.json b/manifest.json index 1d7dfcd..e435d9a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Seeking Alpha Paywall Remover", - "version": "1.11", + "version": "1.12", "description": "Removes the paywall from news and article pages on the seekingalpha.com website", "icons": { "48": "icons/48x48.png",