Compare commits

..

No commits in common. "f3ea0239295887a0a71952efcba398d474efcea4" and "c8c7c4e8965dd39009ced3e66ec1f5b43399b1e8" have entirely different histories.

17 changed files with 44 additions and 87 deletions

View file

@ -60,3 +60,10 @@
- 网页矢量长截屏允许通过mermaid等设计矢量图案。
- 可用网页设计代替Adobe Illustrator平面设计。
- 完全开源,共同探索浏览新技术。
- nodejs 下安装:
npm install ebrowser
- nodejs 下运行:
electron ~/node_modules/ebrowser

View file

@ -60,3 +60,10 @@
- 网页矢量长截屏允许通过mermaid等设计矢量图案。
- 可用网页设计代替Adobe Illustrator平面设计。
- 完全开源,共同探索浏览新技术。
- nodejs 下安装:
npm install ebrowser
- nodejs 下运行:
electron ~/node_modules/ebrowser

View file

@ -51,7 +51,6 @@
<li>keyboard friendly with vim-style keymaps and command line support in address bar.</li>
<li><a href="https://uweb.surge.sh/en/redirect/index.html#">global redirection</a> to bypass censorship.</li>
<li>user scripts at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file.</li>
<li>CSS/JS for domains, similar to <a href="https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html">uweb</a>, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.</li>
<li>customizable.</li>
</ul>
<p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p>
@ -150,7 +149,7 @@ npm install ebrowser
</ul>
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
<ul>
<li>Web page: url like &quot;javascript:&quot; or bookmarklet command &quot;:bml&quot; runs in web page.</li>
<li>Web page: urls like &quot;javascript:&quot; or bookmarklet command &quot;:bml&quot; run in web page.</li>
<li>Browser (or renderer process) :
<ul>
<li>&quot;:bjs&quot; to execute the following js code at browser level.</li>

View file

@ -6,7 +6,7 @@
<description>Recent content on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Sat, 29 Jun 2024 21:05:42 +0800</lastBuildDate>
<lastBuildDate>Sat, 29 Jun 2024 08:47:08 +0800</lastBuildDate>
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Text selection/processing</title>
@ -216,7 +216,7 @@
<link>/en/ebrowserreadme/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/en/ebrowserreadme/</guid>
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &amp;quot;md&amp;quot; in no-focus mode to preview markdown file. CSS/JS for domains, similar to uweb, but use sitejs/[domain].</description>
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &amp;quot;md&amp;quot; in no-focus mode to preview markdown file. customizable. Note: Usually electron apps are heavyweight as they use browsers for simple things.</description>
</item>
<item>
<title></title>

View file

@ -71,7 +71,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -508,7 +508,7 @@
/>
</url><url>
<loc>/en/ebrowserreadme/</loc>
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
</url><url>
<loc>/en/mirrors/</loc>
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
@ -539,7 +539,7 @@
/>
</url><url>
<loc>/en/unlist/</loc>
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"

View file

@ -12,7 +12,7 @@
<link>/en/ebrowserreadme/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/en/ebrowserreadme/</guid>
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &amp;quot;md&amp;quot; in no-focus mode to preview markdown file. CSS/JS for domains, similar to uweb, but use sitejs/[domain].</description>
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard friendly with vim-style keymaps and command line support in address bar. global redirection to bypass censorship. user scripts at will. Ex. pressing &amp;quot;md&amp;quot; in no-focus mode to preview markdown file. customizable. Note: Usually electron apps are heavyweight as they use browsers for simple things.</description>
</item>
<item>
<title></title>

View file

@ -6,7 +6,6 @@ Ebrowser is designed with the philosophy of [Android uweb browser](https://githu
- keyboard friendly with vim-style keymaps and command line support in address bar.
- [global redirection](https://uweb.surge.sh/en/redirect/index.html#) to bypass censorship.
- user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.
- CSS/JS for domains, similar to [uweb](https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html), but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.
- customizable.
Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.
@ -100,7 +99,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
- "uas.json" : name-useragent pairs
#### Javascript at three levels
- Web page: url like "javascript:" or bookmarklet command ":bml" runs in web page.
- Web page: urls like "javascript:" or bookmarklet command ":bml" run in web page.
- Browser (or renderer process) :
- ":bjs" to execute the following js code at browser level.
- "!xx" evaluates "xx.js", which could manipulate address bar etc.

View file

@ -69,10 +69,6 @@ You should have received a copy of the GNU General Public License along with thi
var historyFile = path.join(__dirname,'history.rec');
var bHistory = false;
var bQueryHistory = false;
let sitecssP = path.join(__dirname,"sitecss");
let sitejsP = path.join(__dirname,"sitejs");
var bDomainJS = fs.existsSync(sitejsP);
var bDomainCSS = fs.existsSync(sitecssP);
var autocMode = 0; //0 for substring, 1 for startsWith
const BML_head = "(async ()=>{let d=document;async function _loadJs(u){var a=d.createElement('script');a.type='text/javascript';a.async=false;a.src=u;d.body.appendChild(a);await new Promise(resolve=>a.onload=resolve)}";
const BML_tail = "})()";
@ -140,55 +136,20 @@ You should have received a copy of the GNU General Public License along with thi
iTab = i;
tabs.children[iTab].classList.add('curWV');
}
async function loadJSFile(tab,jsF){
if(fs.existsSync(jsF)){
try {
let js = await fs.promises.readFile(jsF,'utf8');
tab.executeJavaScript(js,false);
}catch(e){}
}
}
function cbStartLoading(e){
if(!bDomainCSS) return;
let tab = e.target;
let domain;
try{
domain = new URL(tab.getURL()).hostname;
}catch(e){return;}
let jsF = path.join(sitecssP, domain+".js");
loadJSFile(tab,jsF);
jsF = path.join(sitecssP, domain+".css");
if(fs.existsSync(jsF)){
(async ()=>{
try {
let css = await fs.promises.readFile(jsF,'utf8');
tab.insertCSS(css);
}catch(e){}
})();
}
}
function cbFinishLoad(e){
let tab = e.target;
let url = tab.getURL();
if(bHistory){
let histItem = tab.getTitle()+" "+url+"\n";
fs.appendFile(historyFile, histItem, (err) => {});
}
let js = tab.dataset.jsonce;
if(js){
tab.dataset.jsonce = null;
tab.executeJavaScript(js,false);
}
if(bDomainJS){
let domain = new URL(url).hostname;
let jsF = path.join(sitejsP, domain+".js");
loadJSFile(tab,jsF);
}
if(!bHistory) return;
let histItem = tab.getTitle()+" "+tab.getURL()+"\n";
fs.appendFile(historyFile, histItem, (err) => {});
}
function initTab(tab){
tab.allowpopups = true;
tab.addEventListener('did-finish-load',cbFinishLoad);
tab.addEventListener('did-start-loading',cbStartLoading);
}
function newTab(){
var tab = document.createElement('webview');
@ -464,15 +425,15 @@ You should have received a copy of the GNU General Public License along with thi
do {
if(q.length>12){
let c6 = q.charCodeAt(6);
if(58===q.charCodeAt(1)){
internalLink(q);
return;
}else if(47===c6){// '/'
if(47===c6){// '/'
let c5 = q.charCodeAt(5);
if(47===c5 && 58===q.charCodeAt(4))//http/file urls
break NOREC;
if(58===c5 && 47===q.charCodeAt(7))//https://
break NOREC;
}else if(58===q.charCodeAt(1)){
internalLink(q);
return;
}else if(q.startsWith("javascript:")){
tabs.children[iTab].executeJavaScript(q.substring(11),false);
recQueryHistory(q);

View file

@ -1,4 +1,4 @@
{"version":"1.0.45",
{"version":"1.0.43",
"name": "ebrowser",
"description": "The keyboard-friendly minimal suckless web browser",
"main": "webview.js",

View file

@ -17,11 +17,10 @@
"git":"https://github.com/search?type=Repositories&q=%s",
"gt":"https://kkgithub.com/search?type=Repositories&q=%s",
"360":"https://so.360.com/s?q=%s",
"tg":"https://www.tiangong.cn/result?q=%s",
"tg":"i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s",
"cg":"i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s",
"s100":"i:0/js/hash2input.js:https://www.sou100.com/#%s",
"csdn":"i:0/js/hash2textarea.js:https://chat.csdn.net#%s",
"bdc":"i:0/js/hash2editable.js:https://chat.baidu.com/#%s",
"miku":"i:0/js/hash2textarea.js:https://www.hellomiku.com#%s",
"bd":"https://baidu.com/s?wd=%s"
"bd":"https://m.baidu.com/s?wd=%s"
}

View file

@ -1 +0,0 @@
.ec_wise_ad,.ec_wise_pp,.na-like-container{transform:scale(0)!important;display:none!important}

View file

@ -1,12 +0,0 @@
(function() {
const originFetch = fetch;
window.fetch = (...arg) => {
if (arg[0].indexOf('area_accessible') > -1) {
return new Promise(() => {
throw new Error();
});
} else {
return originFetch(...arg);
}
}
})();

View file

@ -4,14 +4,14 @@
<sitemap>
<loc>/en/sitemap.xml</loc>
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
</sitemap>
<sitemap>
<loc>/zh/sitemap.xml</loc>
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
</sitemap>

View file

@ -6,7 +6,7 @@
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Sat, 29 Jun 2024 22:03:52 +0800</lastBuildDate>
<lastBuildDate>Sat, 29 Jun 2024 08:56:35 +0800</lastBuildDate>
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
@ -55,7 +55,7 @@
<link>/zh/search/</link>
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
<guid>/zh/search/</guid>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。&#xA;AI引擎&#xA;tiangong:https://www.tiangong.cn/result?q=&#xA;gitcode:https://gitcode.com/aisearch?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;360AI:https://so.360.com/s?q=&#xA;CSDN:https://chat.csdn.net?q=&#xA;十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;amp;q=&#xA;gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s&#xA;xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s&#xA;baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s&#xA;chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s&#xA;doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s&#xA;baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s&#xA;bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s&#xA;sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s&#xA;miku:i:0/js/hash2textarea.js:https://www.hellomiku.com#%s&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.com/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;ACG:http://www.acgsou.com/?bound=content&amp;amp;local=1&amp;amp;keyword=&#xA;动漫花园:https://share.dmhy.org/topics/list?keyword=&#xA;末日动漫:https://share.acgnx.se/search.php?keyword=&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=&#xA;toplinks:https://www.toplinks.cc/s/?keyword=&#xA;顺序搜索需文件engine.search格式与home5.search相同但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。&#xA;除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:&#xA;访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&amp;quot;添加为搜索引擎&amp;quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&amp;quot;&amp;amp;&amp;quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:&#xA;google:https://google.com/search?q=&#xA;必应:https://www.bing.com/search?q=&#xA;必应CN:https://cn.bing.com/search?q=&#xA;百度:https://m.baidu.com/s?wd=&#xA;Fsou:https://fsoufsou.com/search?q=&#xA;seekr:https://www.seekr.com/search?query=&#xA;sese:https://sese.yyj.moe/search?q=&#xA;you:https://you.com/search?q=&#xA;神马:http://m.sm.cn/s?q=&#xA;夸克:https://quark.sm.cn/s?q=&#xA;无追:https://www.wuzhuiso.com/s?q=&#xA;360:http://www.so.com/s?q=</description>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。&#xA;AI引擎&#xA;gitcode:https://gitcode.com/aisearch?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;360AI:https://so.360.com/s?q=&#xA;gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s&#xA;tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s&#xA;xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s&#xA;baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s&#xA;chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s&#xA;doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s&#xA;baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s&#xA;bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s&#xA;sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s&#xA;miku:i:0/js/hash2textarea.js:https://www.hellomiku.com#%s&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.com/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;ACG:http://www.acgsou.com/?bound=content&amp;amp;local=1&amp;amp;keyword=&#xA;动漫花园:https://share.dmhy.org/topics/list?keyword=&#xA;末日动漫:https://share.acgnx.se/search.php?keyword=&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=&#xA;toplinks:https://www.toplinks.cc/s/?keyword=&#xA;顺序搜索需文件engine.search格式与home5.search相同但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。&#xA;除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:&#xA;访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&amp;quot;添加为搜索引擎&amp;quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&amp;quot;&amp;amp;&amp;quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:&#xA;google:https://google.com/search?q=&#xA;必应:https://www.bing.com/search?q=&#xA;必应CN:https://cn.bing.com/search?q=&#xA;百度:https://m.baidu.com/s?wd=&#xA;Fsou:https://fsoufsou.com/search?q=&#xA;seekr:https://www.seekr.com/search?query=&#xA;sese:https://sese.yyj.moe/search?q=&#xA;you:https://you.com/search?q=&#xA;神马:http://m.sm.cn/s?q=&#xA;夸克:https://quark.sm.cn/s?q=&#xA;无追:https://www.wuzhuiso.com/s?q=&#xA;360:http://www.so.com/s?q=&#xA;搜狗:https://m.sogou.com/web?query=&#xA;ecosia:https://www.ecosia.org/search?q=</description>
</item>
<item>
<title>html5应用</title>

View file

@ -49,14 +49,12 @@
</ul>
<p><a href="../index.html#">超微浏览器</a>下点击搜索引擎配置链接可自动添加到主屏。</p>
<p>AI引擎<br>
<a href="i:00tiangong:https://www.tiangong.cn/result?q=">tiangong:https://www.tiangong.cn/result?q=</a></p>
<p><a href="i:00gitcode:https://gitcode.com/aisearch?q=">gitcode:https://gitcode.com/aisearch?q=</a></p>
<a href="i:00gitcode:https://gitcode.com/aisearch?q=">gitcode:https://gitcode.com/aisearch?q=</a></p>
<p><a href="i:00metaso:https://metaso.cn/?q=">metaso:https://metaso.cn/?q=</a></p>
<p><a href="i:00kaisou:https://kaisouai.com?q=">kaisou:https://kaisouai.com?q=</a></p>
<p><a href="i:00360AI:https://so.360.com/s?q=">360AI:https://so.360.com/s?q=</a></p>
<p><a href="i:00CSDN:https://chat.csdn.net?q=">CSDN:https://chat.csdn.net?q=</a></p>
<p><a href="i:00十号AI:https://retardphobia.moebh.org/ui/search?mode=1&q=">十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;q=</a></p>
<p><a href="i:00gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s">gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s</a></p>
<p><a href="i:00tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s">tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s</a></p>
<p><a href="i:00xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s">xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s</a></p>
<p><a href="i:00baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s">baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s</a></p>
<p><a href="i:00chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s">chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s</a></p>
@ -329,7 +327,7 @@
</div>
<p>Last Modified: 29 June 2024<br>
add AI engines<br>
README update<br>
<pre>24.02.26 添加网盘搜索引擎
</pre>
</p>

View file

@ -81,7 +81,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -181,7 +181,7 @@
/>
</url><url>
<loc>/zh/topposts/</loc>
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -194,7 +194,7 @@
/>
</url><url>
<loc>/zh/search/</loc>
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"

View file

@ -6,14 +6,14 @@
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Sat, 29 Jun 2024 22:03:52 +0800</lastBuildDate>
<lastBuildDate>Sat, 29 Jun 2024 08:34:00 +0800</lastBuildDate>
<atom:link href="/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>浏览器多搜索引擎一键直达</title>
<link>/zh/search/</link>
<pubDate>Thu, 28 Jul 2022 00:00:00 +0000</pubDate>
<guid>/zh/search/</guid>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。&#xA;AI引擎&#xA;tiangong:https://www.tiangong.cn/result?q=&#xA;gitcode:https://gitcode.com/aisearch?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;360AI:https://so.360.com/s?q=&#xA;CSDN:https://chat.csdn.net?q=&#xA;十号AI:https://retardphobia.moebh.org/ui/search?mode=1&amp;amp;q=&#xA;gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s&#xA;xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s&#xA;baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s&#xA;chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s&#xA;doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s&#xA;baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s&#xA;bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s&#xA;sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s&#xA;miku:i:0/js/hash2textarea.js:https://www.hellomiku.com#%s&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.com/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;ACG:http://www.acgsou.com/?bound=content&amp;amp;local=1&amp;amp;keyword=&#xA;动漫花园:https://share.dmhy.org/topics/list?keyword=&#xA;末日动漫:https://share.acgnx.se/search.php?keyword=&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=&#xA;toplinks:https://www.toplinks.cc/s/?keyword=&#xA;顺序搜索需文件engine.search格式与home5.search相同但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。&#xA;除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:&#xA;访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&amp;quot;添加为搜索引擎&amp;quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&amp;quot;&amp;amp;&amp;quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:&#xA;google:https://google.com/search?q=&#xA;必应:https://www.bing.com/search?q=&#xA;必应CN:https://cn.bing.com/search?q=&#xA;百度:https://m.baidu.com/s?wd=&#xA;Fsou:https://fsoufsou.com/search?q=&#xA;seekr:https://www.seekr.com/search?query=&#xA;sese:https://sese.yyj.moe/search?q=&#xA;you:https://you.com/search?q=&#xA;神马:http://m.sm.cn/s?q=&#xA;夸克:https://quark.sm.cn/s?q=&#xA;无追:https://www.wuzhuiso.com/s?q=&#xA;360:http://www.so.com/s?q=</description>
<description>超微浏览器下点击搜索引擎配置链接可自动添加到主屏。&#xA;AI引擎&#xA;gitcode:https://gitcode.com/aisearch?q=&#xA;metaso:https://metaso.cn/?q=&#xA;kaisou:https://kaisouai.com?q=&#xA;360AI:https://so.360.com/s?q=&#xA;gc-copilot:i:0/js/hash2textarea.js:https://gitcode.com/ai-copilot/#%s&#xA;tiangong:i:0/js/hash2textarea.js:https://www.tiangong.cn/#%s&#xA;xunfei:i:0/js/hash2textarea.js:https://xinghuo.xfyun.cn/desk#%s&#xA;baiduAI:i:0/js/hash2editable.js:https://chat.baidu.com/#%s&#xA;chatglm:i:0/js/hash2textarea.js:https://chatglm.cn/main/detail#%s&#xA;doubao:i:0/js/hash2textarea.js:https://www.doubao.com/chat/#%s&#xA;baichuan:i:0/js/hash2textarea.js:https://www.baichuan-ai.com/chat#%s&#xA;bocha:i:0/js/hash2textarea.js:https://bochaai.com/#%s&#xA;sou100:i:0/js/hash2input.js:https://www.sou100.com/#%s&#xA;miku:i:0/js/hash2textarea.js:https://www.hellomiku.com#%s&#xA;镜像:&#xA;google:i:0mhttps://loud-moth-21.deno.dev/:https://google.com/search?q=%s&#xA;推荐引擎(将下面文本添加到home5.search中)&#xA;顺序:i:40%s_00&#xA;apkdl:https://apkdl.in/app/search?q=&#xA;apkbog:https://www.apkbog.com/en/apks/search/&#xA;知乎:https://www.zhihu.com/search?type=content&amp;amp;q=&#xA;bilibili:https://m.bilibili.com/search?keyword=&#xA;抖音:https://www.douyin.com/search/%s?source=normal_search&#xA;高德地图:https://ditu.amap.com/search?query=&#xA;京东:https://search.jd.com/Search?enc=utf-8&amp;amp;keyword=&#xA;淘宝:https://taobao.com/search?q=&#xA;苏宁:https://m.suning.com/search/%s/&#xA;拼多多:http://mobile.yangkeduo.com/search_result.html?search_key=&#xA;优惠券:http://mall.yhm11.com/index.php?r=l&amp;amp;kw=&#xA;百度图片:http://image.baidu.com/search/index?tn=baiduimage&amp;amp;word=&#xA;bing图片:http://bing.com/images/search?q=&#xA;搜狗表情:https://pic.sogou.com/pic/emo/searchList.jsp?keyword=&#xA;微信:https://weixin.sogou.com/weixin?type=2&amp;amp;s_from=input&amp;amp;query=&#xA;大百科全书:http://h.bkzx.cn/search?sublibId=2&amp;amp;query=&#xA;wolfram:https://www.wolframalpha.com/input/?i=&#xA;bookmarkearth:https://www.bookmarkearth.com/s/search?q=&#xA;答案答案:https://daandaan.com/search?q=&#xA;问答库:https://m.asklib.com/s/&#xA;ACG:http://www.acgsou.com/?bound=content&amp;amp;local=1&amp;amp;keyword=&#xA;动漫花园:https://share.dmhy.org/topics/list?keyword=&#xA;末日动漫:https://share.acgnx.se/search.php?keyword=&#xA;慢慢买:http://s.manmanbuy.com/default.aspx?key=&#xA;购物党:https://gwdang.com/search?s_product=&#xA;快搜比价:https://ks.pconline.com.cn/product.shtml?q=&#xA;比一比价:http://www.b1bj.com/s.aspx?key=&#xA;盒子比价:http://www.boxz.com/search/&#xA;buzz:https://search.buzz.im/?search=&#xA;toplinks:https://www.toplinks.cc/s/?keyword=&#xA;顺序搜索需文件engine.search格式与home5.search相同但其中url关键词部分必须用“%s”标识。用此引擎搜索的网页按前进键自动用下一引擎搜索。&#xA;除了批量添加引擎外,超微可以将任意支持搜索的网址添加为搜索引擎。方法如下:&#xA;访问网站并搜索。 按菜单键,没有的话可长按底部工具条前进按钮弹出菜单。 选择&amp;quot;添加为搜索引擎&amp;quot;,对话框中将出现的地址适当编辑。不少网址后半部分为用&amp;quot;&amp;amp;&amp;quot;分割的等式,将包含搜索条目的等式移动到最后,删除搜索条目本身,其余等式可删可留。若无等式,一般在网址中直接删除搜索条目本身即可。 常用引擎,供用户查漏添加:&#xA;google:https://google.com/search?q=&#xA;必应:https://www.bing.com/search?q=&#xA;必应CN:https://cn.bing.com/search?q=&#xA;百度:https://m.baidu.com/s?wd=&#xA;Fsou:https://fsoufsou.com/search?q=&#xA;seekr:https://www.seekr.com/search?query=&#xA;sese:https://sese.yyj.moe/search?q=&#xA;you:https://you.com/search?q=&#xA;神马:http://m.sm.cn/s?q=&#xA;夸克:https://quark.sm.cn/s?q=&#xA;无追:https://www.wuzhuiso.com/s?q=&#xA;360:http://www.so.com/s?q=&#xA;搜狗:https://m.sogou.com/web?query=&#xA;ecosia:https://www.ecosia.org/search?q=</description>
</item>
<item>
<title>配置总览</title>