mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Remove block general paywall script (GoogleTagManager)
This commit is contained in:
parent
24835e5e97
commit
34909db20a
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user