Advertisement
Guest User

Untitled

a guest
Apr 8th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /* MIKU PXLS */
  2.  
  3.  
  4. var script = document.createElement('script');
  5. script.src = "https://rawgit.com/dd7531/autopxls/master/autopxls.js";
  6. script.onload = function () {
  7. var images = [
  8. {
  9. title: "miku",
  10. x: 808,
  11. y: 77,
  12. image: "http://i.imgur.com/4XUgIBn.png"
  13. }
  14. ]
  15.  
  16. AutoPXLS(images);
  17. };
  18.  
  19. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement