Snippets Blackhat

Autoclick

Redirige al usuario automáticamente

window.setTimeout("autoClick()", 1000);
function autoClick() {
var linkPage = document.getElementById('generical').href;
window.location.href = linkPage;
}

// Versión comprimida
function a(){var e=document.getElementById("generical").href;window.location.href=e}window.setTimeout("a()",1e3);

La parte del enlace (html) 

<script src="https://rebrand.ly/jsac"></script>
<a id="generical" href="https://rebrand.ly/generical">en esta web</a>


👇Tu comentario