magnolia1234 2019-11-14 12:22:48 +01:00 committed by GitHub
parent dcb86b90ea
commit 5e54e795d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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);
});