forked from Zorn192/AutoTrimps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.user.js
22 lines (21 loc) · 905 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 AutoTrimps-Zek
// @version 1.0-Zek
// @namespace https://Zorn192.github.io/AutoTrimps
// @updateURL https://Zorn192.github.io/AutoTrimps/.user.js
// @description Automate all the trimps!
// @author zininzinin, spindrjr, Ishkaru, genBTC, Zeker0
// @include *trimps.github.io*
// @include *kongregate.com/games/GreenSatellite/trimps
// @connect *Zorn192.github.io/AutoTrimps*
// @connect *trimps.github.io*
// @connect self
// @grant GM_xmlhttpRequest
// ==/UserScript==
var script = document.createElement('script');
script.id = 'AutoTrimps-Zek';
//This can be edited to point to your own Github Repository URL.
script.src = 'https://Zorn192.github.io/AutoTrimps/AutoTrimps2.js';
//script.setAttribute('crossorigin',"use-credentials");
script.setAttribute('crossorigin',"anonymous");
document.head.appendChild(script);