mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Update block general paywall script (FewCents)
This commit is contained in:
parent
edd87ea5e1
commit
cdcc98806a
@ -4,6 +4,7 @@ Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/release
|
||||
|
||||
Post-release
|
||||
Remove Finance.si (fix obsolete)
|
||||
Update block general paywall script (FewCents)
|
||||
|
||||
* v3.0.5.0 (2023-02-12)
|
||||
Add L'Informe (fr)
|
||||
|
@ -51,5 +51,5 @@
|
||||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.0.5.0"
|
||||
"version": "3.0.5.1"
|
||||
}
|
||||
|
@ -699,6 +699,7 @@
|
||||
"*://*.cxense.com/*",
|
||||
"*://*.ensighten.com/*",
|
||||
"*://*.evolok.net/*",
|
||||
"*://*.fewcents.co/*",
|
||||
"*://*.loader-cdn.azureedge.net/*",
|
||||
"*://*.matheranalytics.com/*",
|
||||
"*://*.newsmemory.com/*",
|
||||
@ -732,5 +733,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.0.5.0"
|
||||
"version": "3.0.5.1"
|
||||
}
|
||||
|
5
sites.js
5
sites.js
@ -2259,6 +2259,11 @@ var defaultSites = {
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /\/(wp-content\/.+\/ev-em|evolok\/.+\/ev-widgets)\.min\.js/
|
||||
},
|
||||
"FewCents": {
|
||||
domain: "fewcents.co",
|
||||
allow_cookies: 1,
|
||||
block_regex_general: /paywall\.fewcents\.co\/static\/js\/paywall\.js/
|
||||
},
|
||||
"Leaky Paywall (WordPress plugin)": {
|
||||
domain: "###_wp_leaky_paywall",
|
||||
group: [],
|
||||
|
Loading…
Reference in New Issue
Block a user