Fix-update The Diplomat (magazine)

merge-requests/1/head
magnolia1234 3 years ago
parent 38e3b01b7c
commit a81b05c520

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

@ -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) {

@ -501,5 +501,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.1.6.1"
"version": "2.1.6.2"
}
Loading…
Cancel
Save