mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
update AI engines
This commit is contained in:
parent
7792c764b2
commit
b2e9cd1d31
20 changed files with 107 additions and 79 deletions
|
@ -148,6 +148,7 @@ npm install ebrowser
|
|||
<li>"mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".</li>
|
||||
<li>"proxy.json": name-<a href="https://www.electronjs.org/docs/latest/api/structures/proxy-config">ProxyConfig</a> pairs</li>
|
||||
<li>"uas.json" : name-useragent pairs</li>
|
||||
<li>"menu.json": array of strings for <a href="https://jamesfengcao.gitlab.io/uweb/en/urls/index.html">user-defined menus</a>. The array has submenu name and address bar commands alternately.</li>
|
||||
<li>"download.json" : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with "%u" as the downloaded url.</li>
|
||||
</ul>
|
||||
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
|
||||
|
@ -193,7 +194,7 @@ npm install ebrowser
|
|||
<p>You can copy or modify the code/program under the terms of the GPL3.0 or later versions.</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 30 June 2024<br>
|
||||
<p>Last Modified: 4 July 2024<br>
|
||||
<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.128.0">
|
||||
<meta name="generator" content="Hugo 0.128.2">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="alternate" type="application/rss+xml" href="../en/index.xml" title="uweb browser: unlimited power">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Tue, 02 Jul 2024 16:13:43 +0800</lastBuildDate>
|
||||
<lastBuildDate>Thu, 04 Jul 2024 16:02:27 +0800</lastBuildDate>
|
||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Text selection/processing</title>
|
||||
|
@ -139,7 +139,7 @@
|
|||
<link>/en/urls/</link>
|
||||
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/urls/</guid>
|
||||
<description>Click the following links to install url services with uweb browser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=
Yandex by image:https://yandex.</description>
|
||||
<description>Click the following links to install url services with uweb browser or ebrowser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Commands</title>
|
||||
|
|
|
@ -262,7 +262,7 @@
|
|||
|
||||
</div>
|
||||
<p>Last Modified: 2 July 2024<br>
|
||||
make search engines available to ebrowser<br>
|
||||
update AI engines<br>
|
||||
<pre>Add AI engines
|
||||
</pre>
|
||||
</p>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2024-07-02T16:13:43+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -181,7 +181,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/topposts/</loc>
|
||||
<lastmod>2024-07-02T16:13:43+08:00</lastmod>
|
||||
<lastmod>2024-07-04T14:30:48+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -333,7 +333,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/urls/</loc>
|
||||
<lastmod>2024-05-03T16:48:45+08:00</lastmod>
|
||||
<lastmod>2024-07-04T14:30:48+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -508,7 +508,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/ebrowserreadme/</loc>
|
||||
<lastmod>2024-06-30T15:28:25+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/en/mirrors/</loc>
|
||||
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
||||
|
@ -539,7 +539,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/unlist/</loc>
|
||||
<lastmod>2024-06-30T15:28:25+08:00</lastmod>
|
||||
<lastmod>2024-07-04T16:02:27+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
@ -11,84 +11,84 @@
|
|||
<item>
|
||||
<title>Clipboard</title>
|
||||
<link>/en/tags/clipboard/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/clipboard/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Ssh</title>
|
||||
<link>/en/tags/ssh/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/ssh/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Termux</title>
|
||||
<link>/en/tags/termux/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/termux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Windows</title>
|
||||
<link>/en/tags/windows/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/windows/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Redirection</title>
|
||||
<link>/en/tags/redirection/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/redirection/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Adblock</title>
|
||||
<link>/en/tags/adblock/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/adblock/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Css</title>
|
||||
<link>/en/tags/css/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/css/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Javascript</title>
|
||||
<link>/en/tags/javascript/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sat, 28 Jan 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/javascript/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Search Engine</title>
|
||||
<link>/en/tags/search-engine/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/search-engine/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tdict</title>
|
||||
<link>/en/tags/tdict/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/tdict/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tools</title>
|
||||
<link>/en/tags/tools/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Sun, 06 Sep 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/tools/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Curl</title>
|
||||
<link>/en/tags/curl/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tags/curl/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in Topposts on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Tue, 02 Jul 2024 16:13:43 +0800</lastBuildDate>
|
||||
<lastBuildDate>Thu, 04 Jul 2024 14:30:48 +0800</lastBuildDate>
|
||||
<atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Search engines</title>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<link>/en/urls/</link>
|
||||
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/urls/</guid>
|
||||
<description>Click the following links to install url services with uweb browser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=
Yandex by image:https://yandex.</description>
|
||||
<description>Click the following links to install url services with uweb browser or ebrowser. Force exit and re-launch the app, then long press the &quot;image&quot; button to popup the menu.
Fullscreen video:i:5f
Redirect/edit:e:
Save2autocomplete:i:51:
Bookmark:i:52:
Note:i:53:
Save engine:i:54:
Save link:i:55:
Save to desktop:i:58
markdownview:i:0m-/js/mdview.html:
Add to media storage::001
Extract web app:i:0bsitecache/local/:
tgurl:https://tx.me/share/url?url=
tgdownload:https://tx.me/share/url?url=../../download Compatible mode:i:5d
papago:https://papago.naver.net/website?locale=en&amp;target=en&amp;url=
google translate:https://translate.google.com/translate?sl=auto&amp;tl=en&amp;u=
Source:view-source:
outline:https://www.outline.com/
2pdf:https://www.web2pdfconvert.com#
printfriendly:https://www.printfriendly.com/print/?url=
htmlview:https://htmlview.glitch.me/?
htmlpreview:https://htmlpreview.github.io/?
webarchive:https://web.archive.org/web/*/
archive:https://archive.is/?run=1&amp;url=
googlecache:http://webcache.googleusercontent.com/search?q=cache:
google by image:https://www.google.com/searchbyimage?safe=off&amp;image_url=
tinyeye:https://tineye.com/search?url=</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Commands</title>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>Click the following links to install url services with <a href="../index.html#">uweb browser</a>. <b>Force exit and re-launch the app</b>, then long press the "image" button to popup the menu.</p>
|
||||
<p>Click the following links to install url services with <a href="../index.html#">uweb browser</a> or <a href="../ebrowserreadme/index.html#">ebrowser</a>. <b>Force exit and re-launch the app</b>, then long press the "image" button to popup the menu.</p>
|
||||
<p><a href="i:01Fullscreen video:i:5f">Fullscreen video:i:5f</a></p>
|
||||
<p><a href="i:01Redirect/edit:e:">Redirect/edit:e:</a></p>
|
||||
<p><a href="i:01Save2autocomplete:i:51:">Save2autocomplete:i:51:</a></p>
|
||||
|
@ -108,8 +108,8 @@
|
|||
<p><a href="i:01djvu:file:///data/user/0/info.torapp.uweb/files/app/djvu.html?url=">djvu:file:///data/user/0/info.torapp.uweb/files/app/djvu.html?url=</a></p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 3 May 2024<br>
|
||||
enhance execCmd_user() with internal links<br>
|
||||
<p>Last Modified: 4 July 2024<br>
|
||||
update AI engines<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue