Mobile browser touch gestures

Add touch gestures to your mobile browser, ready to use and no configuration required. In addition to general gestures, there are also special gestures for text, images, and videos. Do you still think it's not enough? Support adding personalized gestures that belong to you. We recommend using Kiwi browser, Yandex browser, and Lemur browser.

< Feedback on Mobile browser touch gestures

Review: Good - script works

§
Posted: 2022-02-15

如何实现关闭其他标签页呢?

L.XavierAuthor
§
Posted: 2022-02-15

v7.3.0版本移除了关闭其它页面手势,如果你需要这个功能,可以参考v7.2.7版本。

查看v7.2.7版本方法:点击历史版本,找到v7.2.7点击进入,点击代码查看。

L.XavierAuthor
§
Posted: 2022-02-15

核心代码为:
GM_addValueChangeListener('closeAll',(name,old_value,new_value,remote)=>{
if(remote){
window.close();
}
});

触发:GM_setValue("closeAll",Date());

§
Posted: 2022-02-17

感谢大佬

Post reply

Sign in to post a reply.