Update block general paywall script (GoogleTagManager)

This commit is contained in:
magnolia1234 2022-05-15 08:33:19 +02:00
parent 93daf1abf6
commit d9a9fdea20
5 changed files with 8 additions and 2 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

@ -42,5 +42,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.6.8.4"
"version": "2.6.8.5"
}

View File

@ -619,6 +619,7 @@
"*://*.blueconic.net/*",
"*://*.cxense.com/*",
"*://*.evolok.net/*",
"*://*.googletagmanager.com/*",
"*://*.matheranalytics.com/*",
"*://*.newsmemory.com/*",
"*://*.onecount.net/*",
@ -660,5 +661,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"
},