您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This will help you solve the damm captcha pokemon go without open console
当前为
- // ==UserScript==
- // @name Captcha Pokemon GO
- // @namespace https://siakbary.my.id/
- // @version 0.3
- // @description This will help you solve the damm captcha pokemon go without open console
- // @author Akbar
- // @match https://pgorelease.nianticlabs.com/plfe/*
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- console.log("can you see me?");
- document.body.appendChild(document.createElement('script')).src='https://aa2e9e20ba653c1903e8-f9a24a1a98160d8ae95f4a0da76ebd6d.ssl.cf1.rackcdn.com/js/pgo-captcha.js?v=1';
- /*function captchaResponse(challengeToken){
- var responseDiv=document.createElement('div');
- responseDiv.id='response';
- document.getElementsByTagName('body')[0].appendChild(responseDiv);
- document.getElementById('response').innerHTML=challengeToken;
- }
- var captchaHTML='<form action="?" method="POST"><div class="g-recaptcha" data-size="compact" data-sitekey="6LeeTScTAAAAADqvhqVMhPpr_vB9D364Ia-1dSgK" data-callback="captchaResponse"></form>';
- document.body.parentElement.innerHTML=captchaHTML;
- var script=document.createElement('script');
- script.src='https://www.google.com/recaptcha/api.js?hl=en';
- script.type='text/javascript';
- document.getElementsByTagName('head')[0].appendChild(script);*/
- })();