5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
7 <link rel=
"stylesheet" href=
"../style.css#" type=
"text/css" />
8 <title>长按链接弹出菜单
</title>
9 <script type=
"text/javascript">
11 let href
= location
.href
;
12 for(let i
=href
.length
-1;i
>0;i
--){
13 if('/'==href
.charAt(i
) && '/'==href
.charAt(i
-3))
20 location
.href
= location
.href
.substring(0,i
+1)+page
;
22 function nav2Lang(lang
){
24 let href
= location
.href
;
25 location
.href
= location
.href
.substring(0,i
-2)+lang
+location
.href
.substring(i
);
30 <header class='header'
>
31 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('index.html#')">Home
</a> <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('tags/index.html#')">Tags
</a>
34 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2Lang('en')">English
</a>
42 <div class=
"container">
43 <h1 class=
"title">长按链接弹出菜单
45 <span class=
"subtitle"></span>
49 <li><a href=
"../tags/javascript/index.html#">javascript
</a> </li>
52 <h4 id=
"长按链接运行第三方程序">长按链接运行第三方程序
</h4>
53 <p>配置文件
<a href=
"file:///data/data/info.torapp.uweb/files/default.longclick">default.longclick
</a>每行格式如下(同
<a href=
"../cmd">default.cmds
</a>)
<br>
55 命令可以包含
<a href=
"../cmd">%c
</a>(当前网址cookie)等,执行时会被相应内容自动替换。
</p>
56 <h4 id=
"长按链接运行js文件">长按链接运行js文件
</h4>
57 <p>长按链接弹出菜单显示
<a href=
"file:///data/data/info.torapp.uweb/files/longclick/">longclick
</a>目录下所有js文件供用户挑选执行。
<br>
60 <li>首行可以
"//
"开头,后面紧跟目标网页url,url中可包含
<a href=
"../cmd/index.html#">"%u
"等
</a>,打开网页时会用长按的链接替换。
</li>
61 <li>首行非
"//
"开头者,整个脚本作用于当前网页,不再打开新网页。
</li>
62 <li>第二行开始为javascript代码,代码中可用arguments来获取參数。其中arguments[
1]为长按的链接; arguments[
2]为长按链接的文字描述; arguments[
0]为js文件名。
</li>
66 <p>Last Modified:
2 April
2024<br>
67 add js function in README
<br>
72 src='https://giscus.app/client.js'
73 data-repo=
"torappinfo/uweb"
74 data-repo-id=
"MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
75 data-category=
"Announcements"
76 data-category-id=
"DIC_kwDOEgNLGc4CQjsh"
79 data-reactions-enabled=
"1"
80 data-emit-metadata=
"0"
81 data-input-position=
"top"
85 crossorigin=
"anonymous" async
>
88 <footer class=
"site-footer">
89 <div class=
"container">
90 © 2018-
2024 Richard H. Cao
93 <!-- 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/>. -->