mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:27:48 +01:00
Fix Spectator.co.uk (without uBlock Origin)
Block paywall-script. uBlock Origin (Fanboy’s Enhanced Tracking List) can also block this: ||tinypass.com^$3p
This commit is contained in:
parent
4fd51e2c97
commit
34f7794cc5
1 changed files with 2 additions and 1 deletions
|
@ -237,7 +237,8 @@ const blockedRegexes = {
|
|||
'lrb.co.uk': /.+\.tinypass\.com\/.+/,
|
||||
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/,
|
||||
'foreignpolicy.com': /.+\.tinypass\.com\/.+/,
|
||||
'inquirer.com': /.+\.tinypass\.com\/.+/
|
||||
'inquirer.com': /.+\.tinypass\.com\/.+/,
|
||||
'spectator.co.uk': /.+\.tinypass\.com\/.+/
|
||||
};
|
||||
|
||||
const userAgentDesktop = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
||||
|
|
Loading…
Reference in a new issue