mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:34:26 +02:00
Fix thestar.com
This commit is contained in:
parent
767c100d12
commit
d2ec215627
@ -58,7 +58,6 @@ const allowCookies = [
|
||||
'thecut.com',
|
||||
'thediplomat.com',
|
||||
'themercury.com.au',
|
||||
'thestar.com',
|
||||
'towardsdatascience.com',
|
||||
'trouw.nl',
|
||||
'vn.nl',
|
||||
@ -119,7 +118,6 @@ const removeCookies = [
|
||||
'theatlantic.com',
|
||||
'thecut.com',
|
||||
'thediplomat.com',
|
||||
'thestar.com',
|
||||
'towardsdatascience.com',
|
||||
'tubantia.nl',
|
||||
'vn.nl',
|
||||
@ -240,7 +238,8 @@ const blockedRegexes = {
|
||||
'spectator.us': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
|
||||
'gelocal.it': /(\.repstatic\.it\/minify\/sites\/gelocal\/.+\/config\.cache(_\d)?\.php|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/,
|
||||
'elmundo.es': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/,
|
||||
'time.com': /\/time\.com\/dist\/meter-wall-client-js\..+\.js/
|
||||
'time.com': /\/time\.com\/dist\/meter-wall-client-js\..+\.js/,
|
||||
'thestar.com': /\.com\/api\/overlaydata/
|
||||
};
|
||||
|
||||
const userAgentDesktop = 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)';
|
||||
|
Loading…
x
Reference in New Issue
Block a user