mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:57:48 +01:00
Fix The New Yorker (homepage)
This commit is contained in:
parent
59f44256ad
commit
8b6906f1ed
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ Fix Business Standard
|
|||
Fix Il Tirreno (GElocal.it)
|
||||
Fix Financial Times (amp)
|
||||
Fix La Croix (timing)
|
||||
Fix The New Yorker (homepage)
|
||||
Fix Trouw.nl (timing)
|
||||
Update custom sites (block regex for default sites)
|
||||
|
||||
|
|
|
@ -2212,7 +2212,7 @@ else if (matchDomain('newrepublic.com')) {
|
|||
removeDOMElement(pw_opups);
|
||||
}
|
||||
|
||||
else if (matchDomain('newyorker.com')) {
|
||||
else if (matchDomain('newyorker.com') && window.location.href.split('?')[0].match(/\.com\/.+\//) ) {
|
||||
let paywall_bar = document.querySelector('.paywall-bar');
|
||||
removeDOMElement(paywall_bar);
|
||||
let invisible_assets = document.querySelectorAll('.responsive-asset--invisible');
|
||||
|
|
Loading…
Reference in a new issue