// ==UserScript== // @name [Pokeclicker] Catch Speed Adjuster // @namespace Pokeclicker Scripts // @author Ephenia // @description Adjusts catch speed of all Pokeballs. Currently only makes Pokeballs catch as fast as possible. // @copyright https://github.com/Ephenia // @license GPL-3.0 License // @version 1.2 // @homepageURL https://github.com/Ephenia/Pokeclicker-Scripts/ // @supportURL https://github.com/Ephenia/Pokeclicker-Scripts/issues // @match https://www.pokeclicker.com/ // @icon https://www.google.com/s2/favicons?domain=pokeclicker.com // @grant none // @run-at document-idle // @downloadURL none // ==/UserScript== var ballAdjuster; var defaultTime = []; function initBallAdjust() { var getBalls = App.game.pokeballs.pokeballs; for (var i = 0; i < getBalls.length; i++) { defaultTime.push(getBalls[i].catchTime) } var ballCont = document.getElementById('pokeballSelectorBody').querySelector('thead'); var ballAdj = document.createElement("tr"); ballAdj.innerHTML = `