No al cierre de webs
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

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: