mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Fix-update Neue Zürcher Zeitung
This commit is contained in:
parent
982221d7b7
commit
7af1897189
2 changed files with 4 additions and 6 deletions
|
@ -51,6 +51,7 @@ var allow_cookies = [
|
|||
'nationalreview.com',
|
||||
'newrepublic.com',
|
||||
'nytimes.com',
|
||||
'nzz.ch',
|
||||
'parool.nl',
|
||||
'quora.com',
|
||||
'scribd.com',
|
||||
|
@ -112,6 +113,7 @@ var use_google_bot_default = [
|
|||
'intelligentinvestor.com.au',
|
||||
'mexiconewsdaily.com',
|
||||
'miamiherald.com',
|
||||
'nzz.ch',
|
||||
'quora.com',
|
||||
'republic.ru',
|
||||
'seekingalpha.com',
|
||||
|
|
|
@ -623,12 +623,8 @@ else if (matchDomain('journaldunet.com')) {
|
|||
}
|
||||
|
||||
else if (matchDomain('nzz.ch')) {
|
||||
let messagebox = document.querySelector('.messagebox');
|
||||
removeDOMElement(messagebox);
|
||||
let overlay = document.querySelector('.semi-disruptive-overlay__closebtn');
|
||||
if (overlay) {
|
||||
overlay.click();
|
||||
}
|
||||
let regwall = document.querySelector('.dynamic-regwall');
|
||||
removeDOMElement(regwall);
|
||||
}
|
||||
|
||||
else if (matchDomain('lejdd.fr')) {
|
||||
|
|
Loading…
Reference in a new issue