Guest User

Untitled

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