diff --git a/changelog.txt b/changelog.txt index afd4990..0f8bbf3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,7 @@ Remove Dn.se (fix obsolete) Remove LeFigaro.fr (fix obsolete) Fix Australia News Corp (Googlebot mobile) Fix Haaretz Group (Outbrain bot) +Fix Medscape (js) Fix Project Syndicate (no article) Fix Times of India (epaper) Maintenance updated sites (removed) diff --git a/custom/manifest.json b/custom/manifest.json index a1e3fa5..f9c378f 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.5.7.5" + "version": "3.5.7.6" } diff --git a/manifest.json b/manifest.json index 7059059..47bf845 100644 --- a/manifest.json +++ b/manifest.json @@ -829,6 +829,7 @@ "*://*.nhst.tech/*", "*://*.nyt.com/*", "*://*.pasedigital.cl/*", + "*://*.wbmdstatic.com/*", "*://*.wgchrrammzv.com/*", "*://*.wyleex.com/*", "*://archive.fo/*", @@ -839,5 +840,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.5.7.5" + "version": "3.5.7.6" } diff --git a/sites.js b/sites.js index 6e8a80d..62fb94f 100644 --- a/sites.js +++ b/sites.js @@ -1633,7 +1633,7 @@ var defaultSites = { "Medscape (regwall)": { domain: "medscape.com", allow_cookies: 1, - block_regex: /\.medscapestatic\.com\/.+\/medscape-library\.js/ + block_regex: /(\.medscapestatic\.com\/.+\/medscape-library|\.wbmdstatic\.com\/.+\/chunk-vendors\..+)\.js/ }, "Mexico News Daily": { domain: "mexiconewsdaily.com", diff --git a/sites_updated.json b/sites_updated.json index b7b853b..b3c98c9 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -109,6 +109,12 @@ "allow_cookies": 1, "upd_version": "3.5.6.8" }, + "Medscape (regwall)": { + "domain": "medscape.com", + "allow_cookies": 1, + "block_regex": "(\\.medscapestatic\\.com\\/.+\\/medscape-library|\\.wbmdstatic\\.com\\/.+\\/chunk-vendors\\..+)\\.js", + "upd_version": "3.5.7.6" + }, "Polityka.pl": { "domain": "polityka.pl", "allow_cookies": 1,