diff --git a/background.js b/background.js index f89081b..feb8041 100644 --- a/background.js +++ b/background.js @@ -645,7 +645,6 @@ var block_js = [ "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", - "*://*.googletagmanager.com/*", "*://*.newsmemory.com/?meter*", "*://*.onecount.net/*", "*://*.piano.io/*", @@ -680,7 +679,7 @@ function disableJavascriptOnListedSites() { || (enabledSites.includes('###_wp_pico') && details.url.includes('/wp-content/plugins/pico/includes/js/read-more.js')) || (enabledSites.includes('###_wp_pigeon') && details.url.includes('/c/assets/pigeon.js')) || (enabledSites.includes('zephr.com') && details.url.includes('/zephr/features'))))) - || matchUrlDomain(excludedSites.concat(disabledSites, ['asia.nikkei.com', 'cambridge.org', 'japantimes.co.jp', 'video.lastampa.it', 'video.repubblica.it']), header_referer)) { + || matchUrlDomain(excludedSites.concat(disabledSites, ['asia.nikkei.com', 'cambridge.org', 'japantimes.co.jp']), header_referer)) { return; } return { diff --git a/changelog.txt b/changelog.txt index acd8acc..b70c520 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ Fix Financial Times (cookie-banner) Fix Groupe SudOuest.fr Fix Knack.be & LeVif.be Fix Times of India (no amp) +Remove block general paywall script (GoogleTagManager) * v2.7.3.0 (2022-06-26) Add Artforum diff --git a/sites.js b/sites.js index a35c0a3..340258a 100644 --- a/sites.js +++ b/sites.js @@ -2012,9 +2012,6 @@ var defaultSites = { "Evolok WordPress (opt-in to custom sites)": { domain: "###_wp_evolok" }, - "GoogleTagManager": { - domain: "googletagmanager.com" - }, "MatherAnalytics": { domain: "matheranalytics.com" },