mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
123 lines
5.4 KiB
HTML
123 lines
5.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="../style.css" type="text/css" />
|
|
<title>Downloads</title>
|
|
<script type="text/javascript">
|
|
function findLang(){
|
|
let href = location.href;
|
|
for(let i=href.length-1;i>0;i--){
|
|
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
|
|
return i;
|
|
}
|
|
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);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<header class='header'>
|
|
<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>
|
|
|
|
<nav>
|
|
</nav>
|
|
</header>
|
|
<br />
|
|
|
|
<div class="container">
|
|
<h1 class="title">Downloads
|
|
<br>
|
|
<span class="subtitle"></span>
|
|
</h1>
|
|
<ul class="tags">
|
|
|
|
</ul>
|
|
<p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p>
|
|
<p><a href="https://galaxy.store/uweb">Galaxy.Store</a></p>
|
|
<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>
|
|
<p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p>
|
|
<p><a href="https://www.udrop.com/folder/08ba413230f465ca0901bef68e857c0b/uweb">udrop</a></p>
|
|
<p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p>
|
|
<p><a href="http://pan.mcbebbs.cn/s/dJ4t8">mcbebbs</a></p>
|
|
<h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
|
|
<h4 id="change-logs">Change logs</h4>
|
|
<p>1034: click share button on homescreen to process clipboard text.<br>
|
|
1030: Allow downloading with global redirection<br>
|
|
1026: Test automation: enable i:0 urls in scripting mode<br>
|
|
1017: crontab alarm clock and <a href="../links/index.html">links</a> as sixth field.<br>
|
|
1008: Add long screenshot mode<br>
|
|
1006: Advanced configuration: auto reload, download path<br>
|
|
1004: bookmarklet "Show as html" to support clipboard sites such as "netcut.cn".<br>
|
|
998: <a href="../rjs/index.html">Bookmarklets</a> to support CSP sites.<br>
|
|
991: <a href="../redirect/index.html">global url redirection</a> support.<br>
|
|
988: <a href="../adblock_domain/index.html">hosts</a> file to support response headers.<br>
|
|
985: <a href="../links/index.html">Special urls</a> to support shortcut keys such as ctrl-a to ctrl-z.<br>
|
|
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>
|
|
975: <a href="../bookmark/index.html">Bookmarks</a> to support styling for markdown etc.<br>
|
|
971: <a href="../links/index.html">multiple type profiles</a>: switch any data including website logins, user configurations orthogonally.<br>
|
|
964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
|
|
961: webdav/http file upload support with <a href="../links/index.html">"i:0u" links</a>.<br>
|
|
955: Address bar: <a href="../acmd/index.html">":!" or "!"</a> for command line support (.js/.sh files as executables).<br>
|
|
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
|
946: Option "use offline cache" to support serverless local websites.</p>
|
|
<p>945: commands to support evaluation of generated js code.</p>
|
|
<p>943: Multiple home screens support .mht (offline webpage), .search & .html local files.</p>
|
|
<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>
|
|
<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>
|
|
|
|
</div>
|
|
<p>Last Modified: 6 December 2023<br>
|
|
add i:0/js/ support<br>
|
|
<pre></pre>
|
|
</p>
|
|
<script>
|
|
if(location.href.indexOf("/zh/")>0){
|
|
var script = document.createElement("script");
|
|
script.type = "text/javascript";
|
|
script.src = "../../js/gissues.js";
|
|
script.setAttribute("repo","jamesfengcao/uweb");
|
|
script.setAttribute("issue-term","title");
|
|
script.setAttribute("theme","github-light");
|
|
script.async = true;
|
|
document.body.appendChild(script);
|
|
}
|
|
</script>
|
|
<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"
|
|
data-mapping="title"
|
|
data-strict="0"
|
|
data-reactions-enabled="1"
|
|
data-emit-metadata="0"
|
|
data-input-position="top"
|
|
data-theme="light"
|
|
data-lang="en"
|
|
data-loading="lazy"
|
|
crossorigin="anonymous" async>
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|