From 288a51069b0efe5b20c00b7b70d62c9484a47a39 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Thu, 18 Aug 2022 20:02:12 +0200 Subject: [PATCH] Fix Business Standard & LiveMint --- changelog.txt | 2 ++ contentScript.js | 12 +++++++++--- custom/manifest.json | 2 +- manifest.json | 2 +- sites.js | 2 +- sites_updated.json | 16 ++++++++++++++++ 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index dce3105..6507c1d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,8 +4,10 @@ Changelog Bypass Paywalls Clean - Chrome Post-release Add Nw.de Add Substack custom domains (opt-in to custom sites) +Fix Business Standard (mobile) Fix El Correo & La Voz de Cadiz Fix LaVie.fr +Fix LiveMint (css) * v2.8.0.0 (2022-08-15) Add Gazzetta.it diff --git a/contentScript.js b/contentScript.js index 8efeadb..2babbad 100755 --- a/contentScript.js +++ b/contentScript.js @@ -39,7 +39,7 @@ var usa_outside_mag_domains = ["backpacker.com", "betamtb.com", "betternutrition var usa_tribune_domains = ['baltimoresun.com', 'chicagotribune.com', 'courant.com', 'dailypress.com', 'mcall.com', 'nydailynews.com', 'orlandosentinel.com', 'pilotonline.com', 'sun-sentinel.com']; // clean local storage of sites (with an exemption for hold-list) -var arr_localstorage_hold = ['allgaeuer-zeitung.de', 'augsburger-allgemeine.de', 'barrons.com', 'businessoffashion.com', 'challenges.fr', 'charliehebdo.fr', 'cmjornal.pt', 'corriere.it', 'corrieredellosport.it', 'cyclingtips.com', 'eldiario.es', 'elespanol.com', 'elle.fr', 'elpais.com', 'elperiodico.com', 'enotes.com', 'estadao.com.br', 'forbes.com', 'fortune.com', 'economictimes.com', 'freiepresse.de', 'ilfoglio.it', 'inc42.com', 'lanouvellerepublique.fr', 'lesechos.fr', 'mid-day.com', 'nw.de', 'nytimes.com', 'nzherald.co.nz', 'scmp.com', 'seekingalpha.com', 'substack.com', 'telegraph.co.uk', 'theatlantic.com', 'thehindu.com', 'thetimes.co.uk', 'wsj.com'].concat(de_funke_medien_domains, de_westfalen_medien_domains, es_epiberica_domains, es_grupo_vocento_domains, es_unidad_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, fr_groupe_nice_matin_domains, it_quotidiano_domains, ca_gcm_domains, nl_dpg_media_domains, no_nhst_media_domains, usa_hearst_comm_domains); +var arr_localstorage_hold = ['allgaeuer-zeitung.de', 'augsburger-allgemeine.de', 'barrons.com', 'businessoffashion.com', 'challenges.fr', 'charliehebdo.fr', 'cmjornal.pt', 'corriere.it', 'corrieredellosport.it', 'cyclingtips.com', 'eldiario.es', 'elespanol.com', 'elle.fr', 'elpais.com', 'elperiodico.com', 'enotes.com', 'estadao.com.br', 'forbes.com', 'fortune.com', 'economictimes.com', 'freiepresse.de', 'ilfoglio.it', 'inc42.com', 'lanouvellerepublique.fr', 'lesechos.fr', 'livemint.com', 'mid-day.com', 'nw.de', 'nytimes.com', 'nzherald.co.nz', 'scmp.com', 'seekingalpha.com', 'substack.com', 'telegraph.co.uk', 'theatlantic.com', 'thehindu.com', 'thetimes.co.uk', 'wsj.com'].concat(de_funke_medien_domains, de_westfalen_medien_domains, es_epiberica_domains, es_grupo_vocento_domains, es_unidad_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, fr_groupe_nice_matin_domains, it_quotidiano_domains, ca_gcm_domains, nl_dpg_media_domains, no_nhst_media_domains, usa_hearst_comm_domains); if (!matchDomain(arr_localstorage_hold)) { window.localStorage.clear(); } @@ -2674,14 +2674,14 @@ else if (matchDomain('business-standard.com')) { if (skip_button) skip_button.click(); if (!window.location.pathname.startsWith('/article-amp/')) { - let paywall = document.querySelector('span.p-content.paywall, main'); + let paywall = document.querySelector('span.p-content.paywall, main, p.read-txt'); let amphtml = document.querySelector('link[rel="amphtml"]'); if (paywall && amphtml) { removeDOMElement(paywall); window.location.href = amphtml.href; } } else { - amp_unhide_subscr_section('amp-ad, amp-embed, .block-cont-amp, #divnonpaidcontent'); + amp_unhide_subscr_section('amp-ad, amp-embed, .block-cont-amp, #divnonpaidcontent, div > div.article_image, div[subscriptions-actions], .reader'); } } @@ -3146,6 +3146,12 @@ else if (matchDomain('livemint.com')) { if (window.location.pathname.includes('/amp-')) { let paywall = document.querySelectorAll('[amp-access="NOT subscribed"]'); removeDOMElement(...paywall); + } else { + let paywall = document.querySelector('div.paywall'); + if (paywall) + paywall.classList.remove('paywall'); + let ads = document.querySelectorAll('[class^="ad"], [id^="ad"], #subscribeAd, .taboolaHeight'); + removeDOMElement(...ads); } } diff --git a/custom/manifest.json b/custom/manifest.json index 14724f8..92e8c32 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -43,5 +43,5 @@ "webRequestBlocking", "" ], - "version": "2.8.0.4" + "version": "2.8.0.5" } diff --git a/manifest.json b/manifest.json index c603c1f..186e123 100755 --- a/manifest.json +++ b/manifest.json @@ -688,5 +688,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.8.0.4" + "version": "2.8.0.5" } diff --git a/sites.js b/sites.js index 17dfc6c..144f76b 100755 --- a/sites.js +++ b/sites.js @@ -1078,7 +1078,7 @@ var defaultSites = { "LiveMint": { domain: "livemint.com", allow_cookies: 1, - block_regex: /(\.livemint\.com\/__js\/lm_subscription_.+\.js|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/ + block_regex: /(\.livemint\.com\/__js\/lm_subscription_.+\.js|\.piano\.io\/api\/tinypass\.min\.js|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/ }, "Loeb Classical Library": { domain: "loebclassics.com" diff --git a/sites_updated.json b/sites_updated.json index 2c4da20..b589476 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -1,4 +1,10 @@ { + "Business Standard": { + "domain": "business-standard.com", + "allow_cookies": 1, + "block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js", + "amp_redirect": "p.read-txt" + }, "El Español": { "domain": "elespanol.com", "allow_cookies": 1, @@ -22,6 +28,16 @@ } ] }, + "LiveMint": { + "domain": "livemint.com", + "allow_cookies": 1, + "block_regex": "(\\.livemint\\.com\\/__js\\/lm_subscription_.+\\.js|\\.piano\\.io\\/api\\/tinypass\\.min\\.js|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)", + "cs_code": [{ + "cond": "div.paywall", + "rm_class": "paywall" + } + ] + }, "Neue Westfälische": { "domain": "nw.de", "allow_cookies": 1,