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, Edge browser and Yandex browser.
< Feedback on Mobile browser touch gestures
当前页面打开:location.href="网址";
新页面打开:window.open("网址");
或GM_openInTab("网址");
注:上面""和;是必要的
输入的网址变成后缀了,比如我想转到abc.com
正在浏览的是度娘就会变成 www.baidu.com/abc.com
你需要加http://
比如百度https://www.baidu.com/
http有s代表是加密的,不过一般输入http://就可以,它会自动转跳。
感谢!解决问题了
请问作者,如何写脚本在当前标签页打开指定网址,而不是新建标签页打开?