Fix Harvard Business Review (js)

merge-requests/16/head
magnolia1234 10 months ago
parent 705f6eba48
commit ee3e5d022d

@ -45,7 +45,7 @@ Add-on was removed by Mozilla from [add-on store (AMO)](https://addons.mozilla.o
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.\
* 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

@ -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
Fix Harvard Business Review (js)
Fix Stylist.co.uk (css)
* v3.2.8.0 (2023-08-06)

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.2.8.1"
"version": "3.2.8.2"
}

@ -777,5 +777,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.2.8.1"
"version": "3.2.8.2"
}

@ -969,9 +969,9 @@ var defaultSites = {
domain: "harpers.org",
block_regex: /\/harpers\.org\/wp-content\/themes\/timber\/static\/js\/modal.+\.js/
},
"Harvard Business Review": {
"Harvard Business Review (do not block TinyPass-script externally)": {
domain: "hbr.org",
block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
block_regex: /cdn\.cxense\.com\//
},
"Harvard Business Review China": {
domain: "hbrchina.org",
@ -2510,7 +2510,7 @@ var defaultSites = {
domain: "piano.io",
allow_cookies: 1,
block_regex_general: /\.piano\.io\/xbuilder\/experience\/execute/,
excluded_domains: ["piano.io", "asia.nikkei.com", "japantimes.co.jp", "kurier.at", "onet.pl"]
excluded_domains: ["piano.io", "asia.nikkei.com", "hbr.org", "japantimes.co.jp", "kurier.at", "onet.pl"]
},
"Pico.tools": {
domain: "pico.tools",

@ -102,6 +102,11 @@
"useragent": "facebookbot",
"upd_version": "3.0.8.3"
},
"Harvard Business Review": {
"domain": "hbr.org",
"block_regex": "cdn\\.cxense\\.com",
"upd_version": "3.2.8.2"
},
"Mannheimer Morgen": {
"domain": "mannheimer-morgen.de",
"allow_cookies": 1,
@ -120,6 +125,13 @@
"ld_json": "div.offerlist-wrapper|div.article-body|1",
"upd_version": "3.2.6.0"
},
"Piano.io (+ TinyPass)": {
"domain": "piano.io",
"allow_cookies": 1,
"block_regex_general": "\\.piano\\.io\\/xbuilder\\/experience\\/execute",
"excluded_domains": ["piano.io", "asia.nikkei.com", "hbr.org", "japantimes.co.jp", "kurier.at", "onet.pl"],
"upd_version": "3.2.8.2"
},
"Schwarzwälder Bote": {
"domain": "schwarzwaelder-bote.de",
"allow_cookies": 1,

@ -2,8 +2,8 @@
"addons": {
"magnolia@12.34": {
"updates": [
{ "version": "3.2.7.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.7.0.xpi" }
{ "version": "3.2.8.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.8.0.xpi" }
]
}
}

Loading…
Cancel
Save