mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:11:56 +01:00
Fix LeParisien.fr (amp-redirect)
This commit is contained in:
parent
6be3abb724
commit
a8a00eccd8
6 changed files with 11 additions and 7 deletions
|
@ -7,6 +7,7 @@ Add 3 more Hearst newspapers
|
|||
Add Ikz-online.de (Funke)
|
||||
Remove Braunschweiger-zeitung.de (Funke; fix obsolete)
|
||||
Fix Freitag.de (text-break)
|
||||
Fix LeParisien.fr (amp-redirect)
|
||||
Fix NzHerald (xhr)
|
||||
|
||||
* v3.4.4.0 (2023-11-26)
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.4.4.2"
|
||||
"version": "3.4.4.3"
|
||||
}
|
||||
|
|
|
@ -824,5 +824,5 @@
|
|||
"*://*.wyleex.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.4.4.2"
|
||||
"version": "3.4.4.3"
|
||||
}
|
||||
|
|
4
sites.js
4
sites.js
|
@ -1390,9 +1390,7 @@ var defaultSites = {
|
|||
},
|
||||
"Le Parisien": {
|
||||
domain: "leparisien.fr",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.tinypass\.com\//,
|
||||
useragent: "googlebot"
|
||||
allow_cookies: 1
|
||||
},
|
||||
"Le Point": {
|
||||
domain: "lepoint.fr",
|
||||
|
|
|
@ -56,6 +56,11 @@
|
|||
"ld_json_url": "div.emoxie-pay-wall|div.restricted-content",
|
||||
"upd_version": "3.4.3.6"
|
||||
},
|
||||
"Le Parisien": {
|
||||
"domain": "leparisien.fr",
|
||||
"allow_cookies": 1,
|
||||
"upd_version": "3.4.4.3"
|
||||
},
|
||||
"Profil.at": {
|
||||
"domain": "profil.at",
|
||||
"allow_cookies": 1,
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"addons": {
|
||||
"magnolia@12.34": {
|
||||
"updates": [
|
||||
{ "version": "3.4.3.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.4.3.0.xpi" }
|
||||
{ "version": "3.4.4.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.4.4.0.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue