mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Fix Boston Globe
This commit is contained in:
parent
8d0a4588ee
commit
7ebbbdc9e6
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user