mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-06-13 03:17:38 +02:00
WSJ restrictions (only articles)
Like Barron's.
This commit is contained in:
@ -112,7 +112,8 @@ var defaultSites = {
|
||||
};
|
||||
|
||||
const restrictions = {
|
||||
'barrons.com': 'barrons.com/articles'
|
||||
'barrons.com': 'barrons.com/articles',
|
||||
'wsj.com': 'wsj.com/articles'
|
||||
}
|
||||
|
||||
// Don't remove cookies before page load
|
||||
|
Reference in New Issue
Block a user