From 87162030406b66c8729f16a3ca7576781041f619 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Wed, 22 Apr 2020 22:20:55 +0200 Subject: [PATCH] Update account --- README.md | 10 +++++----- popup.html | 2 +- version.js | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a32a2e8c..547ab514 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ * [License](#license) ### Installation - [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi)\ - Or first visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases).\ + [Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi)\ + Or first visit the [releases page](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases).\ Here you can also find a limited permissions version (custom sites not working though).\ Install add-on by downloading xpi-file (assets). @@ -259,7 +259,7 @@ When coming across a paywall click the cookie icon to remove the cookies then re _*May not always succeed_ ### New site requests -You can submit a request for a new website [here](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/issues/new). Please read the following instructions and share your results for a quicker process. Remember to check the [previous requests](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/issues?q=is%3Aissue+label%3Aenhancement) before asking for a new website. +You can submit a request for a new website [here](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/issues/new). Please read the following instructions and share your results for a quicker process. Remember to check the [previous requests](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/issues?q=is%3Aissue+label%3Aenhancement) before asking for a new website. 1. Visit an article on the site you want to bypass the paywall for and copy the article title. 2. Open up a new incognito window (Ctrl+Shift+N) and paste the article title into Google. 3. Click on the same article from the Google search results page. Or you can: @@ -279,7 +279,7 @@ Also you can enable Googlebot user-agent or disable Javascript for (sub)domain(s * Make sure the (new) site is checked under Options. ### Changelog-releases -* Visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases). +* Visit the [releases page](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases). ### Pull Requests * PRs are welcome. @@ -288,4 +288,4 @@ Also you can enable Googlebot user-agent or disable Javascript for (sub)domain(s * I am not asking for donations or anything like that, all I ask is that you star this repo. ### License -Bypass Paywalls Clean is [MIT-licensed](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/blob/master/LICENSE). +Bypass Paywalls Clean is [MIT-licensed](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/blob/master/LICENSE). diff --git a/popup.html b/popup.html index 4de50ca2..d8a6efa5 100644 --- a/popup.html +++ b/popup.html @@ -6,7 +6,7 @@
Bypass Paywalls Clean
Options | -GitHub +GitHub
diff --git a/version.js b/version.js index 8c791976..2c381488 100644 --- a/version.js +++ b/version.js @@ -4,7 +4,7 @@ var manifestData = ext_api.runtime.getManifest(); var versionString = 'v' + manifestData.version; document.getElementById('version').innerText = versionString; -const manifest_new = 'https://raw.githubusercontent.com/magnolia1234/bypass-paywalls-firefox-clean/master/manifest.json'; +const manifest_new = 'https://raw.githubusercontent.com/magnolia1234-new/bypass-paywalls-firefox-clean/master/manifest.json'; fetch(manifest_new) .then(response => { if (response.ok) { @@ -15,7 +15,7 @@ fetch(manifest_new) versionString_new.appendChild(document.createTextNode(' | ')); var anchorEl = document.createElement('a'); anchorEl.text = 'New release v' + version_new; - anchorEl.href = 'https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases'; + anchorEl.href = 'https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases'; anchorEl.target = '_blank'; versionString_new.appendChild(anchorEl); }