Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. // How to use: press CMD+option+i to open chrome dev tools
  2. // Click on the the console tab and paste this code into the line starting with ">"
  3. // Watch the voting magic happen!
  4. // NOTE: sometimes the poll takes more than 1 second to load. In which case all you need to do
  5. // is run the command `step1()` again in the console
  6.  
  7. function step1(){
  8. // Vote For Brady!
  9. document.getElementById("PDI_answer44802685").click();
  10. setTimeout(step2, 1000);
  11. }
  12.  
  13. function step2(){
  14. // Load Submit script, submit
  15. var B=document.createElement("SCRIPT");
  16. B.charset="utf-8";
  17. B.src=PDV_nurl9793268+"?"+(new Date).getTime();
  18. getHead().appendChild(B);
  19. setTimeout(step3, 1000);
  20. }
  21.  
  22. function step3(){
  23. // Return so we can vote again!
  24. PDV_go9793268();
  25. setTimeout(step1, 1000);
  26. }
  27.  
  28. // Start the madness
  29. step1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement