Advertisement
asciicat

Untitled

Dec 17th, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(window.location.href.search("site=1132296123") != -1 && window.location.href.search("in.php") != -1)
  2. {
  3.     document.write("<h1>Auto vote: Stage 1/2</h1>");
  4.     document.location="http://www.xtremetop100.com";
  5. }
  6. else if (window.location.href == "http://www.xtremetop100.com/")
  7. {
  8.     document.write("<h1>Auto vote: Stage 2/2</h1>");
  9.     document.location="http://www.xtremetop100.com/out.php?site=1132296123";
  10. }
  11. else if (window.location.href == "http://www.top100arena.com/in.asp?id=44178")
  12. {
  13.     //We're on the top100arena mwow page
  14.     newurl = "http://wow.top100arena.com/out.asp?id=44178";
  15.     chrome.extension.sendRequest({redirect: newurl});
  16. }
  17. else if (window.location.href == "http://www.openwow.com/vote=6")
  18. {
  19.     //We're on the open-wow mwow page
  20.     newurl = "http://www.openwow.com/visit=6";
  21.     chrome.extension.sendRequest({redirect: newurl});
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement