Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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: "Link",
  8. x: 305,
  9. y: 0,
  10. image: "http://i.imgur.com/FCtRyVJ.png"", //image link - better use available colors
  11. algo: "line", //random or line
  12. mode: "v" //v or h - used in line algo
  13. }
  14. ]
  15. vdk(images, 14000); //10 - cooldown before timer re-check. Better to change depending on site!
  16. };
  17.  
  18. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement