mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
4 commits
7399d1b5cd
...
491856eb1f
Author | SHA1 | Date | |
---|---|---|---|
|
491856eb1f | ||
|
6c53b64adf | ||
|
668af3d194 | ||
|
bc8110325b |
17 changed files with 48 additions and 34 deletions
10
README.md
10
README.md
|
@ -1,8 +1,8 @@
|
|||
### Uweb browser for geeks: unlimited power with html5 & termux
|
||||
[中文](README.zh-Hans.md)
|
||||
[中文](https://uwebzh.netlify.app/zh/readme/index.html)
|
||||
|
||||
[Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5)
|
||||
[Downloads](en/download.md)
|
||||
[Downloads](https://uwebzh.netlify.app/en/changelog/index.html)
|
||||
|
||||
[Uweb browser: downloads, plugins and tips](https://torappinfo.github.io/uweb/en/)
|
||||
(Mirrors: [netlify](https://uwebzh.netlify.app/en/) [gitlab](https://jamesfengcao.gitlab.io/uweb/en/) [stormkit](https://uweb.stormkit.dev/en/) [surge](https://uweb.surge.sh/en/) [codeberg](https://jamesfengcao.codeberg.page/en/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/en/index.html) [pages](https://uwebzh.pages.dev/en/) [vercel](https://uweb-zh.vercel.app/en/) [bitbucket](https://torappinfo.bitbucket.io/en/) [render](https://uwebzh.onrender.com/en/))
|
||||
|
@ -12,9 +12,9 @@
|
|||
- Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.
|
||||
- Tiny: less than 200k.
|
||||
- Fast: run fast, even with thousands of user provided css/scripts/htmls.
|
||||
- Efficient: less touches, one click to reach any number of search engines without repeated input.
|
||||
- URL bar command line support ("!", better with hardware keyboard).
|
||||
- user-defined JS/CSS/HTML/preprocessing for specified domains.
|
||||
- Efficient: less touches, one click to reach any number of search engines without repeated input; automate online services.
|
||||
- URL bar command line support ("!" and .js file as command).
|
||||
- user-defined site-specific JS/CSS/HTML/preprocessing.
|
||||
|
||||
#### Main features
|
||||
Custom paper size PDF export and long vector screenshot, TTS, text reflow, resource sniffer, translation, reader's mode, user-defined url redirection, webdav/http backup & restore, auto next page, sending/receiving msg/file(s), site config (UA, no JS, no image, no 3rd party script/resource,active script, global scripts), http(s)/socks proxy, enabling html5 apps for local files (pdf/djvu/epub viewer, mdict dictionary lookup etc.).
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
### 超微浏览器: 微、威、快、高效、极致优化
|
||||
[English](README.md)
|
||||
[English](https://uwebzh.netlify.app/en/readme/index.html)
|
||||
|
||||
[Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5)
|
||||
[Downloads](en/download.md)
|
||||
[Downloads](https://uwebzh.netlify.app/en/changelog/index.html)
|
||||
|
||||
[超微浏览器下载及使用技巧](https://uwebzh.netlify.app/zh/)
|
||||
(Mirrors: [gitlab](https://jamesfengcao.gitlab.io/uweb/zh/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html) [codeberg](https://jamesfengcao.codeberg.page/zh/) [netlify](https://uwebzh.netlify.app/zh/) [stormkit](https://uweb.stormkit.dev/zh/) [surge](https://uweb.surge.sh/zh/) [github](https://torappinfo.github.io/uweb/zh/) [pages](https://uwebzh.pages.dev/zh/) [bitbucket](https://torappinfo.bitbucket.io/zh/) [vercel](https://uweb-zh.vercel.app/zh/))
|
||||
|
|
10
build.gradle
Normal file
10
build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
defaultTasks 'genApk'
|
||||
task genApk() {
|
||||
doFirst {
|
||||
mkdir "build/outputs/apk/release"
|
||||
def f = new File('build/outputs/apk/release/uweb.apk')
|
||||
new URL('https://releases.pagure.org/uweb/uweb_latest.apk').withInputStream{ i -> f.withOutputStream{ it << i }}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -195,6 +195,7 @@ Ways to enable redirection: Long the image button。 Long pressing the setting b
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -202,8 +203,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -46,8 +46,9 @@
|
|||
<p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</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://releases.pagure.org/uweb/">pagure</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://releases.pagure.org/uweb/">pagure</a></p>
|
||||
<h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
|
||||
<h4 id="change-logs">Change logs</h4>
|
||||
<p>964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#### Download links
|
||||
[pagure](https://releases.pagure.org/uweb/)
|
||||
|
||||
[uweb, termux & history versions](https://s1.asytech.cn/s/tQrgT5kBRg8Trry)
|
||||
|
||||
[github](https://github.com/torappinfo/uweb/releases/tag/v1)
|
||||
|
||||
[sourceforge](https://sourceforge.net/projects/uwebbrowser/files/v1/)
|
||||
|
||||
[pagure](https://releases.pagure.org/uweb/)
|
|
@ -91,8 +91,9 @@ The following html5 applications are allowed to read local files referred by &am
|
|||
<description>Amazon appstore
|
||||
uweb, termux &amp; history versions
|
||||
github
|
||||
pagure
|
||||
sourceforge
|
||||
powerfolder
|
||||
pagure
|
||||
Main features Change logs 964: site source html preprocessing before rendering with user site extra html.
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
|
@ -326,6 +327,7 @@ Ways to enable redirection: Long the image button。 Long pressing the setting b
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -333,8 +335,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
|
||||
</ul>
|
||||
<p>Click the following links to install menus for long pressing the button "link":<br>
|
||||
<a href="i:0gdefault.select::google Translate:/uweb:printf 'https://translate.google.com/?sl=auto&tl=en&op=translate&text=';cat|tr ' ' '%2B'%0A">google Translate</a></p>
|
||||
<a href="i:0gdefault.select::Home:/uweb:printf file://data/data/info.torapp.uweb/home5.search%5C location.href=%5C%22i:15;cat;print %5C%22%0A">Search with home screen</a></p>
|
||||
<p><a href="i:0gdefault.select::google Translate:/uweb:printf 'https://translate.google.com/?sl=auto&tl=en&op=translate&text=';cat|tr ' ' '%2B'%0A">google Translate</a></p>
|
||||
<p><a href="i:0gdefault.select::bing Translate:/uweb:printf 'https://cn.bing.com/translator/?from=&to=en&text=';cat|tr ' ' '%2B'%0A">bing translate</a></p>
|
||||
<p><a href="i:0gdefault.select::deepL:/uweb:print 'https://www.deepl.com/translator {function tE(el,t){var e=new Event(t);el.dispatchEvent(e);}let s=document.querySelector(%22textarea%22);s.value=%60';cat;print '%60;tE(s,%22change%22)}'%0A">deepL</a></p>
|
||||
<p>The file "default.select" defines menus for selected text. If no text is selected, the menu item operates on the whole page. Each line of the file has the following format:<br>
|
||||
|
|
|
@ -48,9 +48,9 @@
|
|||
|
||||
</ul>
|
||||
<h3 id="uweb-browser-for-geeks-unlimited-power-with-html5--termux">Uweb browser for geeks: unlimited power with html5 & termux</h3>
|
||||
<p><a href="README.zh-Hans.md">中文</a></p>
|
||||
<p><a href="https://uwebzh.netlify.app/zh/readme/index.html">中文</a></p>
|
||||
<p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a><br>
|
||||
<a href="en/download.md">Downloads</a></p>
|
||||
<a href="https://uwebzh.netlify.app/en/changelog/index.html">Downloads</a></p>
|
||||
<p><a href="https://torappinfo.github.io/uweb/en/">Uweb browser: downloads, plugins and tips</a><br>
|
||||
(Mirrors: <a href="https://uwebzh.netlify.app/en/">netlify</a> <a href="https://jamesfengcao.gitlab.io/uweb/en/">gitlab</a> <a href="https://uweb.stormkit.dev/en/">stormkit</a> <a href="https://uweb.surge.sh/en/">surge</a> <a href="https://jamesfengcao.codeberg.page/en/">codeberg</a> <a href="https://repo.or.cz/uweb.git/blob_plain/HEAD:/en/index.html">repo</a> <a href="https://uwebzh.pages.dev/en/">pages</a> <a href="https://uweb-zh.vercel.app/en/">vercel</a> <a href="https://torappinfo.bitbucket.io/en/">bitbucket</a> <a href="https://uwebzh.onrender.com/en/">render</a>)</p>
|
||||
<ul>
|
||||
|
@ -59,9 +59,9 @@
|
|||
<li>Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.</li>
|
||||
<li>Tiny: less than 200k.</li>
|
||||
<li>Fast: run fast, even with thousands of user provided css/scripts/htmls.</li>
|
||||
<li>Efficient: less touches, one click to reach any number of search engines without repeated input.</li>
|
||||
<li>URL bar command line support ("!", better with hardware keyboard).</li>
|
||||
<li>user-defined JS/CSS/HTML/preprocessing for specified domains.</li>
|
||||
<li>Efficient: less touches, one click to reach any number of search engines without repeated input; automate online services.</li>
|
||||
<li>URL bar command line support ("!" and .js file as command).</li>
|
||||
<li>user-defined site-specific JS/CSS/HTML/preprocessing.</li>
|
||||
</ul>
|
||||
<h4 id="main-features">Main features</h4>
|
||||
<p>Custom paper size PDF export and long vector screenshot, TTS, text reflow, resource sniffer, translation, reader's mode, user-defined url redirection, webdav/http backup & restore, auto next page, sending/receiving msg/file(s), site config (UA, no JS, no image, no 3rd party script/resource,active script, global scripts), http(s)/socks proxy, enabling html5 apps for local files (pdf/djvu/epub viewer, mdict dictionary lookup etc.).</p>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -20,8 +21,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -20,8 +21,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -20,8 +21,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -20,8 +21,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<guid>/en/pccopy/</guid>
|
||||
<description>Click the following links to install menus for long pressing the button &quot;link&quot;:
|
||||
Search with home screen
|
||||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
|
@ -20,8 +21,7 @@ The file &quot;default.select&quot; defines menus for selected text. If
|
|||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
[input mimetype] can be the following:
|
||||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
[input mimetype] can be the following:</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -15,8 +15,9 @@
|
|||
<description>Amazon appstore
|
||||
uweb, termux &amp; history versions
|
||||
github
|
||||
pagure
|
||||
sourceforge
|
||||
powerfolder
|
||||
pagure
|
||||
Main features Change logs 964: site source html preprocessing before rendering with user site extra html.
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.css&quot;. Use POST type search engine as bookmark for auto login.
|
||||
|
|
|
@ -48,9 +48,9 @@
|
|||
|
||||
</ul>
|
||||
<h3 id="超微浏览器-微威快高效极致优化">超微浏览器: 微、威、快、高效、极致优化</h3>
|
||||
<p><a href="README.md">English</a></p>
|
||||
<p><a href="https://uwebzh.netlify.app/en/readme/index.html">English</a></p>
|
||||
<p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a><br>
|
||||
<a href="en/download.md">Downloads</a></p>
|
||||
<a href="https://uwebzh.netlify.app/en/changelog/index.html">Downloads</a></p>
|
||||
<p><a href="https://uwebzh.netlify.app/zh/">超微浏览器下载及使用技巧</a><br>
|
||||
(Mirrors: <a href="https://jamesfengcao.gitlab.io/uweb/zh/">gitlab</a> <a href="https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html">repo</a> <a href="https://jamesfengcao.codeberg.page/zh/">codeberg</a> <a href="https://uwebzh.netlify.app/zh/">netlify</a> <a href="https://uweb.stormkit.dev/zh/">stormkit</a> <a href="https://uweb.surge.sh/zh/">surge</a> <a href="https://torappinfo.github.io/uweb/zh/">github</a> <a href="https://uwebzh.pages.dev/zh/">pages</a> <a href="https://torappinfo.bitbucket.io/zh/">bitbucket</a> <a href="https://uweb-zh.vercel.app/zh/">vercel</a>)</p>
|
||||
<ul>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
首页搜索:/uweb:printf file://data/data/info.torapp.uweb/files/home5.search\ location.href=\"i:15;cat;printf \"
|
||||
TTS:/uweb:printf i:5e;cat
|
||||
笔记:/uweb:printf i:53;cat
|
||||
sitejs:/uweb:printf i:50../sitejs/:;cat
|
||||
|
|
Loading…
Reference in a new issue