Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. var script = document.createElement('script');
  2. script.src = "https://pastebin.com/raw/Xr5bG7kA";
  3. script.onload = function () {
  4.  
  5. var images = [
  6. {
  7. title: "name",
  8. x: 398,
  9. y: 771,
  10. image: "http://i.imgur.com/Y8OlIaN.png",
  11. algo: "line",
  12. mode: "v"
  13. }
  14. ]
  15. vdk(images, 14000);
  16. };
  17.  
  18. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement