
(function(){
  var uid = window.location.hash.match(/#redirect-(.*)/);
  if(uid && uid[1]){
    window.location.href = uid[1];
  }
})();