// ==UserScript== // @name My Mouse Gestures // @name:zh-CN 我的鼠标手势 // @name:zh-TW 我的滑鼠手勢 // @description A simple mouse gesture script // @description:zh-CN 一个简单的鼠标手势脚本 // @description:zh-TW 一個簡單的滑鼠手勢腳本 // @version 0.2.2 // @match *://*/* // @run-at document-start // @grant GM_openInTab // @grant window.close // @grant GM_setValue // @grant GM_getValue // @namespace https://greasyfork.org/users/4968 // ==/UserScript==