Guest User

pxls.space akari

a guest
Apr 11th, 2017
143
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.     title: "akari",
  6.     x: 1025,
  7.     y: 1139,
  8.     image: "http://i.imgur.com/eMMN7z1.png"
  9.   }];
  10.  
  11.   AutoPXLS(images);
  12. };
  13.  
  14. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment