Fix The Seattle Times (update)

merge-requests/3/head
magnolia1234 2 years ago
parent aa3db5328d
commit b67dd23bfc

@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Fix Australia News Corp (amp-redirect)
Fix Faz.net (timing)
Fix The Seattle Times (update)
Fix The Telegraph (modal)
Fix The West Australian (regional)

@ -603,5 +603,5 @@
"*://*.wsj.net/*",
"*://*.zephr.com/*"
],
"version": "2.5.3.3"
"version": "2.5.3.4"
}

@ -1573,8 +1573,8 @@ var defaultSites = {
},
"The Seattle Times": {
domain: "seattletimes.com",
block_regex: /cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js/,
remove_cookies_select_hold: ["st_newsletter_splash_seen"]
allow_cookies: 1,
block_regex: /(\.seattletimes\.com\/wp-content\/.+\/st-(advertising|blocking)-bundle\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/
},
"The Spectator (UK)": {
domain: "spectator.co.uk",

@ -20,25 +20,10 @@
"block_regex": "(scripts\\.repubblica\\.it\\/pw\\/pw\\.js|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|ad|user-notification)-.+\\.js)",
"useragent": "googlebot"
},
"Mainichi Shimbun": {
"domain": "mainichi.jp",
"The Seattle Times": {
"domain": "seattletimes.com",
"allow_cookies": 1,
"useragent": "googlebot"
},
"Star Tribune": {
"domain": "startribune.com",
"allow_cookies": 1,
"block_regex": "\\.startribune\\.com\\/vendor\\/js\\/"
},
"The Business of Fashion": {
"domain": "businessoffashion.com",
"allow_cookies": 1,
"block_regex": "\\.businessoffashion\\.com\\/zephr\\/feature-decisions"
},
"The Jerusalem Post": {
"domain": "jpost.com",
"allow_cookies": 1,
"block_regex": "\\.jpost\\.com\\/js\\/js_article\\.min\\.js"
"block_regex": "(\\.seattletimes\\.com\\/wp-content\\/.+\\/st-(advertising|blocking)-bundle\\.js|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|ad)-.+\\.js)"
},
"The Telegraph": {
"domain": "telegraph.co.uk",

Loading…
Cancel
Save