From 3ab8b791245cedaa39674f049f619a5e9354e7fa Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Thu, 15 Apr 2021 18:32:12 +0200 Subject: [PATCH] Add Reuters --- README.md | 1 + background.js | 2 ++ changelog.txt | 1 + manifest.json | 3 ++- sites.js | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6423fd..552ec6c 100755 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ _* free articles only._ [Inkl](https://www.inkl.com) - [National Review](https://www.nationalreview.com) - [Newsweek](https://www.newsweek.com) - +[Reuters](https://www.reuters.com) - [Stratfor](https://stratfor.com) - [The American Interest](https://www.the-american-interest.com) - [The Atlantic](https://www.theatlantic.com) - diff --git a/background.js b/background.js index 1c44cb5..a7a9b6a 100755 --- a/background.js +++ b/background.js @@ -122,6 +122,7 @@ var allow_cookies_default = [ 'prospectmagazine.co.uk', 'quotidiano.net', 'quora.com', + 'reuters.com', 'rhein-zeitung.de', 'rheinpfalz.de', 'rollingstone.com', @@ -345,6 +346,7 @@ var blockedRegexes = { 'observador.pt': /\.tinypass\.com\//, 'parismatch.com': /\.poool\.fr\//, 'quotidiano.net': /\.tinypass\.com\//, + 'reuters.com': /\.reuters\.com\/arc\/subs\/p\.min\.js/, 'rollingstone.com': /cdn\.cxense\.com\//, 'ruhrnachrichten.de': /\.tinypass\.com\//, 'saechsische.de': /\.tinypass\.com\//, diff --git a/changelog.txt b/changelog.txt index 8b953d1..61c6287 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Add Reuters Fix-update The Diplomat (magazine) * v2.1.6.1 (2021-04-12) diff --git a/manifest.json b/manifest.json index 356ace1..8632f09 100755 --- a/manifest.json +++ b/manifest.json @@ -340,6 +340,7 @@ "*://*.repubblica.it/*", "*://*.republic.ru/*", "*://*.republicain-lorrain.fr/*", + "*://*.reuters.com/*", "*://*.rhein-zeitung.de/*", "*://*.rheinpfalz.de/*", "*://*.rollingstone.com/*", @@ -489,5 +490,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.1.6.2" + "version": "2.1.6.3" } \ No newline at end of file diff --git a/sites.js b/sites.js index 15b296e..8a7070c 100755 --- a/sites.js +++ b/sites.js @@ -198,6 +198,7 @@ var defaultSites = "Quora": "quora.com", "Quotidiano.net": "quotidiano.net", "Republic.ru": "republic.ru", + "Reuters": "reuters.com", "Rolling Stone": "rollingstone.com", "Ruhr Nachrichten": "ruhrnachrichten.de", "Sächsische Zeitung": "saechsische.de",