diff --git a/README.md b/README.md index 69bd5022..21efde41 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ Grouped in options:\ [The Scotsman](https://www.scotsman.com) - [The Spectator](https://www.spectator.co.uk) - [The Telegraph](https://www.telegraph.co.uk) - -[The Times (link to archive.today)](https://www.thetimes.co.uk) - +[The Times (link to archive.is)](https://www.thetimes.co.uk) - [The Times Literary Supplement](https://www.the-tls.co.uk) - [UnHerd](https://unherd.com) @@ -502,7 +502,8 @@ Grouped in options:\ [Badische Neueste Nachrichten](https://www.bnn.de) - [Berliner Zeitung](https://www.berliner-zeitung.de) - [Cicero](https://www.cicero.de) - -[Der Spiegel (link to archive.today)](https://www.spiegel.de) - +[Der Spiegel (link to archive.is)](https://www.spiegel.de) - +[Der Tagesspiegel (link to archive.is)](https://www.tagesspiegel.de) - [Die Rheinpfalz](https://www.rheinpfalz.de) - [Die Zeit](https://www.zeit.de) - [Frankfurter Allgemeine Zeitung](https://www.faz.net) - diff --git a/changelog.txt b/changelog.txt index a997e468..0a528688 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add 4 more NHST Media Group sites Add Citywire +Add Tagesspiegel.de (link to archive.is) Add Tes Magazine Fix Axios (overlay) Fix Knack.be, LeVif.be & Kw.be (overlay) diff --git a/contentScript.js b/contentScript.js index ecd6c011..5ebb0c6d 100644 --- a/contentScript.js +++ b/contentScript.js @@ -724,6 +724,17 @@ else if (matchDomain('spiegel.de')) { } } +else if (matchDomain('tagesspiegel.de')) { + let url = window.location.href; + let paywall = document.querySelector('div.article--paid > div.Mb8'); + if (paywall) { + removeDOMElement(paywall); + let article = document.querySelector('div.article--paid'); + if (article) + article.insertBefore(archiveLink(url), article.firstChild); + } +} + else if (matchDomain(de_westfalen_medien_domains)) { let url = window.location.href; if (url.includes('/amp/')) { diff --git a/custom/sites_custom.json b/custom/sites_custom.json index 5cbb0d85..c5861162 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -240,7 +240,7 @@ }, "Theepochtimes.com": { "allow_cookies": 1, - "block_regex": "subs\\.youmaker\\.com", + "block_regex": "subs\\.theepochtimes\\.com\\/lib\\/api\\.bundle\\.js", "domain": "theepochtimes.com" }, "Thefashionlaw.com": { diff --git a/manifest.json b/manifest.json index 342949c7..c4aae8cb 100644 --- a/manifest.json +++ b/manifest.json @@ -565,6 +565,7 @@ "*://*.suomensotilas.fi/*", "*://*.svz.de/*", "*://*.syracuse.com/*", + "*://*.tagesspiegel.de/*", "*://*.tampabay.com/*", "*://*.techinasia.com/*", "*://*.technologyreview.com/*", @@ -727,5 +728,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.9.0.5" + "version": "2.9.0.6" } diff --git a/sites.js b/sites.js index b1550d24..594406c4 100644 --- a/sites.js +++ b/sites.js @@ -349,6 +349,10 @@ var defaultSites = { domain: "spiegel.de", allow_cookies: 1 }, + "Der Tagesspiegel": { + domain: "tagesspiegel.de", + allow_cookies: 1 + }, "Diario Financiero": { domain: "df.cl", allow_cookies: 1, @@ -2292,4 +2296,4 @@ init_custom_domains(); // sites with no fix (background) var be_mediahuis_nofix_domains = ['gva.be', 'hbvl.be', 'nieuwsblad.be', 'standaard.be']; var nl_dpg_media_nofix_domains = ['ad.nl', 'bd.nl', 'bndestem.nl', 'destentor.nl', 'ed.nl', 'gelderlander.nl', 'hln.be', 'pzc.nl', 'tubantia.nl']; -var nofix_sites = ['africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'cnbc.com', 'courrierinternational.com', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'ftchinese.com', 'handelsblatt.com', 'hln.be', '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', 'mediapart.fr', 'milanofinanza.it', 'mondediplo.com', 'moneycontrol.com', 'nbr.co.nz', 'ouest-france.fr', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'statnews.com', 'stern.de', 'straitstimes.com', 'sueddeutsche.de', 'tagesanzeiger.ch', 'tagesspiegel.de', '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, nl_dpg_media_nofix_domains); +var nofix_sites = ['africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'cnbc.com', 'courrierinternational.com', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'ftchinese.com', 'handelsblatt.com', 'hln.be', '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', 'mediapart.fr', 'milanofinanza.it', 'mondediplo.com', 'moneycontrol.com', 'nbr.co.nz', 'ouest-france.fr', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'statnews.com', 'stern.de', 'straitstimes.com', 'sueddeutsche.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, nl_dpg_media_nofix_domains);