Advertisement
Guest User

Untitled

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