NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name MG Renders - Quitar advertencia de contenido // @include http://www.mg-renders.net/* // @version 1 // ==/UserScript== document.getElementById("injected-iframe").style.display = "none"; var obj = document.body; var t = obj.innerHTML; obj.innerHTML = t.replace ('visibility: hidden','visibility: none');