mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
supports user defined extra http request headers
This commit is contained in:
parent
b0147c8c85
commit
0d9d30d783
15 changed files with 62 additions and 35 deletions
|
@ -49,14 +49,13 @@ toplinks:https://www.toplinks.cc/s/?keyword=
|
|||
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择"添加为搜索引擎",对话框中将出现的地址适当编辑。不少网址后半部分为用"&"分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
|
||||
google:https://google.com/search?q=
|
||||
谷歌:https://谷歌.ml/search?q=
|
||||
必应:http://cn.bing.com/search?q=
|
||||
必应4:http://www4.bing.com/search?q=
|
||||
必应:http://www.bing.com/search?q=
|
||||
百度:https://m.baidu.com/s?wd=
|
||||
Fsou:https://fsoufsou.com/search?q=
|
||||
you:https://you.com/search?q=
|
||||
neeva:https://neeva.com/search?q=
|
||||
seekr:https://www.seekr.com/search?query=
|
||||
sese:https://sese.yyj.moe/search?q=
|
||||
you:https://you.com/search?q=
|
||||
神马:http://m.sm.cn/s?q=
|
||||
夸克AI:https://quark.sm.cn/s?q=
|
||||
无追:https://www.wuzhuiso.com/s?q=
|
||||
|
@ -78,7 +77,8 @@ nfmovies:https://www.nfmovies.com/search.php?searchword=
|
|||
电影狗:https://www.dianyinggou.com/so/
|
||||
pianku:https://www.pianku.la/search/%s-------------.html
|
||||
novip:https://www.novipnoad.com/s=
|
||||
555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=</description>
|
||||
555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=
|
||||
zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -169,7 +169,8 @@ google docs:http://docs.google.com/gview?embedded=true&amp;url=
|
|||
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
|
||||
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等
|
||||
配置文件&quot;default.cmds&quot;示例:
|
||||
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -type f -delete
|
||||
清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
|
||||
清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*
|
||||
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
|
||||
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
|
||||
合并查询历史至自动填充:uweb:cd /data/data/info.torapp.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.torapp.uweb/files/default.autoc
|
||||
|
@ -181,8 +182,7 @@ 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.168.2.155 1500
|
||||
发送url(书签)::printf 'i:51../home5:i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500</description>
|
||||
发送url(播放器)::printf 'i:5g%u'|/system/bin/toybox nc 192.168.2.155 1500</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue