forked from genbtc/AutoTrimps
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinstall.user.js
More file actions
19 lines (18 loc) · 822 Bytes
/
install.user.js
File metadata and controls
19 lines (18 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name AutoTrimps-Sliverz
// @namespace https://github.com/slivermasterz/AutoTrimps
// @version 2.2-Sliverz
// @updateURL https://github.com/slivermasterz/AutoTrimps/install.user.js
// @description Automate all the trimps!
// @author zininzinin, spindrjr, Ishkaru, genBTC, Sliverz
// @include *trimps.github.io*
// @include *kongregate.com/games/GreenSatellite/trimps
// @grant none
// ==/UserScript==
var script = document.createElement('script');
script.id = 'AutoTrimps-script';
//This can be edited to be your own Github Repository URL.
script.src = 'https://slivermasterz.github.io/AutoTrimps/AutoTrimps2.js';
//script.setAttribute('crossorigin',"use-credentials");
script.setAttribute('crossorigin',"anonymous");
document.head.appendChild(script);