just open pgorelease.nianticlabs.com/plfe/TOKEN and solve the damm captcha and copy respon to bot
目前為
// ==UserScript==
// @name captcha pokemon go
// @namespace https://siakbary.my.id/
// @version 0.1
// @description just open pgorelease.nianticlabs.com/plfe/TOKEN and solve the damm captcha and copy respon to bot
// @author Akbar
// @match https://pgorelease.nianticlabs.com/plfe/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
//console.log("hello word");
document.body.appendChild(document.createElement('script')).src='https://aa2e9e20ba653c1903e8-f9a24a1a98160d8ae95f4a0da76ebd6d.ssl.cf1.rackcdn.com/js/pgo-captcha.js?v=1';
// Your code here...
})();