mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Mon Aug 1 09:37:00 AM CST 2022
This commit is contained in:
parent
1d24854e0b
commit
26bfc316fc
15 changed files with 137 additions and 97 deletions
|
@ -94,32 +94,6 @@ 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显示(支持数学公式、各类图表)等
|
||||
配置文件&quot;default.cmds&quot;示例:
|
||||
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -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&gt;a.tmp;mv a.tmp default.autoc;&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 &gt; logcat.log
|
||||
复制cookie:/clip:printf '%c'
|
||||
tgz install::toybox tar -xzf %f -C /
|
||||
以下命令需修改接收端IP定制。另外,发送消息前接收端需首先执行“等待网络消息”命令。
|
||||
发送剪贴板:clip/uweb:printf 'i:5ji:5b';cat
|
||||
发送url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500
|
||||
发送url(播放器)::printf 'i:5g%u'|/system/bin/toybox nc 192.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Android TV</title>
|
||||
<link>/zh/androidtv/</link>
|
||||
|
@ -644,15 +618,6 @@ mimetype用来表示命令的输出类型。除了标准的mimetype之外,超
|
|||
复制手机剪贴板至PC剪贴板:clip:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -i" PC剪贴板至手机剪贴板:/clip:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -o" </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>便利链接</title>
|
||||
<link>/zh/urls/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/urls/</guid>
|
||||
<description>Termux内部目录</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>电视直播</title>
|
||||
<link>/zh/tvlive/</link>
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
<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>
|
||||
|
||||
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
|
||||
|
||||
|
||||
<nav>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -111,12 +111,6 @@
|
|||
</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>
|
||||
|
@ -243,12 +237,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="urls/index.html">
|
||||
<span>便利链接</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tvlive/index.html">
|
||||
<span>电视直播</span>
|
||||
|
|
35
zh/index.xml
35
zh/index.xml
|
@ -268,32 +268,6 @@ VPN::am start -a android.net.vpn.SETTINGS
|
|||
输出logcat.log::logcat -d &gt; logcat.log
|
||||
复制cookie:/clip:printf '%c'
|
||||
tgz install::toybox tar -xzf %f -C /
|
||||
以下命令需修改接收端IP定制。另外,发送消息前接收端需首先执行“等待网络消息”命令。
|
||||
发送剪贴板:clip/uweb:printf 'i:5ji:5b';cat
|
||||
发送url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500
|
||||
发送url(播放器)::printf 'i:5g%u'|/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显示(支持数学公式、各类图表)等
|
||||
配置文件&quot;default.cmds&quot;示例:
|
||||
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -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&gt;a.tmp;mv a.tmp default.autoc;&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 &gt; logcat.log
|
||||
复制cookie:/clip:printf '%c'
|
||||
tgz install::toybox tar -xzf %f -C /
|
||||
下面配置需要root权限:
|
||||
解冻微信::su -c 'pm enable com.tencent.mm'
|
||||
冻结微信::su -c 'pm disable com.</description>
|
||||
|
@ -856,15 +830,6 @@ mimetype用来表示命令的输出类型。除了标准的mimetype之外,超
|
|||
复制手机剪贴板至PC剪贴板:clip:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -i" PC剪贴板至手机剪贴板:/clip:ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -o" </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>便利链接</title>
|
||||
<link>/zh/urls/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/urls/</guid>
|
||||
<description>Termux内部目录</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>电视直播</title>
|
||||
<link>/zh/tvlive/</link>
|
||||
|
|
|
@ -39,13 +39,13 @@
|
|||
#mdict-online-viewer {
|
||||
font-size: 14px;
|
||||
font-family: "Georgia", "Times New Roman";
|
||||
height: 600px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mdict-online-viewer #definition {
|
||||
font-size: 14px;
|
||||
height: 500px;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
@ -90,7 +90,7 @@
|
|||
let filenames = location.search.substring(6);
|
||||
if(filenames.length>0){
|
||||
dictinput.setAttribute('accept',filenames);
|
||||
location.href="i:5fsetTimeout(()=>{dictinput.click()},20);setTimeout(()=>{btnLookup.click();dictinput.removeAttribute('accept');},70)";
|
||||
location.href="i:5fdictinput.click();setTimeout(()=>{btnLookup.click();dictinput.removeAttribute('accept');},70)";
|
||||
}
|
||||
window.onhashchange();
|
||||
</script>
|
||||
|
|
|
@ -144,9 +144,6 @@
|
|||
hreflang="zh"
|
||||
href="/zh/bookmarklet/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/cmds/</loc>
|
||||
<lastmod>2022-06-01T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/zh/cmds/</loc>
|
||||
<lastmod>2022-06-01T00:00:00+00:00</lastmod>
|
||||
|
@ -411,6 +408,16 @@
|
|||
</url><url>
|
||||
<loc>/zh/gesture/</loc>
|
||||
<lastmod>2020-06-18T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/gesture/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/gesture/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/cmd/</loc>
|
||||
<lastmod>2018-01-20T00:00:00+00:00</lastmod>
|
||||
|
@ -426,8 +433,6 @@
|
|||
hreflang="zh"
|
||||
href="/zh/categories/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/urls/</loc>
|
||||
</url><url>
|
||||
<loc>/zh/tags/%E7%94%B5%E8%A7%86/</loc>
|
||||
</url><url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue