From 002f64848754c2e94b996518b261e55b602454c8 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Wed, 20 Oct 2021 18:18:57 +0200 Subject: [PATCH] Remove Sueddeutsche Zeitung (obsolete) --- README.md | 1 - background.js | 4 +--- changelog.txt | 1 + contentScript.js | 28 ---------------------------- manifest.json | 1 - sites.js | 1 - 6 files changed, 2 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 1c1ed17..dc55cf9 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,6 @@ Grouped in options:\ [Sächsische Zeitung](https://www.saechsische.de) - [Schleswig-Holsteinischer Zeitungsverlag](https://www.shz.de) - [Schweriner Volkszeitung](https://www.svz.de) - -[Süddeutsche Zeitung](https://www.sueddeutsche.de) - [Westfalen-Blatt](https://www.westfalen-blatt.de) - [Westfälische Nachrichten](https://www.wn.de) diff --git a/background.js b/background.js index 8f6917e..f28dca0 100644 --- a/background.js +++ b/background.js @@ -34,7 +34,6 @@ const restrictions = { 'repubblica.it': /^((?!\/video\.repubblica\.it\/).)*$/, 'seekingalpha.com': /.+\/seekingalpha\.com\/($|(amp\/)?(article|news)\/|samw\/)/, 'statista.com': /^((?!\.statista\.com\/(outlook|study)\/).)*$/, - 'sueddeutsche.de': /^((?!(projekte|zeitung)\.sueddeutsche\.de\/).)*$/, 'techinasia.com': /\.techinasia\.com\/.+/, 'timeshighereducation.com': /.+\.timeshighereducation\.com\/(sites\/default\/files\/|.+((\w)+(\-)+){3,}.+)/ } @@ -151,7 +150,6 @@ var allow_cookies_default = [ 'stratfor.com', 'study.com', 'sudouest.fr', - 'sueddeutsche.de', 'svz.de', 'tampabay.com', 'techinasia.com', @@ -1277,7 +1275,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) { let usa_today_site = (matchUrlDomain('gannett-cdn.com', details.url) && matchUrlDomain(['usatoday.com'], header_referer)); allow_ext_source = allow_ext_source || inkl_site || cl_elmerc_site || es_elesp_site || it_repubblica_site || usa_law360_site || usa_mw_site || usa_natgeo_site || usa_today_site; - bpc_amp_site = (matchUrlDomain('cdn.ampproject.org', details.url) && matchUrlDomain(['aachener-zeitung.de', 'asiatimes.com', 'augsburger-allgemeine.de', 'barrons.com', 'belfasttelegraph.co.uk', 'cicero.de', 'cmjornal.pt', 'economist.com', 'elpais.com', 'elperiodico.com', 'freiepresse.de', 'ft.com', 'handelsblatt.com', 'ilfattoquotidiano.it', 'inc42.com', 'independent.ie', 'irishtimes.com', 'la-croix.com', 'marketwatch.com', 'nationalreview.com', 'noz.de', 'nwzonline.de', 'scmp.com', 'seekingalpha.com', 'shz.de', 'staradvertiser.com', 'sueddeutsche.de', 'svz.de', 'telegraph.co.uk', 'washingtonpost.com', 'westfalen-blatt.de', 'wn.de', 'wsj.com'].concat(amp_unhide, au_news_corp_domains, au_nine_domains, de_madsack_domains, es_epiberica_domains, es_grupo_vocento_domains, es_unidad_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, it_repubblica_domains, usa_mcc_domains, usa_mng_domains, usa_theathletic_domains), header_referer)); + bpc_amp_site = (matchUrlDomain('cdn.ampproject.org', details.url) && matchUrlDomain(['aachener-zeitung.de', 'asiatimes.com', 'augsburger-allgemeine.de', 'barrons.com', 'belfasttelegraph.co.uk', 'cicero.de', 'cmjornal.pt', 'economist.com', 'elpais.com', 'elperiodico.com', 'freiepresse.de', 'ft.com', 'handelsblatt.com', 'ilfattoquotidiano.it', 'inc42.com', 'independent.ie', 'irishtimes.com', 'la-croix.com', 'marketwatch.com', 'nationalreview.com', 'noz.de', 'nwzonline.de', 'scmp.com', 'seekingalpha.com', 'shz.de', 'staradvertiser.com', 'svz.de', 'telegraph.co.uk', 'washingtonpost.com', 'westfalen-blatt.de', 'wn.de', 'wsj.com'].concat(amp_unhide, au_news_corp_domains, au_nine_domains, de_madsack_domains, es_epiberica_domains, es_grupo_vocento_domains, es_unidad_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, it_repubblica_domains, usa_mcc_domains, usa_mng_domains, usa_theathletic_domains), header_referer)); } if (!isSiteEnabled(details) && !allow_ext_source && !bpc_amp_site && !au_swm_site) { diff --git a/changelog.txt b/changelog.txt index d4c1b62..e0dff1f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Remove Sueddeutsche Zeitung (obsolete) Fix ABC.es (Evolok) Fix Business Standard Fix Il Tirreno (GElocal.it) diff --git a/contentScript.js b/contentScript.js index 630c55d..32f98ac 100644 --- a/contentScript.js +++ b/contentScript.js @@ -561,34 +561,6 @@ else if (matchDomain(['ruhrnachrichten.de', 'hellwegeranzeiger.de'])) { } } -else if (matchDomain('sueddeutsche.de')) { - let url = window.location.href; - document.addEventListener('DOMContentLoaded', () => { - let offer_page = document.querySelector('div.offer-page'); - if (url.startsWith('https://www.sueddeutsche.de') && (url.includes('reduced=true') || offer_page)) - window.location.href = url.split('?')[0].split('!')[0].replace('www.', 'amphtml.'); - else if (url.startsWith('https://sz-magazin.sueddeutsche.de')) { - if (url.includes('reduced=true') || offer_page) - window.location.href = new URL(url).pathname + '!amp'; - } - }); - window.setTimeout(function () { - if (url.includes('!amp')) { - let paragraph_reduced = document.querySelector('.paragraph--reduced'); - if (paragraph_reduced) - paragraph_reduced.classList.remove('paragraph--reduced'); - let paragraph_hidden = document.querySelectorAll('.paragraph--hidden'); - for (let par_hidden of paragraph_hidden) - par_hidden.classList.remove('paragraph--hidden'); - let paragraph_dynamic = document.querySelector('.paragraph--dynamic'); - if (paragraph_dynamic) - paragraph_dynamic.classList.remove('paragraph--dynamic'); - let amp_offerpage = document.querySelector('.amp-offerpage'); - removeDOMElement(amp_offerpage); - } - }, 500); // Delay (in milliseconds) -} - else if (matchDomain(['westfalen-blatt.de', 'wn.de'])) { let url = window.location.href; if (url.includes('/amp/')) { diff --git a/manifest.json b/manifest.json index 4f5f31d..c2fa5d9 100644 --- a/manifest.json +++ b/manifest.json @@ -430,7 +430,6 @@ "*://*.study.com/*", "*://*.sudinfo.be/*", "*://*.sudouest.fr/*", - "*://*.sueddeutsche.de/*", "*://*.sun-sentinel.com/*", "*://*.svz.de/*", "*://*.talouselama.fi/*", diff --git a/sites.js b/sites.js index ff84320..f84d688 100644 --- a/sites.js +++ b/sites.js @@ -227,7 +227,6 @@ var defaultSites = "Stratfor": "stratfor.com", "Study.com (no videos)": "study.com", "Sud Ouest": "sudouest.fr", - "Süddeutsche Zeitung": "sueddeutsche.de", "Tampa Bay Times": "tampabay.com", "Tech in Asia": "techinasia.com", "Telegraaf": "telegraaf.nl",