Update block general paywall script (limit Evolok WordPress)

merge-requests/8/head
magnolia1234 2 years ago
parent 42bd3ea308
commit 5da69179db

@ -693,7 +693,7 @@ function disableJavascriptOnListedSites() {
let header_referer = details.originUrl ? details.originUrl : details.initiator;
if (!(isSiteEnabled(details)
|| (['script'].includes(details.type)
&& ((enabledSites.includes('###_wp_evolok') && details.url.match(/\/(evolok|wp-content)\/.+\/ev-(em|widgets)\.min\.js/))
&& ((enabledSites.includes('###_wp_evolok') && details.url.match(/\/wp-content\/.+\/ev-(em|widgets)\.min\.js/))
|| (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')))))

@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Tagesspiegel.de
Redirect Google AMP cache (opt-in to custom sites)
Update block general paywall script (limit Evolok WordPress)
* v2.7.8.0 (2022-07-31)
Add Crusoe (Brazil)

Loading…
Cancel
Save