mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-06-13 05:47:41 +02:00
Merge upstream (with fix: must be in remove_cookies[] for
remove_cookies_select_hold[] to be meaningful):
> commit 7d73a8a7fb
> Author: Adam <36013816+iamadamdev@users.noreply.github.com>
> Date: Sat Mar 21 14:41:39 2020 -0700
>
> Fix WSJ
This commit is contained in:
@ -59,7 +59,6 @@ const allow_cookies = [
|
||||
'volkskrant.nl',
|
||||
'washingtonpost.com',
|
||||
'wired.com',
|
||||
'wsj.com',
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
@ -103,12 +102,14 @@ const remove_cookies = [
|
||||
'vn.nl',
|
||||
'washingtonpost.com',
|
||||
'wired.com',
|
||||
'wsj.com',
|
||||
]
|
||||
|
||||
// select specific cookie(s) to hold from remove_cookies domains
|
||||
const remove_cookies_select_hold = {
|
||||
'qz.com': ['gdpr'],
|
||||
'washingtonpost.com': ['wp_gdpr'],
|
||||
'wsj.com': ['wsjregion'],
|
||||
}
|
||||
|
||||
// select only specific cookie(s) to drop from remove_cookies domains
|
||||
|
Reference in New Issue
Block a user