您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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... })();