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
|
@ -21,11 +21,12 @@
|
|||
<pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/bookmark/</guid>
|
||||
<description>Wait for url from other devices
|
||||
<description>AI, chatgpt etc.
|
||||
rebbe freegpt Wait for url from other devices
|
||||
berify: reverse image search for video
|
||||
Tips File handling and styling with home.css &quot;home.css&quot; (in current folder, parent folder or the &quot;bookmark&quot; folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs &quot;&lt;style&gt;&quot; tag for CSS.
|
||||
Install markdeep styling for markdown files
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.search&quot;) file can be used as bookmarks with secret.</description>
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -240,8 +241,9 @@ If a new button is defined (file name &quot;20&quot; exists), uweb also
|
|||
[Engine name]:[url without '%s' inside]
|
||||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes).</description>
|
||||
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -47,7 +47,12 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p><a href="i:1w">Wait for url from other devices</a><br>
|
||||
<p>AI, chatgpt etc.</p>
|
||||
<ul>
|
||||
<li><a href="https://rebbe.io">rebbe</a></li>
|
||||
<li><a href="https://freegpt.one">freegpt</a></li>
|
||||
</ul>
|
||||
<p><a href="i:1w">Wait for url from other devices</a><br>
|
||||
<a href="https://berify.com">berify: reverse image search for video</a></p>
|
||||
<h3 id="tips">Tips</h3>
|
||||
<h4 id="file-handling-and-styling-with-homecss">File handling and styling with home.css</h4>
|
||||
|
|
10
en/index.xml
10
en/index.xml
|
@ -21,11 +21,12 @@
|
|||
<pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/bookmark/</guid>
|
||||
<description>Wait for url from other devices
|
||||
<description>AI, chatgpt etc.
|
||||
rebbe freegpt Wait for url from other devices
|
||||
berify: reverse image search for video
|
||||
Tips File handling and styling with home.css &quot;home.css&quot; (in current folder, parent folder or the &quot;bookmark&quot; folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs &quot;&lt;style&gt;&quot; tag for CSS.
|
||||
Install markdeep styling for markdown files
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.search&quot;) file can be used as bookmarks with secret.</description>
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -373,8 +374,9 @@ If a new button is defined (file name &quot;20&quot; exists), uweb also
|
|||
[Engine name]:[url without '%s' inside]
|
||||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes).</description>
|
||||
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -136,11 +136,12 @@ Ex. ":p x" or ":px" for screen width and infinite height (as
|
|||
Extract remote content (tar/tgz/zip) under the folder [path]. If [path] ends with "/", then put unzipped file under the folder "[path]/[file name stem]" (for zipped files only, not for tar/tgz).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:0m[bookmarklet index|prefix|?postfix|/.../localfile|c[cssFlag]]:[url]<br>
|
||||
<p>i:0m[bookmarklet index|prefix|?postfix|/.../localfile|H[headers]|c[cssFlag]]:[url]<br>
|
||||
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</p>
|
||||
<ul>
|
||||
<li>[bookmarklet index] must have two/three digits. The first two digits are used as index of bootmarklet. For example, "00" as the first local bookmarklet; "01" as the first remote script; then "02" as the second local bookmarklet, ... The third digit is uplevel, 1 to make bookmarklet valid for parent path of [url].</li>
|
||||
<li>c[cssFlag]: For example, "c12" will apply the third and fourth global CSS (12=2^2+2^3).</li>
|
||||
<li>H[headers]: Ex. "HX-Forwarded-For;8.8.8.8" adds extra http request header "X-Forwarded-For:8.8.8.8".</li>
|
||||
<li>[?postfix]: the real visited url is "[url]+[?postfix]".</li>
|
||||
<li>[/.../localfile]: load the local html/js file that processes [url]. The first character of the local html file must be "<".</li>
|
||||
<li>All other cases will be treated as [prefix], the real visited url is "[prefix]+[url]".</li>
|
||||
|
|
|
@ -52,7 +52,11 @@
|
|||
<p>Any ".search" file can be opened as search engine file, each line of which has one of the following formats:<br>
|
||||
[Engine name]:[url without '%s' inside]<br>
|
||||
[Engine name]:[url with '%s' as keyword]<br>
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]</p>
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]<br>
|
||||
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]</p>
|
||||
<ul>
|
||||
<li>[Extra request headers] Ex. "X-Forwarded-For;8.8.8.8"</li>
|
||||
</ul>
|
||||
<p>Limitations (they are here for performance reasons):</p>
|
||||
<ul>
|
||||
<li>The first engine in the file must be the first type that has no '%s' in the engine url.</li>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<style>a{color:inherit;text-decoration:inherit;}</style>
|
||||
<script>
|
||||
if(location.href.endsWith('/')){
|
||||
window.onload=function (){
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
[Engine name]:[url without '%s' inside]
|
||||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes).</description>
|
||||
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
11
index.html
11
index.html
|
@ -1 +1,10 @@
|
|||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
|
@ -135,6 +135,7 @@ Android TV可利用顺序搜索使用箭头按钮切换频道。顺序搜索引
|
|||
网络剪贴板
|
||||
txtpad
|
||||
cmd.im
|
||||
Bing international (chatgpt requires UA to be 'edge' and some scripts)
|
||||
Wait for url from other devices
|
||||
gamezop
|
||||
Personal use, not for public
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
<a href="https://netcut.cn">网络剪贴板</a><br>
|
||||
<a href="https://txtpad.cn">txtpad</a><br>
|
||||
<a href="https://cmd.im">cmd.im</a><br>
|
||||
<a href="i:0mHX-Forwarded-For;8.8.8.8:https://www.bing.com/">Bing international (chatgpt requires UA to be 'edge' and some scripts)</a><br>
|
||||
<a href="i:1w">Wait for url from other devices</a><br>
|
||||
<a href="https://www.gamezop.com">gamezop</a><br>
|
||||
<a href="https://s1.asytech.cn/s/JoNbk7N8K74HHNW">Personal use, not for public</a><br>
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
<p><a href="../index.html">超微浏览器</a>下点击配置链接可自动添加常用命令,<b>强制清空后台重启后</b>长按历史按钮可用。</p>
|
||||
<p><a href="i:0gdefault.cmds:https://cdn.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/txt/cmds.cfg">打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等</a></p>
|
||||
<p>配置文件"default.cmds"示例:</p>
|
||||
<p><a href="i:03清空浏览数据::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' -type f -delete</a></p>
|
||||
<p><a href="i:03清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete">清空浏览数据::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete</a></p>
|
||||
<p><a href="i:03清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*">清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*</a></p>
|
||||
<p><a href="i:03本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb">本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb</a></p>
|
||||
<p><a href="i:03本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.">本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.</a></p>
|
||||
<p><a href="i:03合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc">合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc</a></p>
|
||||
|
|
15
zh/index.xml
15
zh/index.xml
|
@ -60,14 +60,13 @@ toplinks:https://www.toplinks.cc/s/?keyword=
|
|||
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
|
||||
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=
|
||||
|
@ -89,7 +88,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>
|
||||
|
@ -272,7 +272,8 @@ BugMeNot</description>
|
|||
<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
|
||||
|
@ -284,8 +285,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>
|
||||
|
@ -314,6 +314,7 @@ Android TV可利用顺序搜索使用箭头按钮切换频道。顺序搜索引
|
|||
网络剪贴板
|
||||
txtpad
|
||||
cmd.im
|
||||
Bing international (chatgpt requires UA to be 'edge' and some scripts)
|
||||
Wait for url from other devices
|
||||
gamezop
|
||||
Personal use, not for public
|
||||
|
|
|
@ -89,14 +89,13 @@
|
|||
<p>常用引擎,供用户查漏添加:<br>
|
||||
<a href="i:00google:https://google.com/search?q=">google:https://google.com/search?q=</a></p>
|
||||
<p><a href="i:00谷歌:https://谷歌.ml/search?q=">谷歌:https://谷歌.ml/search?q=</a></p>
|
||||
<p><a href="i:00必应:http://cn.bing.com/search?q=">必应:http://cn.bing.com/search?q=</a></p>
|
||||
<p><a href="i:00必应4:http://www4.bing.com/search?q=">必应4:http://www4.bing.com/search?q=</a></p>
|
||||
<p><a href="i:00必应:http://www.bing.com/search?q=">必应:http://www.bing.com/search?q=</a></p>
|
||||
<p><a href="i:00百度:https://m.baidu.com/s?wd=">百度:https://m.baidu.com/s?wd=</a></p>
|
||||
<p><a href="i:00Fsou:https://fsoufsou.com/search?q=">Fsou:https://fsoufsou.com/search?q=</a></p>
|
||||
<p><a href="i:00you:https://you.com/search?q=">you:https://you.com/search?q=</a></p>
|
||||
<p><a href="i:00neeva:https://neeva.com/search?q=">neeva:https://neeva.com/search?q=</a></p>
|
||||
<p><a href="i:00seekr:https://www.seekr.com/search?query=">seekr:https://www.seekr.com/search?query=</a></p>
|
||||
<p><a href="i:00sese:https://sese.yyj.moe/search?q=">sese:https://sese.yyj.moe/search?q=</a></p>
|
||||
<p><a href="i:00you:https://you.com/search?q=">you:https://you.com/search?q=</a></p>
|
||||
<p><a href="i:00神马:http://m.sm.cn/s?q=">神马:http://m.sm.cn/s?q=</a></p>
|
||||
<p><a href="i:00夸克AI:https://quark.sm.cn/s?q=">夸克AI:https://quark.sm.cn/s?q=</a></p>
|
||||
<p><a href="i:00无追:https://www.wuzhuiso.com/s?q=">无追:https://www.wuzhuiso.com/s?q=</a></p>
|
||||
|
@ -192,6 +191,7 @@
|
|||
<p><a href="i:00二十四史:http://www.guoxuemi.com/24shi/?keyword=">二十四史:http://www.guoxuemi.com/24shi/?keyword=</a></p>
|
||||
<p><a href="i:00四库全书:http://www.guoxuemi.com/search/skqs.php?keyword=">四库全书:http://www.guoxuemi.com/search/skqs.php?keyword=</a></p>
|
||||
<p><a href="i:00古今图书集成:http://www.guoxuemi.com/gjtsjc/?keyword=">古今图书集成:http://www.guoxuemi.com/gjtsjc/?keyword=</a></p>
|
||||
<p><a href="i:00shidian:https://shidianguji.com/search?queryText=">shidian:https://shidianguji.com/search?queryText=</a></p>
|
||||
<p><a href="i:00汉典:https://www.zdic.net/hans/">汉典:https://www.zdic.net/hans/</a></p>
|
||||
<p><a href="i:00萌典:https://www.moedict.tw/">萌典:https://www.moedict.tw/</a></p>
|
||||
<p><a href="i:00異體字:http://jf.xmu.edu.cn/variants/cc.html?q=">異體字:http://jf.xmu.edu.cn/variants/cc.html?q=</a></p>
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
<h3>浏览器标识使用技巧</h3>
|
||||
<p>
|
||||
<a href="..">超微浏览器</a>下点击配置链接可自动添加浏览器标识,强制清空后台重启后可用。</p>
|
||||
<p>配置文件"default.uas"如下:<br>
|
||||
<p><a href="i:02Edge:Mozilla/5.0 (Linux; Android 13; KB2000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36 EdgA/109.0.1518.80">Edge mobile</a></p>
|
||||
|
||||
<p>配置文件"default.uas"如下:<br>
|
||||
<p><a href="i:02百度网盘:LogStatistic">百度网盘:LogStatistic</a></p>
|
||||
<p><a href="i:02多功能:Mozilla/5.0 (Android 9) Gecko/63.0 Firefox/63.0 Chrome/100.0.0.0 Mobile iPhone/7.1 SearchCraft baiduboxapp ALiSearchApp/2.4">多功能:Mozilla/5.0 (Android 9) Gecko/63.0 Firefox/63.0 Chrome/100.0.0.0 Mobile iPhone/7.1 SearchCraft baiduboxapp ALiSearchApp/2.4</a></p>
|
||||
<p><a href="i:02作业帮:Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.92 Mobile Safari/537.36 homework_vc/654 homework_vcname/12.8.0 homework_cuid/AD14454CD515B3A79451EB361B1B893C|0 homework_token/1_XPXQH3c5HRPtFHkSwi3sCCURmT25QfxM homework_channel/huawei">作业帮:Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.92 Mobile Safari/537.36 homework_vc/654 homework_vcname/12.8.0 homework_cuid/AD14454CD515B3A79451EB361B1B893C|0 homework_token/1_XPXQH3c5HRPtFHkSwi3sCCURmT25QfxM homework_channel/huawei</a></p>
|
||||
|
@ -16,7 +17,6 @@
|
|||
<p><a href="i:02quark:Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; HW Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/3.7.0.123 Mobile Safari/537.36">quark:Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; HW Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/3.7.0.123 Mobile Safari/537.36</a></p>
|
||||
<p><a href="i:02macos:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50">macos:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50</a></p>
|
||||
<p><a href="i:02winRT:Mozilla/5.0 (Windows NT 6.3; Win64; ARM; Trident/7.0; Touch; rv:11.0) like Gecko">winRT:Mozilla/5.0 (Windows NT 6.3; Win64; ARM; Trident/7.0; Touch; rv:11.0) like Gecko</a></p>
|
||||
<p><a href="i:02Edge mobile:Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.2743.116 Mobile Safari/537.36 Edge/15.14977">Edge mobile:Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.2743.116 Mobile Safari/537.36 Edge/15.14977</a></p>
|
||||
<p><a href="i:02Blackberry:Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.3.2205 Mobile Safari/537.35+">Blackberry:Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.3.2205 Mobile Safari/537.35+</a></p>
|
||||
</p>
|
||||
<p><a href="https://lemon399.gitee.io/user-agent-share-page/">更多标识</a></p>
|
||||
|
|
|
@ -49,14 +49,13 @@ toplinks:https://www.toplinks.cc/s/?keyword=
|
|||
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
|
||||
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…
Reference in a new issue