mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-09 23:41:56 +01:00
Fix WaPo (js)
This commit is contained in:
parent
70c76e7167
commit
593e5b77ce
5 changed files with 10 additions and 3 deletions
|
@ -6,6 +6,7 @@ Post-release
|
|||
Add OVB Media (opt-in to custom sites for unlisted)
|
||||
Add Private Media AU
|
||||
Fix The Economist (regwall)
|
||||
Fix WaPo (js)
|
||||
Update custom sites (block_regex_ignore_default)
|
||||
|
||||
* v3.6.3.0 (2024-04-07)
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.6.3.3"
|
||||
"version": "3.6.3.4"
|
||||
}
|
||||
|
|
|
@ -876,5 +876,5 @@
|
|||
"*://archive.vn/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.6.3.3"
|
||||
"version": "3.6.3.4"
|
||||
}
|
||||
|
|
2
sites.js
2
sites.js
|
@ -2767,7 +2767,7 @@ var defaultSites = {
|
|||
"The Washington Post": {
|
||||
domain: "washingtonpost.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.washingtonpost\.com\/tetro\/metering\/evaluate/
|
||||
block_regex: /\.washingtonpost\.com\/subscribe\/static\/tetro-client\/fusion\/tetro\.min\.js/
|
||||
},
|
||||
"The Week (regwall)": {
|
||||
domain: "theweek.com",
|
||||
|
|
|
@ -115,6 +115,12 @@
|
|||
"ld_json_url": "div[data-enterprise-agreement-paywall='true']|div.paywall-mandy",
|
||||
"upd_version": "3.6.3.1"
|
||||
},
|
||||
"The Washington Post": {
|
||||
"domain": "washingtonpost.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.washingtonpost\\.com\\/subscribe\\/static\\/tetro-client\\/fusion\\/tetro\\.min\\.js",
|
||||
"upd_version": "3.6.3.4"
|
||||
},
|
||||
"WirtschaftsWoche": {
|
||||
"domain": "wiwo.de",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue