-
Notifications
You must be signed in to change notification settings - Fork 0
/
user.js
18 lines (16 loc) · 852 Bytes
/
user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ==UserScript==
// @name AutoTrimps-genBTC
// @namespace https://github.com/genbtc/AutoTrimps
// @version 2.1.6.0-genbtc-12-23-2017+Mod+Uni+coderpatsy
// @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://genbtc.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.