mirror of
https://github.com/torappinfo/uweb.git
synced 2026-03-14 14:45:45 +01:00
uweb1029: ':cclear' to clear web storage
This commit is contained in:
parent
bad6a9cb2a
commit
39f2455692
7 changed files with 12 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in _Posts on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Tue, 29 Jul 2025 14:59:44 +0800</lastBuildDate>
|
||||
<lastBuildDate>Fri, 22 Aug 2025 08:32:50 +0800</lastBuildDate>
|
||||
<atom:link href="https://jamesfengcao.gitlab.io/uweb/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>popup menu for Long pressed link and downloading</title>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Tue, 19 Aug 2025 08:40:54 +0800</lastBuildDate>
|
||||
<lastBuildDate>Fri, 22 Aug 2025 08:32:50 +0800</lastBuildDate>
|
||||
<atom:link href="https://jamesfengcao.gitlab.io/uweb/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>popup menu for Long pressed link and downloading</title>
|
||||
|
|
|
|||
|
|
@ -62,7 +62,8 @@
|
|||
<p><a href="i:0gdownload.link::mdPager:i:0m/js/viewmd.html:%25u#p=1%0A">markdown pager</a></p>
|
||||
<h4 id="link-menus-long-pressing-the-bookmark-button">Link menus (long pressing the bookmark button)</h4>
|
||||
<p>Click the following links to install menus displayed by long pressing the bookmark button (with star as icon):<br>
|
||||
<a href="i:0gdefault.link::Input::cinput%0A">Select utf8 text file as keyboard input</a></p>
|
||||
<a href="i:0gdefault.link::ClearWeb::cclear%0A">Clear Web Storage, keeping cookies and cache</a></p>
|
||||
<p><a href="i:0gdefault.link::Input::cinput%0A">Select utf8 text file as keyboard input</a></p>
|
||||
<p><a href="i:0gdefault.link::wol::cwol %0A">Wake-on-LAN,need to insert your network MAC address before "%0A"</a></p>
|
||||
<p><a href="i:0gdefault.link::Capture::ccapture%0A">Capture long screenshot</a> (need <a href="i:61:../searchurl/func.html">long screenshot mode</a>)</p>
|
||||
<p><a href="i:0gdefault.link:../searchurl/txt/link.cfg">Select All:CTRL-A/undo:CTRL-Z/Redo:CTRL-Y</a></p>
|
||||
|
|
@ -339,8 +340,8 @@ Bundle of internal urls, if it is an "i:0" url, then it should have th
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 9 April 2025<br>
|
||||
fix broken links<br>
|
||||
<p>Last Modified: 22 August 2025<br>
|
||||
add :cclear<br>
|
||||
<pre>i:56 urls support CTRL_A to CTRL-Z
|
||||
</pre>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/_posts/</loc>
|
||||
<lastmod>2025-07-29T14:59:44+08:00</lastmod>
|
||||
<lastmod>2025-08-22T08:32:50+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/</loc>
|
||||
<lastmod>2025-08-19T08:40:54+08:00</lastmod>
|
||||
<lastmod>2025-08-22T08:32:50+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/links/</loc>
|
||||
<lastmod>2025-04-09T00:37:37+08:00</lastmod>
|
||||
<lastmod>2025-08-22T08:32:50+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<script>var verCode = %1%;</script>
|
||||
<script>
|
||||
(function(){
|
||||
let latestV = 1126;
|
||||
let latestV = 1129;
|
||||
let msg = "Already up to date!";
|
||||
let url="https://master.dl.sourceforge.net/project/uwebbrowser/v1/uweb"+latestV+".apk?viasf=1";
|
||||
do {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"b":"https://www4.bing.com/search?q=%s",
|
||||
"n":"https://n.cn/search/?q=%s",
|
||||
"ff":"http://frogfind.com/?q=%s",
|
||||
"bda":"https://chat.baidu.com/search?word=%s",
|
||||
"bdic":"http://cn.bing.com/dict/search?q=%s",
|
||||
"ki":"https://kimi.moonshot.cn/_prefill_chat?force_search=true&send_immediately=true&prefill_prompt=%s",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<sitemap>
|
||||
<loc>https://jamesfengcao.gitlab.io/uweb/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2025-08-19T08:40:54+08:00</lastmod>
|
||||
<lastmod>2025-08-22T08:32:50+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue