Remove Haaretz.co.il & The Marker (fix obsolete)

merge-requests/10/head
magnolia1234 2 years ago
parent 0ebd0cc1b2
commit f74ab55d18

@ -800,10 +800,8 @@ Grouped in options:\
##### Israel
[Globes](https://www.globes.co.il) -
[Haaretz.co.il](https://www.haaretz.co.il) -
[Haaretz.com](https://www.haaretz.com) -
[The Jerusalem Post](https://www.jpost.com) -
[The Marker](https://www.themarker.com)
[The Jerusalem Post](https://www.jpost.com)
#### Latin America

@ -5,6 +5,7 @@ Post-release
Add CNBC (Pro text)
Add Etc.se
Add Project Syndicate (link to archive.is)
Remove Haaretz.co.il & The Marker (fix obsolete)
Fix Madsack Mediengruppe
Fix Quora (plus-link)
Fix The Hill Times (text)

@ -819,7 +819,7 @@ else if (matchDomain(de_madsack_domains) || matchDomain(de_madsack_custom_domain
else
csDone = true;
} else if (window.location.hostname.match(/\.(dk|fi|se)$/)) {//denmark/finland/norway/sweden
} else if (window.location.hostname.match(/\.(dk|fi|se)$/)) {//denmark/finland/sweden
if (matchDomain('etc.se')) {
let paywall = document.querySelector('div.paywalled');

@ -264,7 +264,6 @@
"*://*.groene.nl/*",
"*://*.grubstreet.com/*",
"*://*.gymclimber.com/*",
"*://*.haaretz.co.il/*",
"*://*.haaretz.com/*",
"*://*.haarlemsdagblad.nl/*",
"*://*.handelszeitung.ch/*",
@ -605,7 +604,6 @@
"*://*.theinitium.com/*",
"*://*.theintercept.com/*",
"*://*.thelawyersdaily.ca/*",
"*://*.themarker.com/*",
"*://*.themarket.ch/*",
"*://*.themercury.com.au/*",
"*://*.thenation.com/*",

@ -805,12 +805,6 @@ var defaultSites = {
block_regex: /haaretz\.com\/hdc\/web\/js\/minified\/header-scripts-int.js/,
useragent: "bingbot"
},
"Haaretz": {
domain: "haaretz.co.il",
allow_cookies: 1,
block_regex: /haaretz\.co\.il\/htz\/js\/inter\.js/,
useragent: "bingbot"
},
"Handelszeitung.ch": {
allow_cookies: 1,
domain: "handelszeitung.ch",
@ -1914,11 +1908,6 @@ var defaultSites = {
allow_cookies: 1,
useragent: "googlebot"
},
"The Marker": {
domain: "themarker.com",
allow_cookies: 1,
useragent: "bingbot"
},
"The Market.ch": {
domain: "themarket.ch",
allow_cookies: 1,
@ -2414,4 +2403,4 @@ init_custom_domains();
// sites with no fix (background)
var be_mediahuis_nofix_domains = ['gva.be', 'hbvl.be'];
var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'lastampa.it', 'limesonline.com'];
var nofix_sites = ['africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'courrierinternational.com', 'dn.no', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'ftchinese.com', 'handelsblatt.com', 'hs.fi', 'ilsole24ore.com', 'jacobinmag.com', 'jeuneafrique.com', 'kurier.at', 'lavozdegalicia.es', 'leconomiste.com', 'lefigaro.fr', 'lemonde.fr', 'lepoint.fr', 'letemps.ch', 'liberation.fr', 'medianama.com', 'milanofinanza.it', 'mondediplo.com', 'moneycontrol.com', 'nature.com', 'nbr.co.nz', 'ouest-france.fr', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'statnews.com', 'stern.de', 'straitstimes.com', 'sueddeutsche.de', 'swp.de', 'tagesanzeiger.ch', 'the-ken.com', 'theinformation.com', ' themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'welt.de', 'worldpoliticsreview.com', 'ynet.co.il', 'zerohedge.com'].concat(be_mediahuis_nofix_domains, it_gedi_nofix_domains);
var nofix_sites = ['africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'courrierinternational.com', 'dn.no', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'ftchinese.com', 'haaretz.co.il', 'handelsblatt.com', 'hs.fi', 'ilsole24ore.com', 'jacobinmag.com', 'jeuneafrique.com', 'kurier.at', 'lavozdegalicia.es', 'leconomiste.com', 'lefigaro.fr', 'lemonde.fr', 'lepoint.fr', 'letemps.ch', 'liberation.fr', 'medianama.com', 'milanofinanza.it', 'mondediplo.com', 'moneycontrol.com', 'nature.com', 'nbr.co.nz', 'ouest-france.fr', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'statnews.com', 'stern.de', 'straitstimes.com', 'sueddeutsche.de', 'swp.de', 'tagesanzeiger.ch', 'the-ken.com', 'theinformation.com', 'themarker.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'welt.de', 'worldpoliticsreview.com', 'ynet.co.il', 'zerohedge.com'].concat(be_mediahuis_nofix_domains, it_gedi_nofix_domains);

Loading…
Cancel
Save