nuggt69

index.html

Dec 9th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.86 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Stan Loona!</title>
  4. <script>
  5. var uri = "https://twitter.com/i/status/"
  6. var kpop = ["1200016354641924096",
  7. "1199665677969371136",
  8. "1189136629048496128",
  9. "1188134673320304646",
  10. "1187733813239177219",
  11. "1184749305502097408",
  12. "1183327971840610304",
  13. "1180492171839000576",
  14. "1177263781711360001",
  15. "1176930602794266627",
  16. "1173965051797155840",
  17. "1172096449208889345",
  18. "1169509280673873920",
  19. "1168815277347201024",
  20. "1168150047231488002",
  21. "1168124192233009153",
  22. "1167727837408890880",
  23. "1167425322289115136",
  24. "1167402729293176833",
  25. "1166642956411047936",
  26. "1154846092778987520",
  27. "1166342580185063425"]
  28.  
  29. function change(){
  30.         window.open("./","_blank","menubar=no,status=no");
  31.             window.location.assign(uri + kpop[Math.floor(Math.random() * (kpop.length))]);
  32.         };
  33. </script>
  34. </head><body onload="change()"></body></html>
Add Comment
Please, Sign In to add comment