Fix Boston Globe

This commit is contained in:
magnolia1234 2021-10-01 08:31:17 +02:00
parent 8d0a4588ee
commit 7ebbbdc9e6
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Remove Gazet van Antwerpen (obsolete)
Fix Boston Globe
Fix El Periodico de Catalunya (amp)
Fix Foreign Affairs (timing)
Fix Medium (cookies)

View File

@ -1688,7 +1688,8 @@ else if (matchDomain('bloombergquint.com')) {
else if (matchDomain('bostonglobe.com')) {
let paywall = document.querySelector('div.meter-paywall');
if (paywall) {
let fade = document.querySelector('div.fade');
if (paywall || fade) {
removeDOMElement(paywall);
let body_hidden = document.querySelector('body[style]');
if (body_hidden)