Advertisement
Guest User

No-protocol links fix, OnlyMetaSploit

a guest
Apr 27th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function Reloc(a)
  2. {
  3.     if (a.substr(0,6) != "http://") a="http://"+a
  4.     window.location.href = a
  5. }
  6. </script>
  7.  
  8. <a onclick="Reloc('redserver.su')" href="#" value="Re-locate Me">Re-locate</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement