diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-04-04 00:03:59 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-04-04 00:03:59 +0300 |
| commit | 763d8bc21c19edef90f0d0dd3962f80f918793d7 (patch) | |
| tree | 86fb9f880f9a1eb9813cf0c8f041f5c189ab4fc5 | |
| parent | bcc864f3ff2487b880ee66dd4e8decbcec7a03c9 (diff) | |
Add dist/ artifacts, remove old READMEs and update README
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | chrome/README.md | 33 | ||||
| -rw-r--r-- | dist/free-haaretz.xpi (renamed from firefox/free-haaretz.xpi) | bin | 7298 -> 7298 bytes | |||
| -rw-r--r-- | dist/free-haaretz.zip | bin | 0 -> 2022 bytes | |||
| -rw-r--r-- | firefox/README.md | 28 |
5 files changed, 2 insertions, 63 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/raw/master/free-haaretz.xpi) + 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz/raw/master/dist/free-haaretz.xpi) 2. Go to the `Tools > Add-ons` menu @@ -24,7 +24,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/archive/master.zip), also located on the right side bar. + 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/raw/master/dist/free-haaretz.zip), also located on the right side bar. 2. Unzip the file. diff --git a/chrome/README.md b/chrome/README.md deleted file mode 100644 index c6c7c07..0000000 --- a/chrome/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Free Haaretz - -A nefarious Chrome extension that easily bypasses the Haaretz paywall. - -If things aren't working as expected, make sure to reinstall (update) the extension from time to time, to make sure you have the latest code. - -(Looking for the [Firefox version](https://github.com/yuvadm/free-haaretz-ff)?) - -## Install - -This extension can't be installed via the Google App Store since I couldn't care less about paying $5.00 and registering to work with it. - -You can follow these steps to install manually: - - 1. Download the [extension ZIP file](https://github.com/yuvadm/free-haaretz/archive/master.zip), also located on the right side bar. - - 2. Unzip the file. - - 3. In Google Chrome (or Chromium), in the address bar go to [chrome://extensions](chrome://extensions) - - 4. In the top right corner, click to enable **Developer Mode**. - - 5. Click the **Load unpacked extension** button. - - 6. Navigate to the folder you unziped your code to, and select it. - - 7. The **FreeHaaretz** extension should now be loaded - -## License - -This code is in the Public Domain, do whatever you want with it, I'm not responsible. - - diff --git a/firefox/free-haaretz.xpi b/dist/free-haaretz.xpi Binary files differindex cf67f4b..cf67f4b 100644 --- a/firefox/free-haaretz.xpi +++ b/dist/free-haaretz.xpi diff --git a/dist/free-haaretz.zip b/dist/free-haaretz.zip Binary files differnew file mode 100644 index 0000000..f353ace --- /dev/null +++ b/dist/free-haaretz.zip diff --git a/firefox/README.md b/firefox/README.md deleted file mode 100644 index f8953d2..0000000 --- a/firefox/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# Free Haaretz (Firefox Edition) - -A nefarious Firefox add-on that easily bypasses the Haaretz paywall. - -If things aren't working as expected, make sure to reinstall (update) the add-on from time to time, to make sure you have the latest code. - -(Looking for the [Chrome version](https://github.com/yuvadm/free-haaretz)?) - -## Install - - 1. Download the [add-on XPI file](https://github.com/yuvadm/free-haaretz-ff/raw/master/free-haaretz.xpi) - - 2. Go to the `Tools > Add-ons` menu - - 3. Click the ⚙ button on the top - - 4. Choose `Install Add-on From File` - - 5. Select the XPI file you downloaded - - 6. Click `Install Now` - - -## License - -This code is in the Public Domain, do whatever you want with it, I'm not responsible. - - |
