mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-12 01:10:24 +00:00
Fix The New Yorker (homepage)
This commit is contained in:
parent
59f44256ad
commit
8b6906f1ed
@ -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 New Issue
Block a user