summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--free_haaretz.js2
-rw-r--r--manifest.json2
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",