2022-07-09 02:45:17 +02:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-12-11 08:23:07 +01:00
2024-04-01 15:51:55 +02:00
< link rel = "stylesheet" href = "../style.css#" type = "text/css" / >
2022-09-16 15:44:03 +02:00
< title > Downloads< / title >
2022-07-09 02:45:17 +02:00
< script type = "text/javascript" >
2022-07-12 04:24:02 +02:00
function findLang(){
2022-07-09 02:45:17 +02:00
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
2022-07-12 04:24:02 +02:00
return i;
2022-07-09 02:45:17 +02:00
}
2022-07-12 04:24:02 +02:00
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
2022-07-09 02:45:17 +02:00
}
< / script >
< / head >
< body >
< header class = 'header' >
2024-04-02 07:42:43 +02:00
< 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 >
2022-07-12 04:24:02 +02:00
2022-07-09 02:45:17 +02:00
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
2022-09-16 15:44:03 +02:00
< h1 class = "title" > Downloads
2022-07-09 02:45:17 +02:00
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2022-09-16 10:09:19 +02:00
< p > < a href = "https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5" > Amazon appstore< / a > < / p >
2023-11-21 03:53:50 +01:00
< p > < a href = "https://galaxy.store/uweb" > Galaxy.Store< / a > < / p >
2022-09-16 10:09:19 +02:00
< p > < a href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry" > uweb, termux & history versions< / a > < / p >
< p > < a href = "https://github.com/torappinfo/uweb/releases/tag/v1" > github< / a > < / p >
< p > < a href = "https://sourceforge.net/projects/uwebbrowser/files/v1/" > sourceforge< / a > < / p >
2023-01-31 12:40:46 +01:00
< p > < a href = "https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/" > powerfolder< / a > < / p >
2023-05-26 09:48:51 +02:00
< p > < a href = "https://www.udrop.com/folder/08ba413230f465ca0901bef68e857c0b/uweb" > udrop< / a > < / p >
2023-12-01 03:42:31 +01:00
< p > < a href = "https://releases.pagure.org/uwebapk/" > pagure< / a > < / p >
2023-12-06 02:06:02 +01:00
< p > < a href = "http://pan.mcbebbs.cn/s/dJ4t8" > mcbebbs< / a > < / p >
2023-01-30 05:44:53 +01:00
< h4 id = "main-featuresreadmeindexhtml" > < a href = "../readme/index.html" > Main features< / a > < / h4 >
2022-09-16 10:09:19 +02:00
< h4 id = "change-logs" > Change logs< / h4 >
2024-05-05 12:17:42 +02:00
< p > 1048: enhance file downloading. Previous versions may fail for few sites.< br >
1047: add huge markdown file viewer< br >
1038: support chatBot as search engine with url " i:0/js/hash2textarea.js:https://XXX" < br >
2024-03-21 10:56:09 +01:00
1036: TV mode: reuse " engine.search" as live TV channel urls.< br >
2023-12-09 10:53:37 +01:00
1034: click share button on homescreen to process clipboard text.< br >
2023-12-03 04:16:31 +01:00
1030: Allow downloading with global redirection< br >
2023-11-28 09:01:09 +01:00
1026: Test automation: enable i:0 urls in scripting mode< br >
2023-11-04 01:02:46 +01:00
1017: crontab alarm clock and < a href = "../links/index.html" > links< / a > as sixth field.< br >
2023-10-26 01:37:29 +02:00
1008: Add long screenshot mode< br >
2023-11-14 06:22:15 +01:00
1006: Advanced configuration: auto reload, download path< br >
2023-06-01 15:46:11 +02:00
1004: bookmarklet " Show as html" to support clipboard sites such as " netcut.cn" .< br >
2023-05-23 10:43:54 +02:00
998: < a href = "../rjs/index.html" > Bookmarklets< / a > to support CSP sites.< br >
2023-04-29 13:24:02 +02:00
991: < a href = "../redirect/index.html" > global url redirection< / a > support.< br >
2023-04-12 02:07:52 +02:00
988: < a href = "../adblock_domain/index.html" > hosts< / a > file to support response headers.< br >
2023-04-03 03:13:07 +02:00
985: < a href = "../links/index.html" > Special urls< / a > to support shortcut keys such as ctrl-a to ctrl-z.< br >
2023-03-22 12:03:02 +01:00
983: support < a href = "../adblock_domain/index.html" > " hosts" < / a > file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name.< br >
2023-03-04 03:56:24 +01:00
975: < a href = "../bookmark/index.html" > Bookmarks< / a > to support styling for markdown etc.< br >
2023-02-14 16:07:43 +01:00
971: < a href = "../links/index.html" > multiple type profiles< / a > : switch any data including website logins, user configurations orthogonally.< br >
2023-02-03 10:06:25 +01:00
964: site source html preprocessing before rendering with user < a href = "../sitejs/index.html" > site extra html< / a > .< br >
2023-01-28 01:40:29 +01:00
961: webdav/http file upload support with < a href = "../links/index.html" > " i:0u" links< / a > .< br >
2023-01-16 15:25:09 +01:00
955: Address bar: < a href = "../acmd/index.html" > " :!" or " !" < / a > for command line support (.js/.sh files as executables).< br >
2023-01-08 12:59:57 +01:00
949: Address bar: " :p [width in milliInch]x[height]" to generate PDF in custom size< br >
2022-12-08 09:15:22 +01:00
946: Option " use offline cache" to support serverless local websites.< / p >
2022-11-23 06:52:03 +01:00
< p > 945: commands to support evaluation of generated js code.< / p >
2022-11-16 16:16:30 +01:00
< p > 943: Multiple home screens support .mht (offline webpage), .search & .html local files.< / p >
2023-01-30 05:44:53 +01:00
< p > 940: < a href = "../url2site/index.html" > Any urls as website< / a > with local html processing (< a href = "../links/index.html" > " i:0m/..../xxx.html:url" < / a > )< / p >
2022-10-19 17:10:42 +02:00
< p > 935:< / p >
< ul >
< li > Pipe support: command line output to uweb tabs.< / li >
< / ul >
< p > 934:< / p >
< ul >
< li > Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.< / li >
< li > PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines.< / li >
< / ul >
2022-07-09 02:45:17 +02:00
< / div >
2024-05-05 12:17:42 +02:00
< p > Last Modified: 5 May 2024< br >
2024-05-06 02:41:51 +02:00
enhance downloading< br >
2023-03-07 03:07:05 +01:00
< pre > < / pre >
< / p >
2024-03-21 02:04:37 +01:00
2023-05-06 03:56:44 +02:00
< script id = 'jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 04:49:29 +02:00
data-mapping="title"
2023-05-06 03:56:44 +02:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 04:49:29 +02:00
crossorigin="anonymous" async>
2023-05-06 03:40:28 +02:00
< / script >
2022-07-09 02:45:17 +02:00
2024-04-03 03:47:35 +02:00
< footer class = "site-footer" >
< div class = "container" >
2024-04-04 15:28:55 +02:00
© 2018-2024 Richard H. Cao
2024-04-03 03:47:35 +02:00
< / div >
< / footer >
2024-04-04 15:28:55 +02:00
<!-- 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/>. -->
2022-07-09 02:45:17 +02:00
< / body >
< / html >