diff --git a/changelog.txt b/changelog.txt index d998815..2d7f7c0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/manifest.json b/manifest.json index 144df2d..3a9f956 100644 --- a/manifest.json +++ b/manifest.json @@ -603,5 +603,5 @@ "*://*.wsj.net/*", "*://*.zephr.com/*" ], - "version": "2.5.3.3" + "version": "2.5.3.4" } diff --git a/sites.js b/sites.js index f0fa5bf..7f2183a 100644 --- a/sites.js +++ b/sites.js @@ -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", diff --git a/sites_updated.json b/sites_updated.json index a64f1f5..d4845e6 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -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",