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',
|
'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',
|
||||||
|
|
|
@ -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')) {
|
||||||
|
|
Loading…
Reference in a new issue