mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:47:49 +01:00
Add BNP Media (opt-in to custom sites)
Update block general paywall script (EverCookie)
This commit is contained in:
parent
5764995a96
commit
aea4bfa554
4 changed files with 16 additions and 0 deletions
|
@ -123,6 +123,8 @@ _* free articles only._
|
||||||
Grouped in options:\
|
Grouped in options:\
|
||||||
*[American Banker](https://www.americanbanker.com) (+ [Arizent](https://www.arizent.com/brands)*; opt-in to custom sites)
|
*[American Banker](https://www.americanbanker.com) (+ [Arizent](https://www.arizent.com/brands)*; opt-in to custom sites)
|
||||||
|
|
||||||
|
*[BNP Media](https://www.bnpmedia.com/our-audiences)* sites (opt-in to custom sites)
|
||||||
|
|
||||||
*[Bridge Tower Media](https://bridgetowermedia.com/markets)* sites (opt-in to custom sites)
|
*[Bridge Tower Media](https://bridgetowermedia.com/markets)* sites (opt-in to custom sites)
|
||||||
|
|
||||||
*California Business Journals* sites like\
|
*California Business Journals* sites like\
|
||||||
|
|
|
@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Bild.de (link to archive.is)
|
Add Bild.de (link to archive.is)
|
||||||
|
Add BNP Media (opt-in to custom sites)
|
||||||
Add BusinessAM.be
|
Add BusinessAM.be
|
||||||
Add Rp.pl
|
Add Rp.pl
|
||||||
Remove Bnn.de (fix obsolete)
|
Remove Bnn.de (fix obsolete)
|
||||||
|
@ -19,6 +20,7 @@ Fix National Review (cookies)
|
||||||
Fix NYmag-sites (js)
|
Fix NYmag-sites (js)
|
||||||
Grouping Haaretz sites
|
Grouping Haaretz sites
|
||||||
Enable optional host permissions on Android (Firefox 120+)
|
Enable optional host permissions on Android (Firefox 120+)
|
||||||
|
Update block general paywall script (EverCookie)
|
||||||
Update ld_json_url (default url)
|
Update ld_json_url (default url)
|
||||||
|
|
||||||
* v3.4.7.0 (2023-12-14)
|
* v3.4.7.0 (2023-12-14)
|
||||||
|
|
|
@ -131,6 +131,8 @@ window.setTimeout(function () {
|
||||||
group = '###_fr_synerj';
|
group = '###_fr_synerj';
|
||||||
else if (!matchDomain('institutionalinvestor.com') && (matchDomain('thedeal.com') || document.querySelector('footer.Page-footer a.Link[href="https://www.delinian.com/privacy-policy"]')))
|
else if (!matchDomain('institutionalinvestor.com') && (matchDomain('thedeal.com') || document.querySelector('footer.Page-footer a.Link[href="https://www.delinian.com/privacy-policy"]')))
|
||||||
group = '###_uk_delinian';// no fix
|
group = '###_uk_delinian';// no fix
|
||||||
|
else if (document.querySelector('li > a[href^="https://www.bnpmedia.com/"]'))
|
||||||
|
group = '###_usa_bnp_media';
|
||||||
else if (matchDomain(['centralmaine.com', 'pressherald.com', 'sunjournal.com']))
|
else if (matchDomain(['centralmaine.com', 'pressherald.com', 'sunjournal.com']))
|
||||||
group = '###_usa_maine_trust';
|
group = '###_usa_maine_trust';
|
||||||
else if (document.querySelector('img[data-src*="/wp-content/plugins/pragmatic-pei-rebranding/"]'))
|
else if (document.querySelector('img[data-src*="/wp-content/plugins/pragmatic-pei-rebranding/"]'))
|
||||||
|
|
10
sites.js
10
sites.js
|
@ -272,6 +272,11 @@ var defaultSites = {
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
block_js_inline: /\.bloombergadria\.com\/.+\/news\//
|
block_js_inline: /\.bloombergadria\.com\/.+\/news\//
|
||||||
},
|
},
|
||||||
|
"BNP Media (opt-in to custom sites)": {
|
||||||
|
domain: "###_usa_bnp_media",
|
||||||
|
allow_cookies: 1,
|
||||||
|
block_regex: /\/paywall\/evercookie_get\.js/
|
||||||
|
},
|
||||||
"Börsen-Zeitung": {
|
"Börsen-Zeitung": {
|
||||||
domain: "boersen-zeitung.de",
|
domain: "boersen-zeitung.de",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
@ -2699,6 +2704,11 @@ var defaultSites = {
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
block_regex_general: /\.ensighten\.com\/.+\/Bootstrap\.js/
|
block_regex_general: /\.ensighten\.com\/.+\/Bootstrap\.js/
|
||||||
},
|
},
|
||||||
|
"EverCookie": {
|
||||||
|
domain: "###_evercookie",
|
||||||
|
allow_cookies: 1,
|
||||||
|
block_regex_general: /\/paywall\/evercookie_get\.js/
|
||||||
|
},
|
||||||
"Evolok": {
|
"Evolok": {
|
||||||
domain: "evolok.net",
|
domain: "evolok.net",
|
||||||
allow_cookies: 1,
|
allow_cookies: 1,
|
||||||
|
|
Loading…
Reference in a new issue