Advertisement
Guest User

Untitled

a guest
Apr 8th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //ВСЕОБЩИЙБУГУРТ
  2.  
  3. var script = document.createElement('script');
  4. script.src = "https://rawgit.com/dd7531/autopxls/master/autopxls.js";
  5. script.onload = function () {
  6. var images = [
  7. {
  8. title: "Svastika",
  9. x: 0,
  10. y: 0,
  11. image: "http://i.imgur.com/b812WRq.png"
  12. }
  13. ]
  14.  
  15. AutoPXLS(images);
  16. };
  17.  
  18. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement