Fix The Chronicle of Higher Education (& Philanthropy)

merge-requests/9/merge
magnolia1234 2 years ago
parent 3a1887f1d1
commit 5bd767ef3c

@ -6,6 +6,7 @@ Add Groupe Centre France (opt-in to custom sites)
Fix Business Standard
Fix Hearst Communications (newspapers)
Fix The Athletic
Fix The Chronicle of Higher Education (& Philanthropy)
* v2.8.5.0 (2022-09-18)
Add 60 Millions de consommateurs

@ -2687,9 +2687,11 @@ else if (matchDomain('cen.acs.org')) {
else if (matchDomain(['chronicle.com', 'philanthropy.com'])) {
let preview = document.querySelector('div[data-content-summary]');
removeDOMElement(preview);
let article_hidden = document.querySelector('div[data-content-body]');
if (article_hidden)
let article_hidden = document.querySelector('div.contentBody');
if (article_hidden) {
article_hidden.removeAttribute('data-content-body');
article_hidden.removeAttribute('hidden');
}
}
else if (matchDomain('csmonitor.com')) {

@ -54,6 +54,11 @@
"block_regex": "\\.tinypass\\.com\\/",
"domain": "dailyherald.com"
},
"Die-glocke.de": {
"allow_cookies": 1,
"domain": "die-glocke.de",
"ld_google_webcache": "div.cardPw|div.mainContent"
},
"Edweek.org": {
"allow_cookies": 1,
"block_regex": "js\\.pelcro\\.com\\/",

@ -707,5 +707,5 @@
"*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.8.5.4"
"version": "2.8.5.5"
}

@ -57,6 +57,25 @@
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|subscriptions)-.+\\.js",
"amp_redirect": "meta[content=\"article\"]"
},
"The Chronicle of Higher Education (& Philanthropy)": {
"domain": "###_usa_chronicle",
"group": [
"chronicle.com",
"philanthropy.com"
],
"allow_cookies": 1,
"block_regex": "\\.blueconic\\.net\\/",
"cs_code": [{
"cond": "div.contentBody",
"rm_attrib": "data-content-body",
"elems": [{
"cond": "div.contentBody.hidden",
"rm_attrib": "hidden"
}
]
}
]
},
"The New European": {
"domain": "theneweuropean.co.uk",
"allow_cookies": 1,

Loading…
Cancel
Save