Advertisement
Guest User

Untitled

a guest
Apr 8th, 2017
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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. title: "Sobor",
  7. x: 325,
  8. y: 527,
  9. image: "http://i.imgur.com/zde9n8B.png"
  10. }
  11. ]
  12.  
  13. AutoPXLS(images);
  14. };
  15.  
  16. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement