GuestWorker / Politiken, tear down this wall

// ==UserScript==
// @name        Politiken, tear down this wall
// @namespace   noname
// @include     http://politiken.dk/*
// @version     1
// @grant       none
// ==/UserScript==
function alertMsg() {
// alert("Mr.Gorbatjov");
    document.querySelector('.dit-modal-overlay--transparent').remove();document.body.className = document.body.className.replace('dit-modal-open', '');
}
setTimeout(alertMsg,800);