5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
6 <link rel=
"canonical" href=
"https://jamesfengcao.gitlab.io/uweb/zh/longclick/" />
8 <link rel=
"stylesheet" href=
"../style.css#" type=
"text/css" />
9 <title>长按链接弹出菜单
</title>
12 let href
= location
.href
;
13 for(let i
=href
.length
-1;i
>0;i
--){
14 if('/'==href
.charAt(i
) && '/'==href
.charAt(i
-3))
21 location
.href
= location
.href
.substring(0,i
+1)+page
;
23 function nav2Lang(lang
){
25 let href
= location
.href
;
26 location
.href
= location
.href
.substring(0,i
-2)+lang
+location
.href
.substring(i
);
31 <header class='header'
>
32 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('index.html#')">首页
</a> <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('tags/index.html#')">标签
</a>
35 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2Lang('en')">English
</a>
43 <div class=
"container">
44 <h1 class=
"title">长按链接弹出菜单
46 <span class=
"subtitle"></span>
50 <li><a href=
"../tags/javascript/index.html#">javascript
</a> </li>
53 <h4 id=
"长按链接运行第三方程序">长按链接运行第三方程序
</h4>
54 <p>配置文件
<a href=
"file:///data/data/info.torapp.uweb/files/default.longclick">default.longclick
</a>每行格式如下(同
<a href=
"../cmd">default.cmds
</a>)
<br>
56 命令可以包含
<a href=
"../cmd">%c
</a>(当前网址cookie)等,执行时会被相应内容自动替换。
</p>
57 <h4 id=
"长按链接运行js文件">长按链接运行js文件
</h4>
58 <p>长按链接弹出菜单显示
<a href=
"file:///data/data/info.torapp.uweb/files/longclick/">longclick
</a>目录下所有js文件供用户挑选执行。
<br>
61 <li>首行可以
"//
"开头,后面紧跟目标网页url,url中可包含
<a href=
"../cmd/index.html#">"%u
"等
</a>,打开网页时会用长按的链接替换。
</li>
62 <li>首行非
"//
"开头者,整个脚本作用于当前网页,不再打开新网页。
</li>
63 <li>第二行开始为javascript代码,代码中可用arguments来获取參数。其中arguments[
1]为长按的链接; arguments[
2]为长按链接的文字描述; arguments[
0]为js文件名。
</li>
67 <p>Last Modified:
2 April
2024<br>
68 add js function in README
<br>
73 src='https://giscus.app/client.js'
74 data-repo=
"torappinfo/uweb"
75 data-repo-id=
"MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
76 data-category=
"Announcements"
77 data-category-id=
"DIC_kwDOEgNLGc4CQjsh"
80 data-reactions-enabled=
"1"
81 data-emit-metadata=
"0"
82 data-input-position=
"top"
86 crossorigin=
"anonymous" async
>
89 <footer class=
"site-footer">
90 <div class=
"container">
91 © 2018-
2025 Richard H. Cao
94 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->