Greasy Fork is available in English.

手机浏览器触摸手势

为手机浏览器添加触摸手势,即装即用,无需配置。除了通用手势外,还有针对文字、图片、视频的特殊手势。还嫌不够?支持添加属于你的个性化手势。推荐使用狐猴浏览器、Yandex浏览器和Kiwi浏览器。

< 手机浏览器触摸手势 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2020-10-05

大佬,能不能添加一个双击屏幕左右两侧前进或者后退10s的功能?感恩!

L.Xavier개발자
§
작성: 2020-10-10

这个和双击退出全屏冲突,而且软件自带这个功能,你将双击全屏的代码删除即可。

删除下面这一段即可,你可以用webkitFullscreenElement作为关键词查找。


else{
if(document.webkitFullscreenElement){
e.preventDefault();
document.webkitExitFullscreen();
setTimeout(function(){
Ti=document.createElement('input');
document.body.appendChild(Ti);
Ti.setAttribute('value',videoPlayer.src);
Ti.select();
document.execCommand('copy');
document.body.removeChild(Ti);
},500);
}
else if(videoPlayer){videoPlayer.webkitRequestFullScreen();}
else if(iframeEle.length>0){GM_setValue('fullscreen',Date());}

댓글 남기기

댓글을 남기려면 로그인하세요.