From 763d8bc21c19edef90f0d0dd3962f80f918793d7 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 4 Apr 2016 00:03:59 +0300 Subject: Add dist/ artifacts, remove old READMEs and update README --- README.md | 4 ++-- chrome/README.md | 33 --------------------------------- dist/free-haaretz.xpi | Bin 0 -> 7298 bytes dist/free-haaretz.zip | Bin 0 -> 2022 bytes firefox/README.md | 28 ---------------------------- firefox/free-haaretz.xpi | Bin 7298 -> 0 bytes 6 files changed, 2 insertions(+), 63 deletions(-) delete mode 100644 chrome/README.md create mode 100644 dist/free-haaretz.xpi create mode 100644 dist/free-haaretz.zip delete mode 100644 firefox/README.md delete mode 100644 firefox/free-haaretz.xpi diff --git a/README.md b/README.md index ebee555..68a0cfb 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/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. - -![Public Domain](https://i.creativecommons.org/p/mark/1.0/88x31.png) diff --git a/dist/free-haaretz.xpi b/dist/free-haaretz.xpi new file mode 100644 index 0000000..cf67f4b Binary files /dev/null and b/dist/free-haaretz.xpi differ diff --git a/dist/free-haaretz.zip b/dist/free-haaretz.zip new file mode 100644 index 0000000..f353ace Binary files /dev/null and b/dist/free-haaretz.zip differ 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. - -![Public Domain](https://i.creativecommons.org/p/mark/1.0/88x31.png) diff --git a/firefox/free-haaretz.xpi b/firefox/free-haaretz.xpi deleted file mode 100644 index cf67f4b..0000000 Binary files a/firefox/free-haaretz.xpi and /dev/null differ -- cgit v1.3.1