rebuilding site Wed Sep 2 05:57:45 PM CST 2020

This commit is contained in:
James Feng Cao 2020-09-02 17:57:45 +08:00
parent b8114e4619
commit 97525a0e70
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<a href="/uweb">超微浏览器</a>下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。</p>
<p>其中备份恢复Cookie需android6+, webview76+。<br>
<a href="i:0g/sdcard/uweb/default.cmds:https://jamesfengcao.gitee.io/uweb/searchurl/txt/cmds.cfg">清空浏览数据(保留cookie)、打开剪贴板内链接、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令其中比价需termux)</a><br>
<a href="i:0g/sdcard/uweb/default.cmds:https://jamesfengcao.gitee.io/uweb/searchurl/txt/cmds.cfg">清空浏览数据(保留cookie)、打开剪贴板内链接、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示支持数学公式、各类图表</a><br>
</p>
<p>配置文件"/sdcard/uweb/default.cmds"示例:<br>

View File

@ -5,3 +5,4 @@ VPN::am start -a android.settings.VPN_SETTINGS
打开剪贴板链接:clip/uweb:/system/bin/toybox grep -m1 -Eo '(http|https)://[^ "'\'']+'
行编辑器:text/html:cat %f|while read LINE; do echo "<a href=\"i:AA${LINE//\"/%22}\">$LINE</a><br>";done
淘宝比价:clip/uweb:grep -m1 -Eo '(http|https)://[^ "'\'']+'|curl -s "`cat`"|grep -m1 -Eo '(http|https)://[^ ?]+'|grep -Eo '[0-9]+'|echo "http://tool.manmanbuy.com/historyLowest.aspx?url=https://detail.tmall.com/item.htm?id=`cat`"
显示本地md:text/html:cat %f;echo "<style class=fallback>body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src=https://casual-effects.com/markdeep/latest/markdeep.min.js charset=utf-8></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility=visible)</script>"