Fix-update The Diplomat (magazine)

master
magnolia1234 2021-04-14 18:42:48 +02:00
parent 87ecb941b5
commit f40ebea13e
3 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Fix-update The Diplomat (magazine)
* v2.1.6.1 (2021-04-12)
Bugfix Le Dauphine (plus some French sites)

View File

@ -2166,6 +2166,12 @@ else if (matchDomain('theatlantic.com')) {
removeDOMElement(banner);
}
else if (matchDomain('thediplomat.com')) {
let preview = document.querySelector('.dpl-preview');
if (preview)
preview.classList.remove('dpl-preview');
}
else if (matchDomain('theglobeandmail.com')) {
let article_body_subscribed = document.querySelector('.c-article-body--subscribed');
if (article_body_subscribed) {

View File

@ -489,5 +489,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.1.6.1"
"version": "2.1.6.2"
}