mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
2 commits
0d9d30d783
...
e367af94be
Author | SHA1 | Date | |
---|---|---|---|
|
e367af94be | ||
|
457e012713 |
14 changed files with 109 additions and 103 deletions
|
@ -242,8 +242,7 @@ If a new button is defined (file name "20" exists), uweb also
|
|||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]
|
||||
[Extra request headers] Ex. "X-Forwarded-For;8.8.8.8" 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>
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; when [post params] is empty, the url should have '%s' as keyword. Ex. bingUS engine w/ chatgpt Limitations (they are here for performance reasons):</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -51,7 +51,8 @@
|
|||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||
<h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
|
||||
<h4 id="change-logs">Change logs</h4>
|
||||
<p>975: <a href="../bookmark/index.html">Bookmarks</a> to support styling for markdown etc.<br>
|
||||
<p>976: Support user defined http request headers<br>
|
||||
975: <a href="../bookmark/index.html">Bookmarks</a> to support styling for markdown etc.<br>
|
||||
971: <a href="../links/index.html">multiple type profiles</a>: switch any data including website logins, user configurations orthogonally.<br>
|
||||
968: multiple links support for single MENU/(New)Button/GESTURE definition.<br>
|
||||
964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
|
||||
|
|
|
@ -108,12 +108,12 @@ github
|
|||
sourceforge
|
||||
powerfolder
|
||||
pagure
|
||||
Main features Change logs 975: Bookmarks to support styling for markdown etc.
|
||||
Main features Change logs 976: Support user defined http request headers
|
||||
975: Bookmarks to support styling for markdown etc.
|
||||
971: multiple type profiles: switch any data including website logins, user configurations orthogonally.
|
||||
968: multiple links support for single MENU/(New)Button/GESTURE definition.
|
||||
964: site source html preprocessing before rendering with user site extra html.
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.</description>
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -375,8 +375,7 @@ If a new button is defined (file name &quot;20&quot; exists), uweb also
|
|||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
[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>
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; when [post params] is empty, the url should have '%s' as keyword. Ex. bingUS engine w/ chatgpt Limitations (they are here for performance reasons):</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
[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>
|
||||
<li>when [post params] is empty, the url should have '%s' as keyword. Ex. <a href="../search/index.html">bingUS engine w/ chatgpt</a></li>
|
||||
</ul>
|
||||
<p>Limitations (they are here for performance reasons):</p>
|
||||
<ul>
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
[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>
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; when [post params] is empty, the url should have '%s' as keyword. Ex. bingUS engine w/ chatgpt Limitations (they are here for performance reasons):</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -18,12 +18,12 @@ github
|
|||
sourceforge
|
||||
powerfolder
|
||||
pagure
|
||||
Main features Change logs 975: Bookmarks to support styling for markdown etc.
|
||||
Main features Change logs 976: Support user defined http request headers
|
||||
975: Bookmarks to support styling for markdown etc.
|
||||
971: multiple type profiles: switch any data including website logins, user configurations orthogonally.
|
||||
968: multiple links support for single MENU/(New)Button/GESTURE definition.
|
||||
964: site source html preprocessing before rendering with user site extra html.
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||
956: Search engines (.search file) to apply same folder &quot;home.</description>
|
||||
961: webdav/http file upload support with &quot;i:0u&quot; links.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<sitemap>
|
||||
<loc>zh/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2023-03-04T00:00:00+00:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
@ -5,7 +5,32 @@
|
|||
<link>/zh/_posts/</link>
|
||||
<description>Recent content in _posts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 04 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>/zh/tips/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>免梯直接使用new bing (chatgpt)
|
||||
安装bingUS引擎并将UA切换至&quot;edge&quot;(长按底部&quot;PC&quot;按钮)。
|
||||
目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
自动翻页
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。
|
||||
配置临时修改
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。
|
||||
临时恢复UA (user agent)至android默认浏览器
|
||||
UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA状态,下次启动浏览器时恢复到原有UA。这样用户可常用一些有力的UA配置,仅偶尔使用默认配置,无需反复切换。
|
||||
快速编辑文件
|
||||
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
|
||||
配置文件列表中直接点击文件名即可编辑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
|
@ -424,29 +449,6 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
注意:刷新按钮及窗口按钮图标暂时不能重定义。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>/zh/tips/</link>
|
||||
<pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
自动翻页
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。
|
||||
配置临时修改
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。
|
||||
临时恢复UA (user agent)至android默认浏览器
|
||||
UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA状态,下次启动浏览器时恢复到原有UA。这样用户可常用一些有力的UA配置,仅偶尔使用默认配置,无需反复切换。
|
||||
快速编辑文件
|
||||
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
|
||||
配置文件列表中直接点击文件名即可编辑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>定时脚本</title>
|
||||
<link>/zh/tcron/</link>
|
||||
|
|
|
@ -99,6 +99,12 @@
|
|||
</li>
|
||||
|
||||
|
||||
<li class="post">
|
||||
<a href="tips/index.html">
|
||||
<span>小技巧</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="sitejs/index.html">
|
||||
<span>特定网址脚本、样式、额外html及预处理</span>
|
||||
|
@ -189,12 +195,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tips/index.html">
|
||||
<span>小技巧</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="tcron/index.html">
|
||||
<span>定时脚本</span>
|
||||
|
|
56
zh/index.xml
56
zh/index.xml
|
@ -5,7 +5,32 @@
|
|||
<link>/zh/</link>
|
||||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 04 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>/zh/tips/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>免梯直接使用new bing (chatgpt)
|
||||
安装bingUS引擎并将UA切换至&quot;edge&quot;(长按底部&quot;PC&quot;按钮)。
|
||||
目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
自动翻页
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。
|
||||
配置临时修改
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。
|
||||
临时恢复UA (user agent)至android默认浏览器
|
||||
UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA状态,下次启动浏览器时恢复到原有UA。这样用户可常用一些有力的UA配置,仅偶尔使用默认配置,无需反复切换。
|
||||
快速编辑文件
|
||||
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
|
||||
配置文件列表中直接点击文件名即可编辑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>特定网址脚本、样式、额外html及预处理</title>
|
||||
<link>/zh/sitejs/</link>
|
||||
|
@ -60,7 +85,8 @@ toplinks:https://www.toplinks.cc/s/?keyword=
|
|||
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
|
||||
google:https://google.com/search?q=
|
||||
谷歌:https://谷歌.ml/search?q=
|
||||
必应:http://www.bing.com/search?q=
|
||||
必应:https://www.bing.com/search?q=
|
||||
bingUS:X-Forwarded-For;8.8.8.8::https://www.bing.com/search?q=%s
|
||||
百度:https://m.baidu.com/s?wd=
|
||||
Fsou:https://fsoufsou.com/search?q=
|
||||
neeva:https://neeva.com/search?q=
|
||||
|
@ -88,8 +114,7 @@ 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=
|
||||
zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=</description>
|
||||
555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -634,29 +659,6 @@ http://www.numbertheory.org/gnubc/gnubc.html
|
|||
注意:刷新按钮及窗口按钮图标暂时不能重定义。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>小技巧</title>
|
||||
<link>/zh/tips/</link>
|
||||
<pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
PC模式 + 勾选选项&quot;宽屏显示&quot; + 全局脚本&quot;强制缩放&quot;。
|
||||
多主屏:
|
||||
home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
|
||||
自动翻页
|
||||
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。
|
||||
配置临时修改
|
||||
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。
|
||||
临时恢复UA (user agent)至android默认浏览器
|
||||
UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA状态,下次启动浏览器时恢复到原有UA。这样用户可常用一些有力的UA配置,仅偶尔使用默认配置,无需反复切换。
|
||||
快速编辑文件
|
||||
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
|
||||
配置文件列表中直接点击文件名即可编辑。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>定时脚本</title>
|
||||
<link>/zh/tcron/</link>
|
||||
|
|
|
@ -89,7 +89,8 @@
|
|||
<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://www.bing.com/search?q=">必应:http://www.bing.com/search?q=</a></p>
|
||||
<p><a href="i:00必应:https://www.bing.com/search?q=">必应:https://www.bing.com/search?q=</a></p>
|
||||
<p><a href="i:00bingUS:X-Forwarded-For;8.8.8.8::https://www.bing.com/search?q=%s">bingUS:X-Forwarded-For;8.8.8.8::https://www.bing.com/search?q=%s</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:00neeva:https://neeva.com/search?q=">neeva:https://neeva.com/search?q=</a></p>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<lastmod>2023-03-04T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -14,6 +14,32 @@
|
|||
hreflang="zh"
|
||||
href="/zh/_posts/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2023-03-04T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tips/</loc>
|
||||
<lastmod>2023-03-04T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tips/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tips/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/css/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
|
@ -53,19 +79,6 @@
|
|||
hreflang="zh"
|
||||
href="/zh/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/sitejs/</loc>
|
||||
<lastmod>2023-01-28T00:00:00+00:00</lastmod>
|
||||
|
@ -363,19 +376,6 @@
|
|||
hreflang="zh"
|
||||
href="/zh/icons/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tips/</loc>
|
||||
<lastmod>2021-11-01T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/tips/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/tips/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tcron/</loc>
|
||||
<lastmod>2021-02-13T00:00:00+00:00</lastmod>
|
||||
|
|
|
@ -47,7 +47,9 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p><strong>目录配置及使用外部文件管理器</strong><br>
|
||||
<p><strong>免梯直接使用new bing (chatgpt)</strong><br>
|
||||
<a href="../search/index.html">安装bingUS引擎</a>并将UA切换至"edge"(长按底部"PC"按钮)。</p>
|
||||
<p><strong>目录配置及使用外部文件管理器</strong><br>
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见<a href="../../en/acmd/index.html">Shell command mode</a>。</p>
|
||||
<p><strong>准确显示PC网页</strong>:<br>
|
||||
PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放"。</p>
|
||||
|
|
|
@ -49,7 +49,8 @@ toplinks:https://www.toplinks.cc/s/?keyword=
|
|||
访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&quot;添加为搜索引擎&quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&quot;&amp;&quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:
|
||||
google:https://google.com/search?q=
|
||||
谷歌:https://谷歌.ml/search?q=
|
||||
必应:http://www.bing.com/search?q=
|
||||
必应:https://www.bing.com/search?q=
|
||||
bingUS:X-Forwarded-For;8.8.8.8::https://www.bing.com/search?q=%s
|
||||
百度:https://m.baidu.com/s?wd=
|
||||
Fsou:https://fsoufsou.com/search?q=
|
||||
neeva:https://neeva.com/search?q=
|
||||
|
@ -77,8 +78,7 @@ 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=
|
||||
zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=</description>
|
||||
555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue