Guest User

Untitled

a guest
Apr 7th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.         title: "TARDIS",
  7.         x: 602,
  8.         y: 463,
  9.         image: "http://i.imgur.com/wrpOqWw.png"
  10.       },
  11.       {
  12.         title: "Napoleon RIP",
  13.         x: 440,
  14.         y: 574,
  15.         image: "http://i.imgur.com/uot63Pq.png"
  16.       }
  17.     ]
  18.  
  19.     AutoPXLS(images);
  20. };
  21.  
  22. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment