From e6b8fd73d1eb12fc5fbd63de0f1fbb1d55ae38a3 Mon Sep 17 00:00:00 2001 From: nur Date: Mon, 23 Apr 2018 10:14:28 +0300 Subject: Add TheMarker support towards upcoming paywall --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a06be2c..f02eed2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,14 @@ "name": "Free Haaretz", "version": "0.9.4", "manifest_version": 2, - "description": "A nefarious extension that easily bypasses the Haaretz paywall", + "description": "A nefarious extension that easily bypasses the Haaretz-TheMarker paywall", "homepage_url": "https://github.com/yuvadm/free-haaretz", "background": { "scripts": ["free_haaretz.js"], "persistent": true }, "content_scripts": [{ - "matches": ["*://*.haaretz.co.il/*"], + "matches": ["*://*.haaretz.co.il/*", "*://*.themarker.com/*"], "css": ["free_haaretz.css"] }], "permissions": [ @@ -17,6 +17,7 @@ "webRequest", "webRequestBlocking", "*://*.haaretz.co.il/", - "*://*.haaretz.com/" + "*://*.haaretz.com/", + "*://*.themarker.com/" ] } -- cgit v1.3.1