diff options
| author | Yuval Adam <_@yuv.al> | 2018-05-13 14:23:18 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-05-13 14:24:14 +0200 |
| commit | 96298742143293a3d15c81fe5006b5d2b3dd78b7 (patch) | |
| tree | 7a58eb4267e7f9926f02eaeb0fa8c21e38d50762 | |
| parent | e6b8fd73d1eb12fc5fbd63de0f1fbb1d55ae38a3 (diff) | |
Cleanup and bump versionv0.9.5
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | free_haaretz.css | 2 | ||||
| -rw-r--r-- | manifest.json | 9 |
3 files changed, 9 insertions, 6 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.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": [ |
