-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gen BTC
authored and
gen BTC
committed
Oct 23, 2016
1 parent
5d25745
commit daadcaa
Showing
3 changed files
with
66 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// ==UserScript== | ||
// @name AutoTrimps | ||
// @namespace https://github.com/zininzinin/AutoTrimps | ||
// @version 2.1 | ||
// @description Automate all the trimps! | ||
// @author zininzinin, spindrjr, Ishkaru | ||
// @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 contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters