Update block general paywall script (GoogleTagManager)

This commit is contained in:
magnolia1234 2022-05-15 08:34:09 +02:00
parent 900c8dc7b3
commit fc7df6eedb
4 changed files with 7 additions and 1 deletions

View file

@ -643,6 +643,7 @@ var block_js = [
"*://*.blueconic.net/*",
"*://*.cxense.com/*",
"*://*.evolok.net/*",
"*://*.googletagmanager.com/*",
"*://*.newsmemory.com/?meter*",
"*://*.onecount.net/*",
"*://*.piano.io/*",

View file

@ -9,6 +9,7 @@ Fix Lequipe.fr (json)
Fix Telegraaf.nl
Fix The Australian (The Oz)
Fix The Dallas Morning News
Update block general paywall script (GoogleTagManager)
* v2.6.8.0 (2022-05-08)
Add De Tijd & L'Echo

View file

@ -631,6 +631,7 @@
"*://*.blueconic.net/*",
"*://*.cxense.com/*",
"*://*.evolok.net/*",
"*://*.googletagmanager.com/*",
"*://*.matheranalytics.com/*",
"*://*.newsmemory.com/*",
"*://*.onecount.net/*",
@ -672,5 +673,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.6.8.4"
"version": "2.6.8.5"
}

View file

@ -1970,6 +1970,9 @@ var defaultSites = {
"Evolok WordPress (opt-in to custom sites)": {
domain: "###_wp_evolok"
},
"GoogleTagManager": {
domain: "googletagmanager.com"
},
"MatherAnalytics": {
domain: "matheranalytics.com"
},