Advertisement
MertcanGokgoz

findreferrer

Dec 30th, 2018
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     function go() {
  3.         window.frames[0].document.body.innerHTML = '<form target="_parent" method="post" action="http://www.whatismyreferer.com"></form>';
  4.         window.frames[0].document.forms[0].submit()
  5.     }
  6. </script>
  7. <iframe onload="window.setTimeout('go()', 99)" src="about:blank" style="visibility:hidden"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement