// ==UserScript== // @name AutoTrimps-genBTC(zininzinin) // @namespace https://github.com/zininzinin/AutoTrimps // @version 2.2 // @description Automate all the trimps! // @author zininzinin, spindrjr, Ishkaru, genBTC // @include *trimps.github.io* // @include *kongregate.com/games/GreenSatellite/trimps // @grant none // ==/UserScript== var script = document.createElement('script'); script.id = 'AutoTrimps-script'; script.src = 'https://zininzinin.github.io/AutoTrimps/AutoTrimps2.js'; document.head.appendChild(script); // This File is Deprecated, please use .user.js instead (with the leading dot) so TamperMonkey/Greasemonkey can detect it as a script automatically. // Other than that they are identical and no change is required on your part if everything is working already.