forked from lostcoaster/twitch-touches-pokemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtouch.js
18 lines (14 loc) · 1 KB
/
touch.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ==UserScript==
// @name Twitch touches pokemon
// @namespace https://github.com/lostcoaster/twitch-touches-pokemon
// @author lostcoaster
// @version 0.6
// @description A tool adding a touch overlay onto the stream of twitchplayspokemon.
// @grant unsafeWindow
// this include string credits Twitch Plays Pokemon Chat Filter
// @include /^https?://(www|beta)\.twitch\.tv\/twitchplayspokemon.*$/
// @updateURL https://raw.githubusercontent.com/lostcoaster/twitch-touches-pokemon/master/touch.user.js
// ==/UserScript==
//This file is obsoleted and kept only for compatibility. The working file was renamed to touch.user.js. Thanks to MattiasBuelens's suggestion.
//If you are using this, turn to https://raw.githubusercontent.com/lostcoaster/twitch-touches-pokemon/master/touch.user.js instead
(function(){document.body.appendChild(document.createElement('script')).src='https://raw.githubusercontent.com/lostcoaster/twitch-touches-pokemon/master/touch.user.js';})();