-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathautoPlay.js
More file actions
14 lines (13 loc) · 743 Bytes
/
autoPlay.js
File metadata and controls
14 lines (13 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ==UserScript==
// @name Monster Minigame AutoScript Redirect
// @author /u/mouseasw for creating and maintaining the script, /u/WinneonSword for the Greasemonkey support, and every contributor on the GitHub repo for constant enhancements.
// @version 1.11
// @namespace https://github.com/mouseas/steamSummerMinigame
// @description A redirect so you may update to the new file of the autoscript.
// @match http://steamcommunity.com/minigame*
// @match http://steamcommunity.com//minigame*
// @match https://steamcommunity.com/minigame*
// @match https://steamcommunity.com//minigame*
// @grant none
// ==/UserScript==
window.location.replace("https://github.com/mouseas/steamSummerMinigame#update-to-20-greasemonkey--tampermonkey-only");