Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. var script = document.createElement('script');
  2. script.src = "https://pastebin.com/raw/GbksC1KN";
  3. script.onload = function() {
  4. var images = [
  5. {
  6. title: "kula",
  7. x: 1115,
  8. y: 571,
  9. image: "http://i.imgur.com/vRXtvXm.png"
  10. }
  11. ];
  12. AutoPXLS(images);
  13. }
  14. document.head.appendChild(script);
  15.  
  16.  
  17.  
  18. // http://i.imgur.com/irC7Df7.png Контур редкий
  19. // http://i.imgur.com/y8atbW6.png Контур средний
  20. // http://i.imgur.com/85Nawpo.png Контур полный
  21. // http://i.imgur.com/vRXtvXm.png Полная картинка
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement