mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:37:47 +01:00
Fix Quora (search)
This commit is contained in:
parent
3d015ca42e
commit
37470428bc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ var ext_api = chrome || browser;
|
|||
|
||||
const restrictions = {
|
||||
'barrons.com': /.+barrons\.com\/articles\/.+/,
|
||||
'quora.com': /^((?!quora\.com\/search\?q=).)*$/,
|
||||
'wsj.com': /(.+wsj\.com\/articles\/.+|.+blogs\.wsj\.com\/.+)/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue