Add De Tijd & L'Echo

merge-requests/7/head
magnolia1234 2 years ago
parent b79721d226
commit d3d766878f

@ -392,6 +392,7 @@ Grouped in options:\
[Elle](https://www.elle.fr) -
[Esprit](https://esprit.presse.fr) -
[Franc-Tireur](https://www.franc-tireur.fr) -
[L'Écho](https://lecho.be) -
[L'Équipe](https://www.lequipe.fr) -
[L'Express](https://www.lexpress.fr) -
[L'Obs](https://www.nouvelobs.com) -
@ -544,6 +545,7 @@ Grouped in options:\
##### Netherlands/Flanders
[De Morgen](https://www.demorgen.be) -
[De Tijd](https://www.tijd.be) -
[Financieele Dagblad](https://fd.nl) -
[Follow the Money](https://www.ftm.nl) -
[Groene Amsterdammer](https://www.groene.nl) -

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add De Tijd & L'Echo
Add group Mediahuis Noord (opt-in to custom sites for unlisted)
* v2.6.7.0 (2022-05-01)

@ -336,6 +336,7 @@
"*://*.law360.com/*",
"*://*.law360news.com/*",
"*://*.lc.nl/*",
"*://*.lecho.be/*",
"*://*.ledauphine.com/*",
"*://*.ledevoir.com/*",
"*://*.lehighvalleylive.com/*",
@ -566,6 +567,7 @@
"*://*.thewest.com.au/*",
"*://*.thewrap.com/*",
"*://*.thueringer-allgemeine.de/*",
"*://*.tijd.be/*",
"*://*.time.com/*",
"*://*.timeshighereducation.com/*",
"*://*.timesofindia.com/*",
@ -669,5 +671,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.6.7.0"
"version": "2.6.7.1"
}

@ -301,6 +301,10 @@ var defaultSites = {
"Dark Reading": {
domain: "darkreading.com"
},
"De Tijd": {
domain: "tijd.be",
referer: "google"
},
"DealStreetAsia": {
domain: "dealstreetasia.com",
useragent: "bingbot"
@ -852,6 +856,10 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.tinypass\.com\//
},
"L'Écho": {
domain: "lecho.be",
referer: "google"
},
"L'Équipe": {
domain: "lequipe.fr",
allow_cookies: 1,

@ -8,6 +8,10 @@
"domain": "betternutrition.com",
"group_rule": "###_gr_usa_outside_mag_domains"
},
"De Tijd": {
"domain": "tijd.be",
"referer": "google"
},
"El Espectador": {
"domain": "elespectador.com",
"allow_cookies": 1,
@ -56,6 +60,10 @@
"ld_json": "div.boxAbb|div.article-locked",
"new_site": 1
},
"L'Écho": {
"domain": "lecho.be",
"referer": "google"
},
"Peloton": {
"domain": "pelotonmagazine.com",
"group_rule": "###_gr_usa_outside_mag_domains"

Loading…
Cancel
Save