-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitch-plays-control.meta.js
17 lines (16 loc) · 1.05 KB
/
twitch-plays-control.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ==UserScript==
// @id [email protected]
// @name Twitch Plays Pokémon Touch Controller
// @version 0.3.4
// @author Meiguro <[email protected]> http://meiguro.com/
// @namespace https://github.com/Meiguro/twitch-plays-control
// @description Add Touch controls to Twitch Plays Pokemon touch-enabled games.
// @include /^https?://(www|beta)?\.?twitch.tv/twitch_?plays.*$/
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
// @require http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js
// @grant unsafeWindow, GM_addStyle, GM_info
// @run-at document-start
// @updateURL https://raw.githubusercontent.com/Meiguro/twitch-plays-control/master/twitch-plays-control.meta.js
// @installURL https://raw.githubusercontent.com/Meiguro/twitch-plays-control/master/twitch-plays-control.user.js
// @downloadURL https://raw.githubusercontent.com/Meiguro/twitch-plays-control/master/twitch-plays-control.user.js
// ==/UserScript==