mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:11:56 +01:00
Fix ESPN USA
This commit is contained in:
parent
0cb1ff04ba
commit
1ce6026d06
5 changed files with 10 additions and 4 deletions
|
@ -12,7 +12,7 @@ if (typeof ext_api.action !== 'object') {
|
|||
ext_api.action = ext_api.browserAction;
|
||||
}
|
||||
|
||||
const dompurify_sites = ['arcinfo.ch', 'belfasttelegraph.co.uk', 'bloomberg.com', 'cicero.de', 'citywire.com', 'dn.no', 'ilmanifesto.it', 'inc42.com', 'independent.ie', 'ipolitics.ca', 'italiaoggi.it', 'jacobin.de', 'lecourrierdesstrateges.fr', 'lepoint.fr', 'lesechos.fr', 'marianne.net', 'newleftreview.org', 'newscientist.com', 'outlookbusiness.com', 'prospectmagazine.co.uk', 'schwaebische.de', 'sloanreview.mit.edu', 'stratfor.com', 'stylist.co.uk', 'techinasia.com', 'thebulletin.org', 'vn.nl', 'zerohedge.com'].concat(nl_mediahuis_noord_domains, nl_mediahuis_region_domains, no_nhst_media_domains);
|
||||
const dompurify_sites = ['arcinfo.ch', 'belfasttelegraph.co.uk', 'bloomberg.com', 'cicero.de', 'citywire.com', 'dn.no', 'espn.com', 'ilmanifesto.it', 'inc42.com', 'independent.ie', 'ipolitics.ca', 'italiaoggi.it', 'jacobin.de', 'lecourrierdesstrateges.fr', 'lepoint.fr', 'lesechos.fr', 'marianne.net', 'newleftreview.org', 'newscientist.com', 'outlookbusiness.com', 'prospectmagazine.co.uk', 'schwaebische.de', 'sloanreview.mit.edu', 'stratfor.com', 'stylist.co.uk', 'techinasia.com', 'thebulletin.org', 'vn.nl', 'zerohedge.com'].concat(nl_mediahuis_noord_domains, nl_mediahuis_region_domains, no_nhst_media_domains);
|
||||
var optin_setcookie = false;
|
||||
var optin_update = true;
|
||||
var blocked_referer = false;
|
||||
|
|
|
@ -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 ESPN USA
|
||||
|
||||
* v3.2.0.0 (2023-05-29)
|
||||
Add El Cronista (Argentina)
|
||||
|
@ -10,7 +11,7 @@ Add GauchaZH
|
|||
Add Golem.de (link to archive.is)
|
||||
Add TechTarget Group
|
||||
Add VmnMedia.nl Group (opt-in to custom sites)
|
||||
Remove Mz.de & Volksstime.de (fix obsolete)
|
||||
Remove Mz.de & Volksstimme.de (fix obsolete)
|
||||
Remove Weltkunst.de (fix obsolete)
|
||||
Fix Challenges.fr & Sciences et Avenir.fr
|
||||
Fix Defector (cookie)
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.2.0.0"
|
||||
"version": "3.2.0.1"
|
||||
}
|
||||
|
|
|
@ -756,5 +756,5 @@
|
|||
"*://*.wyleex.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.2.0.0"
|
||||
"version": "3.2.0.1"
|
||||
}
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
"block_regex": "\\.(elmercurio\\.com|emol\\.cl)\\/(.+\\/)?js\\/(.+\\/)?(modal|merPramV\\d|PramModal\\.min)\\.js",
|
||||
"useragent": "facebookbot"
|
||||
},
|
||||
"ESPN USA (news only)": {
|
||||
"domain": "espn.com",
|
||||
"allow_cookies": 1,
|
||||
"ld_google_webcache": "div#dompurify|div"
|
||||
},
|
||||
"GaúchaZH": {
|
||||
"domain": "gauchazh.clicrbs.com.br",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue