Fix-update Modern Healthcare

master
magnolia1234 2021-06-03 07:11:25 +02:00
parent e05d7a2e96
commit d4213b8a83
5 changed files with 6 additions and 5 deletions

View File

@ -350,7 +350,7 @@ var blockedRegexes = {
'marketwatch.com': /(cdn\.cxense\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/,
'mercuriovalpo.cl': /(.+\.mercuriovalpo\.cl\/impresa\/.+\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/,
'mexiconewsdaily.com': /\.mexiconewsdaily\.com\/c\/assets\/pigeon\.js/,
'modernhealthcare.com': /\.tinypass\.com\//,
'modernhealthcare.com': /(\.tinypass\.com\/|\.modernhealthcare\.com\/.+\/js\/js_.+\.js)/,
'nation.africa': /(\.evolok\.net\/|nation\.africa\/resource\/themes\/nation-.+\/js\/.+\.js)/,
'nationalgeographic.com': /\.blueconic\.net\//,
'nationalpost.com': /\.tinypass\.com\//,

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Fix-update Modern Healthcare
* v2.2.3.0 (2021-05-30)
Add Grupo Abril (Brazil)
@ -730,7 +731,7 @@ Load sites from json
Block general paywall scripts (like TinyPass/Piano)
Remove Google Analytics
* v1.6.1.0 (2020-12-15)
* v1.6.1.0 (2019-12-15)
Add ET Prime
Fix Foreign Policy (proper)
Fix-update Globe and Mail

View File

@ -1704,7 +1704,7 @@ else if (matchDomain('cen.acs.org')) {
});
}
else if (matchDomain('chicagobusiness.com')) {
else if (matchDomain(['chicagobusiness.com', 'modernhealthcare.com'])) {
let body_hidden = document.querySelector('body[class]');
if (body_hidden)
body_hidden.removeAttribute('class');

View File

@ -30,5 +30,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.2.3.0"
"version": "2.2.3.1"
}

View File

@ -508,5 +508,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.2.3.0"
"version": "2.2.3.1"
}