rebuilding site Sat Jul 30 04:35:05 PM CST 2022

This commit is contained in:
James Feng Cao 2022-07-30 16:35:05 +08:00
parent c6909f2fbb
commit 4087db750e
11 changed files with 133 additions and 5 deletions

View File

@ -7,17 +7,19 @@
[pages](https://uwebzh.pages.dev/en)
[stormkit](https://uweb.stormkit.dev/en)
[surge](https://uweb.surge.sh/en/)
[gitlab](https://jamesfengcao.gitlab.io/uweb/en)
[render](https://uwebzh.onrender.com/en)
)
- Tiny, less than 200k
- Efficient: run fast and less touches
- Powerful: supports user-defined menus (or buttons/gestures) for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.
- Tiny: less than 200k
- Fast: run fast, more apparently with thousands of user provided css/scripts
- Efficient: less touches, one click to reach any number of search engines without repeated input.
- Customizable: user-defined menus (or buttons/gestures) for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.
- Powerful: enabling html5 applications to work like native; javascript and shell scripting for general processing and more with uweb compatible Termux.
#### Main features
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.).
- One click to reach any number of search engines without repeated input.
- Resizable floating video support.
- User-defined global and site-specific CSS and javascript.
- Bookmarklets (with option to auto apply to similar sites)

View File

@ -6,6 +6,7 @@
[pages](https://uwebzh.pages.dev/zh)
[stormkit](https://uweb.stormkit.dev/en)
[surge](https://uweb.surge.sh/en/)
[gitlab](https://jamesfengcao.gitlab.io/uweb/zh)
[github](https://torappinfo.github.io/uwebzh/zh))
- 微不到200K。

View File

@ -34,6 +34,7 @@
<guid>/en/links/</guid>
<description>Clicking the following hypertext will install menus for long pressing the bookmark button (with star as icon):
Wait for network msg
Certificate info
Web fullscreen
Long pressing the bookmark button in uweb browser will popup menus defined in file &amp;quot;default.link&amp;quot;. The file format is as follows:
@ -76,6 +77,22 @@ Toggle all checkboxes in forms
Enable selection</description>
</item>
<item>
<title>Commands</title>
<link>/en/cmds/</link>
<pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate>
<guid>/en/cmds/</guid>
<description>Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.
Configuration file &amp;quot;default.cmds&amp;quot; examples:
Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name &#39;Cookies&#39; -type f -delete
VPN::am start -a android.net.vpn.SETTINGS
wireless::am start -a android.settings.WIRELESS_SETTINGS
Append query to autocomplete:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&amp;gt;a.tmp;mv a.tmp default.autoc;&amp;gt;query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc
Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache
Clear logcat::logcat -c</description>
</item>
<item>
<title>Text selection</title>
<link>/en/pccopy/</link>

View File

@ -113,6 +113,12 @@
</a>
</li>
<li class="post">
<a href="cmds/index.html">
<span>Commands</span>
</a>
</li>
<li class="post">
<a href="pccopy/index.html">
<span>Text selection</span>

View File

@ -73,6 +73,7 @@ Note: &#34;Engines&#34; needs file &#34;engine.search&#34;whose format is sam
<guid>/en/links/</guid>
<description>Clicking the following hypertext will install menus for long pressing the bookmark button (with star as icon):
Wait for network msg
Certificate info
Web fullscreen
Long pressing the bookmark button in uweb browser will popup menus defined in file &amp;quot;default.link&amp;quot;. The file format is as follows:
@ -167,6 +168,22 @@ Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache
Clear logcat::logcat -c</description>
</item>
<item>
<title>Commands</title>
<link>/en/cmds/</link>
<pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate>
<guid>/en/cmds/</guid>
<description>Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.
Configuration file &amp;quot;default.cmds&amp;quot; examples:
Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name &#39;Cookies&#39; -type f -delete
VPN::am start -a android.net.vpn.SETTINGS
wireless::am start -a android.settings.WIRELESS_SETTINGS
Append query to autocomplete:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&amp;gt;a.tmp;mv a.tmp default.autoc;&amp;gt;query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc
Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache
Clear logcat::logcat -c</description>
</item>
<item>
<title>Execute javascript codes</title>
<link>/en/rjs/</link>

View File

@ -48,7 +48,8 @@
</ul>
<p>Clicking the following hypertext will install menus for long pressing the bookmark button (with star as icon):<br>
<a href="i:0gdefault.link::Certificate info:i:1b%0A">Certificate info</a></p>
<a href="i:0gdefault.link::Wait msg:i:1c%0A">Wait for network msg</a></p>
<p><a href="i:0gdefault.link::Certificate info:i:1b%0A">Certificate info</a></p>
<p><a href="i:0gdefault.link::web fullscreen: location.href='i:5fsetTimeout(()=>document.documentElement.requestFullscreen(),50);';%0A">Web fullscreen</a></p>
<p>Long pressing the bookmark button in <a href="../index.html">uweb browser</a> will popup menus defined in file &quot;default.link&quot;. The file format is as follows:<br>
[Menu name]:[url][space][javascript code]</p>

View File

@ -173,6 +173,19 @@
hreflang="en"
href="/en/cmds/"
/>
</url><url>
<loc>/en/cmds/</loc>
<lastmod>2022-06-02T00:00:00+00:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="/zh/cmds/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="/en/cmds/"
/>
</url><url>
<loc>/en/rjs/</loc>
<lastmod>2022-06-01T00:00:00+00:00</lastmod>

View File

@ -94,6 +94,32 @@ Enables all form elements
BugMeNot</description>
</item>
<item>
<title>配置浏览器常用命令</title>
<link>/zh/cmds/</link>
<pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate>
<guid>/zh/cmds/</guid>
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示支持数学公式、各类图表
配置文件&amp;quot;default.cmds&amp;quot;示例:
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name &#39;Cookies&#39; -type f -delete
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
VPN::am start -a android.net.vpn.SETTINGS
无线::am start -a android.settings.WIRELESS_SETTINGS
合并查询历史至自动填充:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&amp;gt;a.tmp;mv a.tmp default.autoc;&amp;gt;query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
清空logcat::logcat -c
输出logcat.log::logcat -d &amp;gt; logcat.log
复制cookie:/clip:printf &#39;%c&#39;
tgz install::toybox tar -xzf %f -C /
以下命令需修改接收端IP定制。另外发送消息前接收端需首先执行“等待网络消息”命令。
发送剪贴板:clip/uweb:printf &#39;i:5ji:5b&#39;;cat
发送url::printf &#39;%u&#39;|/system/bin/toybox nc 192.168.2.155 1500
发送url(播放器)::printf &#39;i:5g%u&#39;|/system/bin/toybox nc 192.</description>
</item>
<item>
<title>Android TV</title>
<link>/zh/androidtv/</link>

View File

@ -111,6 +111,12 @@
</a>
</li>
<li class="post">
<a href="cmds/index.html">
<span>配置浏览器常用命令</span>
</a>
</li>
<li class="post">
<a href="androidtv/index.html">
<span>Android TV</span>

View File

@ -268,6 +268,32 @@ VPN::am start -a android.net.vpn.SETTINGS
输出logcat.log::logcat -d &amp;gt; logcat.log
复制cookie:/clip:printf &#39;%c&#39;
tgz install::toybox tar -xzf %f -C /
以下命令需修改接收端IP定制。另外发送消息前接收端需首先执行“等待网络消息”命令。
发送剪贴板:clip/uweb:printf &#39;i:5ji:5b&#39;;cat
发送url::printf &#39;%u&#39;|/system/bin/toybox nc 192.168.2.155 1500
发送url(播放器)::printf &#39;i:5g%u&#39;|/system/bin/toybox nc 192.</description>
</item>
<item>
<title>配置浏览器常用命令</title>
<link>/zh/cmds/</link>
<pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate>
<guid>/zh/cmds/</guid>
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示支持数学公式、各类图表
配置文件&amp;quot;default.cmds&amp;quot;示例:
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name &#39;Cookies&#39; -type f -delete
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
VPN::am start -a android.net.vpn.SETTINGS
无线::am start -a android.settings.WIRELESS_SETTINGS
合并查询历史至自动填充:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&amp;gt;a.tmp;mv a.tmp default.autoc;&amp;gt;query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
清空logcat::logcat -c
输出logcat.log::logcat -d &amp;gt; logcat.log
复制cookie:/clip:printf &#39;%c&#39;
tgz install::toybox tar -xzf %f -C /
下面配置需要root权限
解冻微信::su -c &#39;pm enable com.tencent.mm&#39;
冻结微信::su -c &#39;pm disable com.</description>

View File

@ -147,6 +147,19 @@
hreflang="zh"
href="/zh/cmds/"
/>
</url><url>
<loc>/zh/cmds/</loc>
<lastmod>2022-06-01T00:00:00+00:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
href="/en/cmds/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
href="/zh/cmds/"
/>
</url><url>
<loc>/zh/androidtv/</loc>
<lastmod>2022-05-18T00:00:00+00:00</lastmod>