// ==UserScript== // @name AutoTrimpsV2-genBTC // @version 2.1.6.9c-genBTC // @namespace https://genbtc.github.io/AutoTrimps // @updateURL https://genbtc.github.io/AutoTrimps/install.user.js // @downloadURL https://genbtc.github.io/AutoTrimps/install.user.js // @description Automate all the trimps! // @author zininzinin, spindrjr, Ishkaru, genBTC, Zeker0, Zorn192 // @match *trimps.github.io* // @match *kongregate.com/games/GreenSatellite/trimps // @connect *genbtc.github.io/AutoTrimps* // @connect *trimps.github.io* // @connect self // @grant none // ==/UserScript== var script = document.createElement('script'); script.id = 'AutoTrimps-script'; //This can be edited to point to your own Github Repository URL. script.src = 'https://genBTC.github.io/AutoTrimps/AutoTrimps2.js'; script.setAttribute('crossorigin',"anonymous"); document.head.appendChild(script);