mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Fix Bloomberg
Fixes issue https://github.com/iamadamdev/bypass-paywalls-chrome/issues/399
This commit is contained in:
parent
b736f062eb
commit
5965492e3e
@ -114,6 +114,9 @@ if (window.location.href.indexOf("bloombergquint.com") !== -1) {
|
||||
|
||||
if (window.location.href.indexOf("bloomberg.com") !== -1) {
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const fence = document.querySelector('.fence-body');
|
||||
if (fence)
|
||||
fence.classList.remove('fence-body');
|
||||
const paywall = document.getElementById('paywall-banner');
|
||||
removeDOMElement(paywall);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user