// ==UserScript== // @name 俺的手机视频脚本 // @name:zh-TW 俺的手機視頻腳本 // @name:en My Phone Video Script // @name:ja My Phone Video Script // @name:ko My Phone Video Script // @name:ru My Phone Video Script // @description 全屏横屏、快进快退、长按倍速,对各种视频网站的兼容性很强。仅适用于狐猴、kiwi等chromium内核的浏览器。使用前请先关闭同类横屏或手势脚本,以避免冲突。 // @description:zh-TW 全屏橫屏、快進快退、長按倍速,對各種視頻網站的相容性很強。僅適用於狐猴、Kiwi等Chromium核心的瀏覽器。使用前請先關閉同類橫屏或手勢腳本,以避免衝突。 // @description:en Full-screen landscape, fast-forward and rewind, long-press for speed adjustment. Designed for Kiwi and Lemur browsers. // @description:ja Full-screen landscape, fast-forward and rewind, long-press for speed adjustment. Designed for Kiwi and Lemur browsers. // @description:ko Full-screen landscape, fast-forward and rewind, long-press for speed adjustment. Designed for Kiwi and Lemur browsers. // @description:ru Full-screen landscape, fast-forward and rewind, long-press for speed adjustment. Designed for Kiwi and Lemur browsers. // @version 1.8.12 // @author shopkeeperV // @namespace https://greasyfork.org/zh-CN/users/150069 // @match *://*/* // @grant GM_setValue // @grant GM_getValue // @grant GM_registerMenuCommand // @grant GM_addStyle // ==/UserScript==