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
// ==UserScript== | |
// @name emulator_touch_events | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author author (uses https://github.com/hammerjs/touchemulator) | |
// @match http://tampermonkey.net/index.php?version=3.13.4890&ext=G3XV&updated=true | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |