From 97525a0e706bb80edd4f5087a50ca4da360a863c Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Wed, 2 Sep 2020 17:57:45 +0800 Subject: [PATCH] rebuilding site Wed Sep 2 05:57:45 PM CST 2020 --- searchurl/cmds.html | 2 +- searchurl/txt/cmds.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/searchurl/cmds.html b/searchurl/cmds.html index e68392d..c539cd8 100644 --- a/searchurl/cmds.html +++ b/searchurl/cmds.html @@ -5,7 +5,7 @@ 超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。

其中备份/恢复Cookie需android6+, webview76+。
-清空浏览数据(保留cookie)、打开剪贴板内链接、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令,其中比价需termux)
+清空浏览数据(保留cookie)、打开剪贴板内链接、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等

配置文件"/sdcard/uweb/default.cmds"示例:
diff --git a/searchurl/txt/cmds.cfg b/searchurl/txt/cmds.cfg index c5d9a58..f2b3542 100644 --- a/searchurl/txt/cmds.cfg +++ b/searchurl/txt/cmds.cfg @@ -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 "$LINE
";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 "" \ No newline at end of file