The ECB invests billions of public funds into the fossil fuel economy
1–5 of 5 posts
Re: The ECB invests billions of public funds into the fossil fuel economy
#2Annoying popup warning. Workaround for that anyone?
Re: The ECB invests billions of public funds into the fossil fuel economy
#3Annoying popup warning. Workaround for that anyone?
Close the site and don't read the article (that's what I did).
Re: The ECB invests billions of public funds into the fossil fuel economy
#4Re: The ECB invests billions of public funds into the fossil fuel economy
#5Annoying popup warning. Workaround for that anyone?
Run this:
document.getElementById("sidebar-toggle-container").className = document.getElementById("sidebar-toggle-container").className.replace( /(?:^|\s)hasBlockingOverlay(?!\S)/g , '' );
document.getElementsByClassName("blockingOverlay")[0].remove();
in the browser JS console.