From 32f965b7ee3be408fdc2846f3168f37941ebaf2f Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Wed, 10 May 2023 08:39:46 +0200 Subject: [PATCH] Add Monocle (UK) --- README.md | 7 ++++--- changelog.txt | 1 + custom/manifest.json | 2 +- manifest.json | 3 ++- sites.js | 4 ++++ sites_updated.json | 4 ++++ 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 462b4b4..e9721d1 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ You can also check for update of site rules at startup (opt-in); only available For new sites you also have to opt-in to custom sites/request permissions for new domains (or wait for new release). ### Android -Add-on was removed by Mozilla from add-on store.\ +Add-on was removed by Mozilla from add-on store (amo).\ Current installations (by custom collection in Firefox Beta/Nightly or Firefox-clone) will stay active, but with no more updates. There is still an elaborate workaround for regular Firefox (or Beta/Clone) though: -* install an old version of Firefox (like v68.11.0 from [archive.mozilla.org](https://archive.mozilla.org/pub/mobile/releases/68.11.0/) or [apkmirror.com](https://www.apkmirror.com/apk/mozilla/firefox/firefox-68-11-0-release/)); first you have to remove your current Firefox app -for the add-on you can also use Firefox Beta or a Firefox clone like [Fennec F-Droid](https://f-droid.org/packages/org.mozilla.fennec_fdroid) where you can [set a custom add-on collection](https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly); again first install an old version of [Firefox Beta v68.7](https://www.apkmirror.com/apk/mozilla/firefox-beta/firefox-beta-68-7-release/) or [Fennec F-droid v68.11.0](https://www.apkmirror.com/apk/mozilla/fennec-f-droid/fennec-f-droid-68-11-0-release) +* install an old version of Firefox (like v68.11.0 from [archive.mozilla.org](https://archive.mozilla.org/pub/mobile/releases/68.11.0/) or [apkmirror.com](https://www.apkmirror.com/apk/mozilla/firefox/firefox-68-11-0-release/)); first you have to remove your current Firefox app.\ +Specifically for the add-on you can also use Firefox Beta or a Firefox clone like [Fennec F-Droid](https://f-droid.org/packages/org.mozilla.fennec_fdroid) where you can [set a custom add-on collection](https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly) (for amo-listed add-ons); again first install an old version of [Firefox Beta v68.7](https://www.apkmirror.com/apk/mozilla/firefox-beta/firefox-beta-68-7-release/) or [Fennec F-droid v68.11.0](https://www.apkmirror.com/apk/mozilla/fennec-f-droid/fennec-f-droid-68-11-0-release) * download add-on's xpi-file (custom version if you want to use custom sites) from [releases](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases) and install/open in Firefox * now you can update Firefox to the latest version * add-on will stay active & automatically updates to the latest version @@ -410,6 +410,7 @@ Grouped in options:\ [Investors' Chronicle](https://www.investorschronicle.co.uk) - [Irish Independent](https://www.independent.ie) - [London Review of Books](https://www.lrb.co.uk) - +[Monocle](https://monocle.com) - [New Left Review](https://newleftreview.org) - [Private Equity News](https://www.penews.com) - [Prospect Magazine](https://www.prospectmagazine.co.uk) - diff --git a/changelog.txt b/changelog.txt index 543f6ef..462407f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release +Add Monocle (UK) Fix Advance Local (no amp) * v3.1.7.3 (2023-05-08) diff --git a/custom/manifest.json b/custom/manifest.json index d421081..a51199f 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.1.7.4" + "version": "3.1.7.5" } diff --git a/manifest.json b/manifest.json index 18d401f..e1e938b 100644 --- a/manifest.json +++ b/manifest.json @@ -433,6 +433,7 @@ "*://*.mlive.com/*", "*://*.modernhealthcare.com/*", "*://*.monacomatin.mc/*", + "*://*.monocle.com/*", "*://*.morgenpost.de/*", "*://*.muensterschezeitung.de/*", "*://*.mundodeportivo.com/*", @@ -754,5 +755,5 @@ "*://html.onlineviewer.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.1.7.4" + "version": "3.1.7.5" } diff --git a/sites.js b/sites.js index 0914cf9..d6721b8 100644 --- a/sites.js +++ b/sites.js @@ -1370,6 +1370,10 @@ var defaultSites = { allow_cookies: 1, block_regex: /cdn\.ampproject\.org\/v\d\/amp-(access|subscriptions)-.+\.js/ }, + "Monocle": { + domain: "monocle.com", + useragent: "googlebot" + }, "Mountain View Voice": { domain: "mv-voice.com" }, diff --git a/sites_updated.json b/sites_updated.json index bc858f6..15cd386 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -20,6 +20,10 @@ "allow_cookies": 1, "block_regex": "\\/ev\\.lavanguardia\\.com" }, + "Monocle": { + "domain": "monocle.com", + "useragent": "googlebot" + }, "The New York Times": { "domain": "nytimes.com", "allow_cookies": 1,