diff --git a/README.md b/README.md index 32c8195..17ed2c3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,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 7584c30..60b96ab 100644 --- a/background.js +++ b/background.js @@ -35,6 +35,7 @@ var defaultSites = { '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', @@ -227,4 +228,4 @@ browser.webRequest.onCompleted.addListener(function(details) { } }, { urls: [""] -}); \ No newline at end of file +}); diff --git a/changelog.txt b/changelog.txt index ba8df30..66ad3a9 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) @@ -51,6 +52,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 98b4520..5405373 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,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 866dcca..23f3661 100644 --- a/options.js +++ b/options.js @@ -33,6 +33,7 @@ var defaultSites = { '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/popup.html b/popup.html index 40bcc87..d747e8b 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