1 (function() {2 3 'use strict';4 5 window.addEventListener('load', function(e){6 //var password = prompt('Type the password...');7 8 var ciphered = window.location.hash.substr(1);9 10 document.body.innerHTML = ciphered;11 12 13 14 }, true);15 16 })()
Enlace
El enlace para compartir es: