mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:41:57 +01:00
Update block general paywall script (limit Evolok WordPress)
This commit is contained in:
parent
42bd3ea308
commit
5da69179db
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue