mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:27:48 +01:00
Add Flair.nl, Libelle.nl & Margriet.nl
This commit is contained in:
parent
cc836edfa9
commit
1864a30009
7 changed files with 35 additions and 8 deletions
|
@ -522,7 +522,7 @@ Grouped in options:\
|
|||
[Sud Ouest](https://www.sudouest.fr)\
|
||||
*Roularta Media Group* sites like\
|
||||
[Femmes d'Aujourd'hui](https://www.femmesdaujourdhui.be) -
|
||||
[Flair](https://www.flair.be/fr) -
|
||||
[Flair.be](https://www.flair.be/fr) -
|
||||
[Le Vif](https://www.levif.be)
|
||||
|
||||
##### Germany/Austria
|
||||
|
@ -652,7 +652,10 @@ Grouped in options:\
|
|||
*DPG Media (not ADR)* sites like\
|
||||
[De Morgen](https://www.demorgen.be) -
|
||||
[De Volkskrant](https://www.volkskrant.nl) -
|
||||
[Flair.nl](https://www.flair.nl) -
|
||||
[Humo](https://www.humo.be) -
|
||||
[Libelle.nl](https://www.libelle.nl) -
|
||||
[Margriet](https://www.margriet.nl) -
|
||||
[Parool](https://www.parool.nl) -
|
||||
[Trouw](https://www.trouw.nl)\
|
||||
*Mediahuis Nederland Regional* sites like\
|
||||
|
@ -666,10 +669,10 @@ Grouped in options:\
|
|||
[Leeuwarder Courant](https://www.lc.nl)\
|
||||
*Roularta Media Group* sites like\
|
||||
[Artsenkrant](https://www.artsenkrant.com) -
|
||||
[Flair](https://www.flair.be/nl) -
|
||||
[Flair.be](https://www.flair.be/nl) -
|
||||
[Knack](https://www.knack.be) -
|
||||
[Krant van West-Vlaanderen](https://kw.be) -
|
||||
[Libelle](https://www.libelle.be)
|
||||
[Libelle.be](https://www.libelle.be)
|
||||
|
||||
##### Norway
|
||||
[DN](https://www.dn.no)\
|
||||
|
|
|
@ -3,7 +3,10 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
|
||||
|
||||
Post-release
|
||||
Add Flair.nl
|
||||
Add Le Figaro (link to archive.is)
|
||||
Add Libelle.nl
|
||||
Add Margriet.nl
|
||||
Add Revue Conflits
|
||||
Remove Cellesche Zeitung (fix obsolete)
|
||||
Fix Automobilwoche.de (js)
|
||||
|
|
|
@ -27,7 +27,7 @@ var it_quotidiano_domains = ['ilgiorno.it', 'ilrestodelcarlino.it', 'iltelegrafo
|
|||
var medium_custom_domains = ['betterprogramming.pub', 'towardsdatascience.com'];
|
||||
var nl_mediahuis_region_domains = ['gooieneemlander.nl', 'haarlemsdagblad.nl', 'ijmuidercourant.nl', 'leidschdagblad.nl', 'noordhollandsdagblad.nl'];
|
||||
var nl_dpg_adr_domains = ['ad.nl', 'bd.nl', 'bndestem.nl', 'destentor.nl', 'ed.nl', 'gelderlander.nl', 'pzc.nl', 'tubantia.nl'];
|
||||
var nl_dpg_media_domains = ['demorgen.be', 'humo.be', 'parool.nl', 'trouw.nl', 'volkskrant.nl'];
|
||||
var nl_dpg_media_domains = ['demorgen.be', 'flair.nl', 'humo.be', 'libelle.nl', 'margriet.nl', 'parool.nl', 'trouw.nl', 'volkskrant.nl'];
|
||||
var no_nhst_media_domains = ['europower-energi.no', 'fiskeribladet.no', 'intrafish.com', 'intrafish.no', 'rechargenews.com', 'tradewindsnews.com', 'upstreamonline.com'];
|
||||
var pe_grupo_elcomercio_domains = ['diariocorreo.pe', 'elcomercio.pe', 'gestion.pe'];
|
||||
var timesofindia_domains = ['timesofindia.com', 'timesofindia.indiatimes.com'];
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.1.0.7"
|
||||
"version": "3.1.0.8"
|
||||
}
|
||||
|
|
|
@ -245,6 +245,7 @@
|
|||
"*://*.firstthings.com/*",
|
||||
"*://*.fiskeribladet.no/*",
|
||||
"*://*.flair.be/*",
|
||||
"*://*.flair.nl/*",
|
||||
"*://*.fnlondon.com/*",
|
||||
"*://*.forbes.com/*",
|
||||
"*://*.foreignaffairs.com/*",
|
||||
|
@ -391,6 +392,7 @@
|
|||
"*://*.levif.be/*",
|
||||
"*://*.lexpress.fr/*",
|
||||
"*://*.libelle.be/*",
|
||||
"*://*.libelle.nl/*",
|
||||
"*://*.liberation-champagne.fr/*",
|
||||
"*://*.limburger.nl/*",
|
||||
"*://*.lindependant.fr/*",
|
||||
|
@ -408,6 +410,7 @@
|
|||
"*://*.mainichi.jp/*",
|
||||
"*://*.mallorcazeitung.es/*",
|
||||
"*://*.marca.com/*",
|
||||
"*://*.margriet.nl/*",
|
||||
"*://*.marianne.net/*",
|
||||
"*://*.marketwatch.com/*",
|
||||
"*://*.masslive.com/*",
|
||||
|
@ -741,5 +744,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.1.0.7"
|
||||
"version": "3.1.0.8"
|
||||
}
|
||||
|
|
5
sites.js
5
sites.js
|
@ -440,13 +440,16 @@ var defaultSites = {
|
|||
domain: "###_nl_dpg_media",
|
||||
group: [
|
||||
"demorgen.be",
|
||||
"flair.nl",
|
||||
"humo.be",
|
||||
"libelle.nl",
|
||||
"margriet.nl",
|
||||
"parool.nl",
|
||||
"trouw.nl",
|
||||
"volkskrant.nl"
|
||||
],
|
||||
remove_cookies_select_drop: ["TID_ID"],
|
||||
block_regex: "(\\.{domain}\\/temptation\\/resolve|temptation\\.{domain}\\/temptation\.js)"
|
||||
block_regex: "(\\.{domain}\\/temptation\\/resolve|temptation\\.{domain}\\/temptation\\.js)"
|
||||
},
|
||||
"Eastwest.eu": {
|
||||
domain: "eastwest.eu",
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
"allow_cookies": 1,
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Flair.nl": {
|
||||
"domain": "flair.nl",
|
||||
"remove_cookies_select_drop": ["TID_ID"],
|
||||
"block_regex": "(\\.flair\\.nl\\/temptation\\/resolve|temptation\\.flair\\.nl\\/temptation\\.js)"
|
||||
},
|
||||
"Haaretz English": {
|
||||
"domain": "haaretz.com",
|
||||
"allow_cookies": 1,
|
||||
|
@ -21,10 +26,20 @@
|
|||
"Le Figaro (link to archive.is)": {
|
||||
"domain": "lefigaro.fr",
|
||||
"allow_cookies": 1,
|
||||
"add_ext_link": "div#fig-premium-paywall",
|
||||
"add_ext_link": "div#fig-premium-paywall|article",
|
||||
"add_ext_link_type": "archive.is",
|
||||
"new_site": 1
|
||||
},
|
||||
"Libelle.nl": {
|
||||
"domain": "libelle.nl",
|
||||
"remove_cookies_select_drop": ["TID_ID"],
|
||||
"block_regex": "(\\.libelle\\.nl\\/temptation\\/resolve|temptation\\.libelle\\.nl\\/temptation\\.js)"
|
||||
},
|
||||
"Margriet.nl": {
|
||||
"domain": "margriet.nl",
|
||||
"remove_cookies_select_drop": ["TID_ID"],
|
||||
"block_regex": "(\\.margriet\\.nl\\/temptation\\/resolve|temptation\\.margriet\\.nl\\/temptation\\.js)"
|
||||
},
|
||||
"Revue Conflits": {
|
||||
"domain": "revueconflits.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue