From ca8ac8f55a50b186daa7b9f07df6dee1af7f10c1 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 15 May 2018 11:42:57 +0300 Subject: Fix TheMarker blocking --- README.md | 4 ++-- free_haaretz.js | 2 ++ manifest.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b910c4e..a0cd998 100644 --- a/README.md +++ b/README.md @@ -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", -- cgit v1.3.1