IWBH_01

jsvbasestation test run 1

Mar 24th, 2021 (edited)
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var xhr=new XMLHttpRequest(),t=document.createElement("textarea");
  2.  
  3.  document.body.appendChild(t);
  4.  
  5. xhr.open("GET","https://raw-http-api.thetranscendent.repl.co/https/www.googleapis.com/youtube/v3/comments?part=snippet&parentId=Ugxla-_-IMax_1YNGNF4AaABAg&maxResults=25&pageToken=&key=AIzaSyCOUG9NmlrerQC5OnS3Erbh5K34PobYDQE",!0);
  6.  
  7. xhr.setRequestHeader("x-a-referer","https://ytcomment.kmcat.uk/");
  8.  
  9. xhr.responseType="text";
  10.  
  11. xhr.onload=function(){ t.style.height="300pt"; t.style.width="95%"; t.value=xhr.response; };
  12.  
  13. xhr.send();
  14. //try 1
Add Comment
Please, Sign In to add comment