captcha pokemon go

just open pgorelease.nianticlabs.com/plfe/TOKEN and solve the damm captcha and copy respon to bot

目前為 2016-11-21 提交的版本,檢視 最新版本

// ==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...
})();