Skip to content

Instantly share code, notes, and snippets.

View aiexz's full-sized avatar
🎯
Focusing

Alex aiexz

🎯
Focusing
View GitHub Profile
@aiexz
aiexz / safari-touchemulator.user.js
Last active December 6, 2023 19:24 — forked from iahu/safari-touchemulator.user.js
emulate touch events of safari(with iOS userAgent)
// ==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==