mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-16 06:13:16 +00:00
Fix Foreign Policy
Block paywall-script which can also be blocked by uBlock Origin.
This commit is contained in:
parent
de33b534b0
commit
469bbbc9f7
@ -230,7 +230,8 @@ const blockedRegexes = {
|
|||||||
'nzherald.co.nz': /nzherald\.co\.nz\/.+\/headjs\/.+\.js/,
|
'nzherald.co.nz': /nzherald\.co\.nz\/.+\/headjs\/.+\.js/,
|
||||||
'economist.com': /.+\.tinypass\.com\/.+/,
|
'economist.com': /.+\.tinypass\.com\/.+/,
|
||||||
'lrb.co.uk': /.+\.tinypass\.com\/.+/,
|
'lrb.co.uk': /.+\.tinypass\.com\/.+/,
|
||||||
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/
|
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/,
|
||||||
|
'foreignpolicy.com': /.+\.tinypass\.com\/.+/
|
||||||
};
|
};
|
||||||
|
|
||||||
const userAgentDesktop = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
const userAgentDesktop = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
||||||
|
Loading…
Reference in New Issue
Block a user