Last active
June 4, 2016 22:53
-
-
Save camilonova/39ac0bbf135b4df688ba14e2d38fb166 to your computer and use it in GitHub Desktop.
Utilizando la sucursal virtual de bancolombia es frustrante tener que escribir la clave con el teclado virtual y ver esa alerta del navegador. Pega el contenido de este script en la consola del navegador para que puedas escribir la clave con el teclado. Ver en acción: http://giphy.com/gifs/l0K4hGF22s2AojfAA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function blockEnter(evt) {return true;} | |
function validarNoUsarTecladoReal_OnKeyPress(_object){return false;} |
nice
Excelente!, gracias
Un regalo para el keylogger 😄
Este gist es interesante pero es muy buen punto el de @duverj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
te amo!! increible gracias por compartir.