diff --git a/README.md b/README.md index f81ac2f..9dbb41a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ The New Yorker (newyorker.com)\ OrlandoSentinel (orlandosentinel.com)\ Quora (quora.com)\ SunSentinel (sun-sentinel.com)\ +TheMarker (themarker.com)\ The Seattle Times (seattletimes.com)\ The Sydney Morning Herald (smh.com.au)\ The Washington Post (washingtonpost.com)\ diff --git a/background.js b/background.js index 494da30..0be4b3d 100644 --- a/background.js +++ b/background.js @@ -15,6 +15,7 @@ var defaultSites = { 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', 'Haaretz English': 'haaretz.com', + 'TheMarker': 'themarker.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', diff --git a/changelog.txt b/changelog.txt index e32398b..d8adc29 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-05-20 v1.2.6: Added TheMarker (themarker.com) 2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com) 2018-05-10 v1.2.4: Fixed redirect issue 2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com) @@ -50,6 +51,7 @@ The New Yorker (newyorker.com) OrlandoSentinel (orlandosentinel.com) Quora (quora.com) SunSentinel (sun-sentinel.com) +TheMarker (themarker.com) The Seattle Times (seattletimes.com) The Sydney Morning Herald (smh.com.au) The Washington Post (washingtonpost.com) diff --git a/manifest.json b/manifest.json index 066d314..40880a9 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.5" + "version": "1.2.6" } diff --git a/options.js b/options.js index cfd786e..b8f412c 100644 --- a/options.js +++ b/options.js @@ -13,6 +13,7 @@ var defaultSites = { 'Glassdoor': 'glassdoor.com', 'Haaretz': 'haaretz.co.il', 'Haaretz English': 'haaretz.com', + 'TheMarker': 'themarker.com', 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', diff --git a/popup.html b/popup.html index 46a93ec..965a832 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.5 by Adam +
Bypass Paywalls v1.2.6 by Adam
Options