diff --git a/README.md b/README.md index e535093..ab2f539 100644 --- a/README.md +++ b/README.md @@ -820,7 +820,6 @@ Grouped in options:\ [Mid-Day](https://www.mid-day.com) - [Outlook](https://www.outlookindia.com) - [Outlook Business](https://www.outlookbusiness.com) - -[The Caravan](https://caravanmagazine.in) - [The Economic Times (ET Prime)](https://economictimes.indiatimes.com) - [The Financial Express](https://www.financialexpress.com) - [The Hindu](https://www.thehindu.com) - diff --git a/changelog.txt b/changelog.txt index 77108a1..38f2f59 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release Post-release Add Bloomberg Adria Add DN.no (cached articles only) +Remove CaravanMagazine.in (fix obsolete) Remove TagesAnzeiger.ch (fix obsolete) Remove Welt.de (fix obsolete) Fix Berliner Zeitung diff --git a/contentScript.js b/contentScript.js index 01ee698..2bbb021 100644 --- a/contentScript.js +++ b/contentScript.js @@ -3117,19 +3117,6 @@ else if (matchDomain(ca_torstar_domains)) { }, 500); } -else if (matchDomain('caravanmagazine.in')) { - if (!window.location.href.startsWith('/amp/')) { - let paywall = document.querySelector('div.subscribe-plan'); - let amphtml = document.querySelector('link[rel="amphtml"]'); - if (!amphtml) - amphtml = {href: '/amp' + window.location.pathname}; - if (paywall && amphtml) { - removeDOMElement(paywall); - window.location.href = amphtml.href; - } - } -} - else if (matchDomain('cen.acs.org')) { let meteredBar = document.querySelector('.meteredBar'); removeDOMElement(meteredBar); diff --git a/manifest.json b/manifest.json index 0b2d01e..d0b5477 100644 --- a/manifest.json +++ b/manifest.json @@ -129,7 +129,6 @@ "*://*.calgaryherald.com/*", "*://*.canberratimes.com.au/*", "*://*.capitalgazette.com/*", - "*://*.caravanmagazine.in/*", "*://*.causeur.fr/*", "*://*.cen.acs.org/*", "*://*.centralwesterndaily.com.au/*", diff --git a/sites.js b/sites.js index c4f1015..98b79af 100644 --- a/sites.js +++ b/sites.js @@ -1854,10 +1854,6 @@ var defaultSites = { allow_cookies: 1, block_regex: /(\.businessoffashion\.com\/zephr\/feature|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/ }, - "The Caravan": { - domain: "caravanmagazine.in", - allow_cookies: 1 - }, "The Christian Science Monitor": { domain: "csmonitor.com", allow_cookies: 1 @@ -2477,4 +2473,4 @@ init_custom_flex_domains(); var au_news_corp_nofix_domains = ['cairnspost.com.au', 'geelongadvertiser.com.au', 'townsvillebulletin.com.au']; var be_mediahuis_nofix_domains = ['gva.be', 'hbvl.be', 'nieuwsblad.be', 'standaard.be']; var it_gedi_nofix_domains = ['gelocal.it', 'huffingtonpost.it', 'ilsecoloxix.it', 'lastampa.it', 'limesonline.com', 'repubblica.it']; -var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'asiatimes.com', 'badische-zeitung.de', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'catalyst-journal.com', 'courrierinternational.com', 'diepresse.com', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'golem.de', 'handelsblatt.com', 'heise.de', 'hln.be', 'hs.fi', 'ilsole24ore.com', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefigaro.fr', 'lemonde.fr', 'lequipe.fr', 'letemps.ch', 'liberation.fr', 'lopinion.fr', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'mondediplo.com', 'moneycontrol.com', 'nationaljournal.com', 'nature.com', 'nbr.co.nz', 'nn.de', 'nwzonline.de', 'ouest-france.fr', 'philonomist.com', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'ruhrnachrichten.de', 'saechsische.de', 'schwarzwaelder-bote.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stuttgarter-nachrichten.de', 'stuttgarter-zeitung.de', 'substack.com', 'suedkurier.de', 'swp.de', 'techcrunch.com', 'the-ken.com', 'theinformation.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'welt.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(au_news_corp_nofix_domains, be_mediahuis_nofix_domains, it_gedi_nofix_domains); +var nofix_sites = ['aamulehti.fi', 'africaintelligence.com', 'africaintelligence.fr', 'aftenposten.no', 'asiatimes.com', 'badische-zeitung.de', 'bild.de', 'borsen.dk', 'businesstimes.com.sg', 'caixin.com', 'caixinglobal.com', 'caravanmagazine.in', 'catalyst-journal.com', 'courrierinternational.com', 'diepresse.com', 'dn.se', 'elordenmundial.com', 'epw.in', 'expresso.pt', 'finance.si', 'ftchinese.com', 'golem.de', 'handelsblatt.com', 'heise.de', 'hln.be', 'hs.fi', 'ilsole24ore.com', 'jacobinmag.com', 'jeuneafrique.com', 'kleinezeitung.at', 'lavie.fr', 'lavozdegalicia.es', 'law360.com', 'le1hebdo.fr', 'leconomiste.com', 'lefigaro.fr', 'lemonde.fr', 'lequipe.fr', 'letemps.ch', 'liberation.fr', 'lopinion.fr', 'medianama.com', 'mediapart.fr', 'milanofinanza.it', 'mittelbayerische.de', 'mondediplo.com', 'moneycontrol.com', 'nationaljournal.com', 'nature.com', 'nbr.co.nz', 'nn.de', 'nwzonline.de', 'ouest-france.fr', 'philonomist.com', 'politicopro.com', 'politiken.dk', 'pressreader.com', 'publico.pt', 'republic.ru', 'ruhrnachrichten.de', 'saechsische.de', 'schwarzwaelder-bote.de', 'statnews.com', 'stern.de', 'stimme.de', 'straitstimes.com', 'stuttgarter-nachrichten.de', 'stuttgarter-zeitung.de', 'substack.com', 'suedkurier.de', 'swp.de', 'techcrunch.com', 'the-ken.com', 'theinformation.com', 'themorningcontext.com', 'theparisreview.org', 'thewirechina.com', 'welt.de', 'weser-kurier.de', 'wiwo.de', 'worldpoliticsreview.com', 'ynet.co.il'].concat(au_news_corp_nofix_domains, be_mediahuis_nofix_domains, it_gedi_nofix_domains);