mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Fix-update The Diplomat (magazine)
This commit is contained in:
parent
38e3b01b7c
commit
a81b05c520
3 changed files with 8 additions and 1 deletions
|
@ -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…
Reference in a new issue