From 1de3594900b646242a7ff9a7bcbe3163eb2fba0a Mon Sep 17 00:00:00 2001 From: noam-r Date: Sun, 30 Apr 2017 16:55:20 +0300 Subject: Support all HTTP/S URLs --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index ce05e38..ccd4647 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "version": "0.9.3", "manifest_version": 2, "description": "A nefarious extension that easily bypasses the Haaretz paywall", - "homepage_url": "http://github.com/yuvadm/free-haaretz", + "homepage_url": "https://github.com/yuvadm/free-haaretz", "background": { "scripts": ["free_haaretz.js"], "persistent": true @@ -16,7 +16,7 @@ "contentSettings", "webRequest", "webRequestBlocking", - "http://*.haaretz.co.il/", - "http://*.haaretz.com/" + "*://*.haaretz.co.il/", + "*://*.haaretz.com/" ] } -- cgit v1.3.1 From beb5fe77208c3cb2aaae86f2b4ae33be13557e55 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 30 Apr 2017 16:59:28 +0300 Subject: Bump version to v0.9.4 and attempt less ZIP compression --- Makefile | 2 +- README.md | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'manifest.json') diff --git a/Makefile b/Makefile index 956c017..f108884 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ bump: sed -i 's/$(from)/$(to)/g' * package: - zip -r $(FILENAME).zip * + zip -0 -r $(FILENAME).zip * cp $(FILENAME).zip $(FILENAME)-unsigned.xpi clean: diff --git a/README.md b/README.md index 14b41c2..e757cbe 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.3/free-haaretz.xpi) + 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.4/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.3/free-haaretz.zip) + 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.4/free-haaretz.zip) 2. Unzip the file. diff --git a/manifest.json b/manifest.json index ccd4647..a06be2c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Free Haaretz", - "version": "0.9.3", + "version": "0.9.4", "manifest_version": 2, "description": "A nefarious extension that easily bypasses the Haaretz paywall", "homepage_url": "https://github.com/yuvadm/free-haaretz", -- cgit v1.3.1 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(-) (limited to 'manifest.json') 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 From 96298742143293a3d15c81fe5006b5d2b3dd78b7 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 13 May 2018 14:23:18 +0200 Subject: Cleanup and bump version --- README.md | 4 ++-- free_haaretz.css | 2 +- manifest.json | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'manifest.json') diff --git a/README.md b/README.md index e757cbe..b910c4e 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.4/free-haaretz.xpi) + 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.5/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.4/free-haaretz.zip) + 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/releases/download/v0.9.5/free-haaretz.zip) 2. Unzip the file. diff --git a/free_haaretz.css b/free_haaretz.css index 2329aa5..a2ffe9d 100644 --- a/free_haaretz.css +++ b/free_haaretz.css @@ -3,4 +3,4 @@ section#header-reading-list { } section#header-user-menu { display: none; -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index f02eed2..ee67c7f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,18 @@ { "name": "Free Haaretz", - "version": "0.9.4", + "version": "0.9.5", "manifest_version": 2, - "description": "A nefarious extension that easily bypasses the Haaretz-TheMarker 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/*", "*://*.themarker.com/*"], + "matches": [ + "*://*.haaretz.co.il/*", + "*://*.themarker.com/*" + ], "css": ["free_haaretz.css"] }], "permissions": [ -- cgit v1.3.1 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(-) (limited to 'manifest.json') 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