Fix-update Neue Zürcher Zeitung

This commit is contained in:
magnolia1234 2020-07-08 17:58:08 +02:00
parent 982221d7b7
commit 7af1897189
2 changed files with 4 additions and 6 deletions

View file

@ -51,6 +51,7 @@ var allow_cookies = [
'nationalreview.com', 'nationalreview.com',
'newrepublic.com', 'newrepublic.com',
'nytimes.com', 'nytimes.com',
'nzz.ch',
'parool.nl', 'parool.nl',
'quora.com', 'quora.com',
'scribd.com', 'scribd.com',
@ -112,6 +113,7 @@ var use_google_bot_default = [
'intelligentinvestor.com.au', 'intelligentinvestor.com.au',
'mexiconewsdaily.com', 'mexiconewsdaily.com',
'miamiherald.com', 'miamiherald.com',
'nzz.ch',
'quora.com', 'quora.com',
'republic.ru', 'republic.ru',
'seekingalpha.com', 'seekingalpha.com',

View file

@ -623,12 +623,8 @@ else if (matchDomain('journaldunet.com')) {
} }
else if (matchDomain('nzz.ch')) { else if (matchDomain('nzz.ch')) {
let messagebox = document.querySelector('.messagebox'); let regwall = document.querySelector('.dynamic-regwall');
removeDOMElement(messagebox); removeDOMElement(regwall);
let overlay = document.querySelector('.semi-disruptive-overlay__closebtn');
if (overlay) {
overlay.click();
}
} }
else if (matchDomain('lejdd.fr')) { else if (matchDomain('lejdd.fr')) {