Fix Chronicle of Higher Education

merge-requests/2/head
magnolia1234 3 years ago
parent c0b1011c98
commit 2e2c85e90c

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Fix Chronicle of Higher Education
Fix El Pais (amp/videos)
Fix Times Higher Education
Fix WSJ (Chinese)

@ -1803,6 +1803,14 @@ else if (matchDomain('cen.acs.org')) {
});
}
else if (matchDomain('chronicle.com')) {
let preview = document.querySelector('div[data-content-summary]');
removeDOMElement(preview);
let article_hidden = document.querySelector('div[data-content-body]');
if (article_hidden)
article_hidden.removeAttribute('data-content-body');
}
else if (matchDomain('csmonitor.com')) {
let paywall = document.querySelector('div.paywall');
removeDOMElement(paywall);

@ -561,5 +561,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.3.8.2"
"version": "2.3.8.3"
}
Loading…
Cancel
Save