Advertisement
Guest User

JayNoExplains

a guest
Sep 14th, 2013
2,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. step-by-step guide to adding quests via pop-up
  2.  
  3. step 1. Create a new bookmark in your browser using
  4. name: any name you like, e.g. "GOTA Pop-up"
  5. address/url: the code below (from 'javascript' to 'focus();')
  6.  
  7. javascript:var raw_url = "http://gota-www.disruptorbeam.com/play/join_quest/XXX?json=1";
  8. var challenge_id = prompt("Please enter challenge id:","");
  9. var challenge_url = raw_url.replace("XXX", challenge_id);
  10. window.open(challenge_url, '_blank');
  11. window.focus();
  12.  
  13. You now have it installed, now how does it work?
  14.  
  15. step 1. Click the bookmark
  16. A new pop-up window opens asking you to enter the quest-ID (the 9-digit number)
  17. Step 2. Enter the quest-ID en click [OK]
  18. A new tab opens with some text-info
  19. Step 3. Close that tab
  20.  
  21. Your quest is now added, it's just not visible yet. To make it visible:
  22.  
  23. Step 4. Do a "light" refresh by collecting from the counting house
  24.  
  25. The new quest should now be visible
  26.  
  27. HTH
  28. JayNo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement