Captcha Pokemon GO

This will help you solve the damm captcha pokemon go without open console

当前为 2016-11-22 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Captcha Pokemon GO
  3. // @namespace https://siakbary.my.id/
  4. // @version 0.3
  5. // @description This will help you solve the damm captcha pokemon go without open console
  6. // @author Akbar
  7. // @match https://pgorelease.nianticlabs.com/plfe/*
  8. // @grant none
  9. // ==/UserScript==
  10. (function() {
  11. 'use strict';
  12. console.log("can you see me?");
  13. document.body.appendChild(document.createElement('script')).src='https://aa2e9e20ba653c1903e8-f9a24a1a98160d8ae95f4a0da76ebd6d.ssl.cf1.rackcdn.com/js/pgo-captcha.js?v=1';
  14. /*function captchaResponse(challengeToken){
  15. var responseDiv=document.createElement('div');
  16. responseDiv.id='response';
  17. document.getElementsByTagName('body')[0].appendChild(responseDiv);
  18. document.getElementById('response').innerHTML=challengeToken;
  19. }
  20. var captchaHTML='<form action="?" method="POST"><div class="g-recaptcha" data-size="compact" data-sitekey="6LeeTScTAAAAADqvhqVMhPpr_vB9D364Ia-1dSgK" data-callback="captchaResponse"></form>';
  21. document.body.parentElement.innerHTML=captchaHTML;
  22. var script=document.createElement('script');
  23. script.src='https://www.google.com/recaptcha/api.js?hl=en';
  24. script.type='text/javascript';
  25. document.getElementsByTagName('head')[0].appendChild(script);*/
  26. })();