NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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);