diff options
| author | Yuval Adam <_@yuv.al> | 2018-05-15 11:42:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-05-15 11:42:57 +0300 |
| commit | ca8ac8f55a50b186daa7b9f07df6dee1af7f10c1 (patch) | |
| tree | c7f1eec0aa4875fa759e92f65676c5a20f1381df | |
| parent | 96298742143293a3d15c81fe5006b5d2b3dd78b7 (diff) | |
Fix TheMarker blockingv0.9.6
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | free_haaretz.js | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -10,7 +10,7 @@ Installation has to be done manually. I'm not interested in distributing this ex ### Firefox - 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.5/free-haaretz.xpi) + 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.6/free-haaretz.xpi) 2. Firefox should automatically identify the XPI file and request permission to install it. @@ -18,7 +18,7 @@ Installation has to be done manually. I'm not interested in distributing this ex ### Chrome / Chromium - 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.5/free-haaretz.zip) + 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.6/free-haaretz.zip) 2. Unzip the file. diff --git a/free_haaretz.js b/free_haaretz.js index 58ee7a5..88766b4 100644 --- a/free_haaretz.js +++ b/free_haaretz.js @@ -11,6 +11,7 @@ chrome.webRequest.onBeforeRequest.addListener( urls: [ '*://*.haaretz.co.il/*', '*://*.haaretz.com/*', + '*://*.themarker.com/*', ] }, [ @@ -35,6 +36,7 @@ chrome.webRequest.onBeforeSendHeaders.addListener( urls: [ '*://*.haaretz.co.il/*', '*://*.haaretz.com/*', + '*://*.themarker.com/*', ] }, [ diff --git a/manifest.json b/manifest.json index ee67c7f..92963d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Free Haaretz", - "version": "0.9.5", + "version": "0.9.6", "manifest_version": 2, "description": "A nefarious extension that easily bypasses the Haaretz / TheMarker paywall", "homepage_url": "https://github.com/yuvadm/free-haaretz", |
