4 comments

[ 2.7 ms ] story [ 27.7 ms ] thread
Annoying popup warning. Workaround for that anyone?
Close the site and don't read the article (that's what I did).
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.