NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name pokeclicker-polyfills // @namespace http://tampermonkey.net/ // @require https://polyfill.io/v3/polyfill.min.js?features=es2018%2Ces2019%2CArray.prototype.flat%2CArray.prototype.forEach%2CArray.prototype.includes%2CArray.prototype.reduce // @version 0.1 // @description polyfills to hopefully make pokeclicker work // @author Aegyo // @copyright 2020, Aegyo (https://openuserjs.org/users/Aegyo) // @license MIT // @match https://pokeclicker-development.herokuapp.com/ // @grant none // @run-at document-start // ==/UserScript== (function() { 'use strict'; console.log('polyfilled!.. maybe...'); })();