Greasy Fork is available in English.
为手机浏览器添加触摸手势,即装即用,无需配置。除了通用手势外,还有针对文字、图片、视频的特殊手势。还嫌不够?支持添加属于你的个性化手势。推荐使用狐猴浏览器、Yandex浏览器和Kiwi浏览器。
1.You can run “↑→↓←” gesture to open the Settings.
2.Click the + button to create a new gesture.
3.Fill in the name and select the type of “视频”
4.Fill in the code:
fullsState=-1;screen.orientation.unlock();
5.Save and set gesture trigger path.
The “fullsState=-1;” above can be changed to “isLock=0;”.
“fullsState=-1;”:Once full screen
“isLock=0;” :Until videoPlayer change
Can you add option to force video rotation to vertical mode?