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 Lemur browser, Yandex browser, and Kiwi browser.

< Feedback on Mobile browser touch gestures

Review: Good - script works

§
Posted: 2022-07-22

请问作者,如何写脚本在当前标签页打开指定网址,而不是新建标签页打开?

L.XavierAuthor
§
Posted: 2022-07-22
Edited: 2022-07-22

当前页面打开:location.href="网址";

新页面打开:window.open("网址");
或GM_openInTab("网址");

注:上面""和;是必要的

§
Posted: 2022-07-22

输入的网址变成后缀了,比如我想转到abc.com
正在浏览的是度娘就会变成 www.baidu.com/abc.com

L.XavierAuthor
§
Posted: 2022-07-22

你需要加http://

比如百度https://www.baidu.com/

http有s代表是加密的,不过一般输入http://就可以,它会自动转跳。

§
Posted: 2022-07-22

感谢!解决问题了

Post reply

Sign in to post a reply.