forked from WG-SpaceCoder/AutoTrimps
-
Notifications
You must be signed in to change notification settings - Fork 51
/
user.js
22 lines (21 loc) · 932 Bytes
/
user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// ==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);