mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
ebrowser v1.0.51: download.json to add user-defined context-menu
This commit is contained in:
parent
f3ea023929
commit
5e3172ece0
16 changed files with 118 additions and 45 deletions
|
@ -50,7 +50,8 @@
|
||||||
<li>much less memory footprint than edge/chrome browser and highly performant.</li>
|
<li>much less memory footprint than edge/chrome browser and highly performant.</li>
|
||||||
<li>keyboard friendly with vim-style keymaps and command line support in address bar.</li>
|
<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><a href="https://uweb.surge.sh/en/redirect/index.html#">global redirection</a> to bypass censorship.</li>
|
||||||
<li>user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.</li>
|
<li>user CSS/JS at will. Ex. pressing "md" in no-focus mode to preview markdown file.</li>
|
||||||
|
<li>global CSS/JS for all sites at will.</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>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>
|
<li>customizable.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -117,7 +118,7 @@ npm install ebrowser
|
||||||
<li>np : no proxy.</li>
|
<li>np : no proxy.</li>
|
||||||
<li>up [proxyName] : use proxy. privous proxy or the first proxy in proxy.json w/o [proxyName]. ":up" command also disables global and domain redirections, which are not restored by ":np".</li>
|
<li>up [proxyName] : use proxy. privous proxy or the first proxy in proxy.json w/o [proxyName]. ":up" command also disables global and domain redirections, which are not restored by ":np".</li>
|
||||||
<li>ua [useragentName] : set user agent for future tabs. default user agent w/o arguments.</li>
|
<li>ua [useragentName] : set user agent for future tabs. default user agent w/o arguments.</li>
|
||||||
<li>update [updateurl] : update the app. updateurl is optional.</li>
|
<li>update [filename] : update the app w/o argument, otherwise retrive the [filename] from remote. The filename could be any file on <a href="https://jamesfengcao.gitlab.io/uweb/en/readme/index.html">mirror sites</a> (this repository is part of it).</li>
|
||||||
<li>pdf [filename w/o extension] {<a href="https://www.electronjs.org/docs/latest/api/web-contents#contentsprinttopdfoptions">options</a>} : print to PDF file. All arguments are optional; empty option "{}" to capture long screenshot as vector graphics.</li>
|
<li>pdf [filename w/o extension] {<a href="https://www.electronjs.org/docs/latest/api/web-contents#contentsprinttopdfoptions">options</a>} : print to PDF file. All arguments are optional; empty option "{}" to capture long screenshot as vector graphics.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -147,6 +148,7 @@ npm install ebrowser
|
||||||
<li>"mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".</li>
|
<li>"mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".</li>
|
||||||
<li>"proxy.json": name-<a href="https://www.electronjs.org/docs/latest/api/structures/proxy-config">ProxyConfig</a> pairs</li>
|
<li>"proxy.json": name-<a href="https://www.electronjs.org/docs/latest/api/structures/proxy-config">ProxyConfig</a> pairs</li>
|
||||||
<li>"uas.json" : name-useragent pairs</li>
|
<li>"uas.json" : name-useragent pairs</li>
|
||||||
|
<li>"download.json" : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with "%u" as the downloaded url.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
|
<h4 id="javascript-at-three-levels">Javascript at three levels</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -191,7 +193,7 @@ npm install ebrowser
|
||||||
<p>You can copy or modify the code/program under the terms of the GPL3.0 or later versions.</p>
|
<p>You can copy or modify the code/program under the terms of the GPL3.0 or later versions.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 29 June 2024<br>
|
<p>Last Modified: 30 June 2024<br>
|
||||||
<br>
|
<br>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content on uweb browser: unlimited power</description>
|
<description>Recent content on uweb browser: unlimited power</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 21:05:42 +0800</lastBuildDate>
|
<lastBuildDate>Sun, 30 Jun 2024 16:27:47 +0800</lastBuildDate>
|
||||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Text selection/processing</title>
|
<title>Text selection/processing</title>
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<link>/en/search/</link>
|
<link>/en/search/</link>
|
||||||
<pubDate>Tue, 07 Mar 2023 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 07 Mar 2023 00:00:00 +0000</pubDate>
|
||||||
<guid>/en/search/</guid>
|
<guid>/en/search/</guid>
|
||||||
<description>Clicking the following links to install search engines with uweb browser.
AI:
andi:https://andisearch.com/?q=
thinkany:https://thinkany.so/search?q=
phind:https://phind-ai.com/search?q=
devv:https://devv.ai/search?agentMode=false&amp;q=
perplexity:https://www.perplexity.ai/?q=
youChat:https://you.com/search?tbm=youchat&amp;q=
youWrite:https://you.com/search?tbm=youwrite&amp;q=
youImagine:https://you.com/search?tbm=imagine&amp;q=
you:https://you.com/search?q=
medisearch:https://medisearch.io/results/
explorer:https://explorer.globe.engineer/?q=
consensus:https://consensus.app/results/?synthesize=on&amp;q=
yoursearch:https://app.yoursearch.ai/?q=
chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s
lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s
Recommended engines (click or append any of the following to the file &quot;home5.search&quot;):
Engines:i:40%s_00
bing image:http://bing.com/images/search?q=
google image:http://www.google.com/images?as_q=
flickr:http://www.flickr.com/photos/tags/
Yandex image:https://yandex.com/images/search?text=
wiki:https://en.wikipedia.org/wiki/Special:Search?search=
wikipedia:http://en.wikipedia.org/?search=
wikifull:http://en.wikipedia.org/wiki/Special:Search?fulltext=Search&amp;search=
Youtube:https://www.youtube.com/results?search_query=
eBay:https://www.ebay.com/sch/i.html?_nkw=
Quora:https://www.quora.com/search?q=
Pinterest:https://www.pinterest.com/search/pins/?q=
LinkedIn:https://www.linkedin.com/search/results/all/?keywords=
Netflix:https://www.netflix.com/search?q=
Spotify:https://open.spotify.com/search/
Medium:https://medium.com/search?q=
TripAdvisor:https://www.tripadvisor.com/Search?q=
incaption:https://incaptions.com/
answer:http://mobile.answers.com/
twitter:https://twitter.com/search?q=
Facebook:https://www.facebook.com/search/str/%s/keywords_search
Instagram:https://www.instagram.com/explore/tags/%s/
social-search:https://www.social-searcher.com/social-buzz/?q5=
reddit:http://reddit.com/search?q=
boardreader:https://boardreader.com/s/%s.html
bingvideo:https://www.bing.com/videos/search?q=
vsearch:https://www.vsearch.me/s?q=</description>
|
<description>Clicking the following links to install search engines with uweb browser.
AI:
andi:https://andisearch.com/?q=
thinkany:https://thinkany.so/search?q=
phind:https://phind-ai.com/search?q=
iask:https://iask.ai/?q=
devv:https://devv.ai/search?agentMode=false&amp;q=
perplexity:https://www.perplexity.ai/?q=
youChat:https://you.com/search?tbm=youchat&amp;q=
youWrite:https://you.com/search?tbm=youwrite&amp;q=
youImagine:https://you.com/search?tbm=imagine&amp;q=
you:https://you.com/search?q=
medisearch:https://medisearch.io/results/
explorer:https://explorer.globe.engineer/?q=
consensus:https://consensus.app/results/?synthesize=on&amp;q=
yoursearch:https://app.yoursearch.ai/?q=
awesomerepo:https://www.awesome-repositories.com/s/results-with-ai/
chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s
lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s
Recommended engines (click or append any of the following to the file &quot;home5.search&quot;):
Engines:i:40%s_00
bing image:http://bing.com/images/search?q=
google image:http://www.google.com/images?as_q=
flickr:http://www.flickr.com/photos/tags/
Yandex image:https://yandex.com/images/search?text=
wiki:https://en.wikipedia.org/wiki/Special:Search?search=
wikipedia:http://en.wikipedia.org/?search=
wikifull:http://en.wikipedia.org/wiki/Special:Search?fulltext=Search&amp;search=
Youtube:https://www.youtube.com/results?search_query=
eBay:https://www.ebay.com/sch/i.html?_nkw=
Quora:https://www.quora.com/search?q=
Pinterest:https://www.pinterest.com/search/pins/?q=
LinkedIn:https://www.linkedin.com/search/results/all/?keywords=
Netflix:https://www.netflix.com/search?q=
Spotify:https://open.spotify.com/search/
Medium:https://medium.com/search?q=
TripAdvisor:https://www.tripadvisor.com/Search?q=
incaption:https://incaptions.com/
answer:http://mobile.answers.com/
twitter:https://twitter.com/search?q=
Facebook:https://www.facebook.com/search/str/%s/keywords_search
Instagram:https://www.instagram.com/explore/tags/%s/
social-search:https://www.social-searcher.com/social-buzz/?q5=
reddit:http://reddit.com/search?q=
boardreader:https://boardreader.com/s/%s.html</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>JS/CSS/HTML/preprocessing for domains</title>
|
<title>JS/CSS/HTML/preprocessing for domains</title>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<link>/en/ebrowserreadme/</link>
|
<link>/en/ebrowserreadme/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>/en/ebrowserreadme/</guid>
|
<guid>/en/ebrowserreadme/</guid>
|
||||||
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).
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 &quot;md&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).
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 CSS/JS at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file. global CSS/JS for all sites at will.</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
<a href="i:00andi:https://andisearch.com/?q=">andi:https://andisearch.com/?q=</a></p>
|
<a href="i:00andi:https://andisearch.com/?q=">andi:https://andisearch.com/?q=</a></p>
|
||||||
<p><a href="i:00thinkany:https://thinkany.so/search?q=">thinkany:https://thinkany.so/search?q=</a></p>
|
<p><a href="i:00thinkany:https://thinkany.so/search?q=">thinkany:https://thinkany.so/search?q=</a></p>
|
||||||
<p><a href="i:00phind:https://phind-ai.com/search?q=">phind:https://phind-ai.com/search?q=</a></p>
|
<p><a href="i:00phind:https://phind-ai.com/search?q=">phind:https://phind-ai.com/search?q=</a></p>
|
||||||
|
<p><a href="i:00iask:https://iask.ai/?q=">iask:https://iask.ai/?q=</a></p>
|
||||||
<p><a href="i:00devv:https://devv.ai/search?agentMode=false&q=">devv:https://devv.ai/search?agentMode=false&q=</a></p>
|
<p><a href="i:00devv:https://devv.ai/search?agentMode=false&q=">devv:https://devv.ai/search?agentMode=false&q=</a></p>
|
||||||
<p><a href="i:00perplexity:https://www.perplexity.ai/?q=">perplexity:https://www.perplexity.ai/?q=</a></p>
|
<p><a href="i:00perplexity:https://www.perplexity.ai/?q=">perplexity:https://www.perplexity.ai/?q=</a></p>
|
||||||
<p><a href="i:00youChat:https://you.com/search?tbm=youchat&q=">youChat:https://you.com/search?tbm=youchat&q=</a></p>
|
<p><a href="i:00youChat:https://you.com/search?tbm=youchat&q=">youChat:https://you.com/search?tbm=youchat&q=</a></p>
|
||||||
|
@ -62,6 +63,7 @@
|
||||||
<p><a href="i:00explorer:https://explorer.globe.engineer/?q=">explorer:https://explorer.globe.engineer/?q=</a></p>
|
<p><a href="i:00explorer:https://explorer.globe.engineer/?q=">explorer:https://explorer.globe.engineer/?q=</a></p>
|
||||||
<p><a href="i:00consensus:https://consensus.app/results/?synthesize=on&q=">consensus:https://consensus.app/results/?synthesize=on&q=</a></p>
|
<p><a href="i:00consensus:https://consensus.app/results/?synthesize=on&q=">consensus:https://consensus.app/results/?synthesize=on&q=</a></p>
|
||||||
<p><a href="i:00yoursearch:https://app.yoursearch.ai/?q=">yoursearch:https://app.yoursearch.ai/?q=</a></p>
|
<p><a href="i:00yoursearch:https://app.yoursearch.ai/?q=">yoursearch:https://app.yoursearch.ai/?q=</a></p>
|
||||||
|
<p><a href="i:00awesomerepo:https://www.awesome-repositories.com/s/results-with-ai/">awesomerepo:https://www.awesome-repositories.com/s/results-with-ai/</a></p>
|
||||||
<p><a href="i:00chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s">chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s</a></p>
|
<p><a href="i:00chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s">chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s</a></p>
|
||||||
<p><a href="i:00lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s">lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s</a></p>
|
<p><a href="i:00lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s">lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s</a></p>
|
||||||
<p>Recommended engines (click or append any of the following to the file "home5.search"):<br>
|
<p>Recommended engines (click or append any of the following to the file "home5.search"):<br>
|
||||||
|
@ -259,7 +261,7 @@
|
||||||
<a href="https://alternativeto.net/software/google-search/?feature=web-search">alternativeto</a></p>
|
<a href="https://alternativeto.net/software/google-search/?feature=web-search">alternativeto</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 8 June 2024<br>
|
<p>Last Modified: 30 June 2024<br>
|
||||||
add more AI search engines<br>
|
add more AI search engines<br>
|
||||||
<pre>Add AI engines
|
<pre>Add AI engines
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/</loc>
|
<loc>/en/</loc>
|
||||||
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
<lastmod>2024-06-30T16:27:47+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/search/</loc>
|
<loc>/en/search/</loc>
|
||||||
<lastmod>2024-06-08T10:09:00+08:00</lastmod>
|
<lastmod>2024-06-30T16:27:47+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/topposts/</loc>
|
<loc>/en/topposts/</loc>
|
||||||
<lastmod>2024-06-18T08:06:41+08:00</lastmod>
|
<lastmod>2024-06-30T16:27:47+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -508,7 +508,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/ebrowserreadme/</loc>
|
<loc>/en/ebrowserreadme/</loc>
|
||||||
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
<lastmod>2024-06-30T15:28:25+08:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/mirrors/</loc>
|
<loc>/en/mirrors/</loc>
|
||||||
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
||||||
|
@ -539,7 +539,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/unlist/</loc>
|
<loc>/en/unlist/</loc>
|
||||||
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
<lastmod>2024-06-30T15:28:25+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
<description>Recent content in Topposts on uweb browser: unlimited power</description>
|
<description>Recent content in Topposts on uweb browser: unlimited power</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Tue, 18 Jun 2024 08:06:41 +0800</lastBuildDate>
|
<lastBuildDate>Sun, 30 Jun 2024 16:27:47 +0800</lastBuildDate>
|
||||||
<atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Search engines</title>
|
<title>Search engines</title>
|
||||||
<link>/en/search/</link>
|
<link>/en/search/</link>
|
||||||
<pubDate>Tue, 07 Mar 2023 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 07 Mar 2023 00:00:00 +0000</pubDate>
|
||||||
<guid>/en/search/</guid>
|
<guid>/en/search/</guid>
|
||||||
<description>Clicking the following links to install search engines with uweb browser.
AI:
andi:https://andisearch.com/?q=
thinkany:https://thinkany.so/search?q=
phind:https://phind-ai.com/search?q=
devv:https://devv.ai/search?agentMode=false&amp;q=
perplexity:https://www.perplexity.ai/?q=
youChat:https://you.com/search?tbm=youchat&amp;q=
youWrite:https://you.com/search?tbm=youwrite&amp;q=
youImagine:https://you.com/search?tbm=imagine&amp;q=
you:https://you.com/search?q=
medisearch:https://medisearch.io/results/
explorer:https://explorer.globe.engineer/?q=
consensus:https://consensus.app/results/?synthesize=on&amp;q=
yoursearch:https://app.yoursearch.ai/?q=
chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s
lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s
Recommended engines (click or append any of the following to the file &quot;home5.search&quot;):
Engines:i:40%s_00
bing image:http://bing.com/images/search?q=
google image:http://www.google.com/images?as_q=
flickr:http://www.flickr.com/photos/tags/
Yandex image:https://yandex.com/images/search?text=
wiki:https://en.wikipedia.org/wiki/Special:Search?search=
wikipedia:http://en.wikipedia.org/?search=
wikifull:http://en.wikipedia.org/wiki/Special:Search?fulltext=Search&amp;search=
Youtube:https://www.youtube.com/results?search_query=
eBay:https://www.ebay.com/sch/i.html?_nkw=
Quora:https://www.quora.com/search?q=
Pinterest:https://www.pinterest.com/search/pins/?q=
LinkedIn:https://www.linkedin.com/search/results/all/?keywords=
Netflix:https://www.netflix.com/search?q=
Spotify:https://open.spotify.com/search/
Medium:https://medium.com/search?q=
TripAdvisor:https://www.tripadvisor.com/Search?q=
incaption:https://incaptions.com/
answer:http://mobile.answers.com/
twitter:https://twitter.com/search?q=
Facebook:https://www.facebook.com/search/str/%s/keywords_search
Instagram:https://www.instagram.com/explore/tags/%s/
social-search:https://www.social-searcher.com/social-buzz/?q5=
reddit:http://reddit.com/search?q=
boardreader:https://boardreader.com/s/%s.html
bingvideo:https://www.bing.com/videos/search?q=
vsearch:https://www.vsearch.me/s?q=</description>
|
<description>Clicking the following links to install search engines with uweb browser.
AI:
andi:https://andisearch.com/?q=
thinkany:https://thinkany.so/search?q=
phind:https://phind-ai.com/search?q=
iask:https://iask.ai/?q=
devv:https://devv.ai/search?agentMode=false&amp;q=
perplexity:https://www.perplexity.ai/?q=
youChat:https://you.com/search?tbm=youchat&amp;q=
youWrite:https://you.com/search?tbm=youwrite&amp;q=
youImagine:https://you.com/search?tbm=imagine&amp;q=
you:https://you.com/search?q=
medisearch:https://medisearch.io/results/
explorer:https://explorer.globe.engineer/?q=
consensus:https://consensus.app/results/?synthesize=on&amp;q=
yoursearch:https://app.yoursearch.ai/?q=
awesomerepo:https://www.awesome-repositories.com/s/results-with-ai/
chatGPT:i:0/js/hash2textarea.js:https://chat.openai.com/#%s
lepton:i:0/js/hash2input.js:https://search.lepton.run/#%s
Recommended engines (click or append any of the following to the file &quot;home5.search&quot;):
Engines:i:40%s_00
bing image:http://bing.com/images/search?q=
google image:http://www.google.com/images?as_q=
flickr:http://www.flickr.com/photos/tags/
Yandex image:https://yandex.com/images/search?text=
wiki:https://en.wikipedia.org/wiki/Special:Search?search=
wikipedia:http://en.wikipedia.org/?search=
wikifull:http://en.wikipedia.org/wiki/Special:Search?fulltext=Search&amp;search=
Youtube:https://www.youtube.com/results?search_query=
eBay:https://www.ebay.com/sch/i.html?_nkw=
Quora:https://www.quora.com/search?q=
Pinterest:https://www.pinterest.com/search/pins/?q=
LinkedIn:https://www.linkedin.com/search/results/all/?keywords=
Netflix:https://www.netflix.com/search?q=
Spotify:https://open.spotify.com/search/
Medium:https://medium.com/search?q=
TripAdvisor:https://www.tripadvisor.com/Search?q=
incaption:https://incaptions.com/
answer:http://mobile.answers.com/
twitter:https://twitter.com/search?q=
Facebook:https://www.facebook.com/search/str/%s/keywords_search
Instagram:https://www.instagram.com/explore/tags/%s/
social-search:https://www.social-searcher.com/social-buzz/?q5=
reddit:http://reddit.com/search?q=
boardreader:https://boardreader.com/s/%s.html</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Downloads</title>
|
<title>Downloads</title>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<link>/en/ebrowserreadme/</link>
|
<link>/en/ebrowserreadme/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>/en/ebrowserreadme/</guid>
|
<guid>/en/ebrowserreadme/</guid>
|
||||||
<description>Ebrowser: keyboard-friendly minimal suckless web browser Ebrowser is designed with the philosophy of Android uweb browser (gitlab).
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 &quot;md&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).
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 CSS/JS at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file. global CSS/JS for all sites at will.</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
|
@ -5,7 +5,8 @@ Ebrowser is designed with the philosophy of [Android uweb browser](https://githu
|
||||||
- much less memory footprint than edge/chrome browser and highly performant.
|
- much less memory footprint than edge/chrome browser and highly performant.
|
||||||
- keyboard friendly with vim-style keymaps and command line support in address bar.
|
- 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.
|
- [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.
|
- user CSS/JS at will. Ex. pressing "md" in no-focus mode to preview markdown file.
|
||||||
|
- global CSS/JS for all sites at will.
|
||||||
- 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.
|
- 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.
|
- customizable.
|
||||||
|
|
||||||
|
@ -74,7 +75,7 @@ Like any popular browser, the very first word in address bar if defined in "sear
|
||||||
- np : no proxy.
|
- np : no proxy.
|
||||||
- up [proxyName] : use proxy. privous proxy or the first proxy in proxy.json w/o [proxyName]. ":up" command also disables global and domain redirections, which are not restored by ":np".
|
- up [proxyName] : use proxy. privous proxy or the first proxy in proxy.json w/o [proxyName]. ":up" command also disables global and domain redirections, which are not restored by ":np".
|
||||||
- ua [useragentName] : set user agent for future tabs. default user agent w/o arguments.
|
- ua [useragentName] : set user agent for future tabs. default user agent w/o arguments.
|
||||||
- update [updateurl] : update the app. updateurl is optional.
|
- update [filename] : update the app w/o argument, otherwise retrive the [filename] from remote. The filename could be any file on [mirror sites](https://jamesfengcao.gitlab.io/uweb/en/readme/index.html) (this repository is part of it).
|
||||||
- pdf [filename w/o extension] {[options](https://www.electronjs.org/docs/latest/api/web-contents#contentsprinttopdfoptions)} : print to PDF file. All arguments are optional; empty option "{}" to capture long screenshot as vector graphics.
|
- pdf [filename w/o extension] {[options](https://www.electronjs.org/docs/latest/api/web-contents#contentsprinttopdfoptions)} : print to PDF file. All arguments are optional; empty option "{}" to capture long screenshot as vector graphics.
|
||||||
- "!" address bar commands
|
- "!" address bar commands
|
||||||
"!xx ..." evaluates "xx.js" with the whole text as arguments[0].
|
"!xx ..." evaluates "xx.js" with the whole text as arguments[0].
|
||||||
|
@ -98,6 +99,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
|
||||||
- "mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".
|
- "mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".
|
||||||
- "proxy.json": name-[ProxyConfig](https://www.electronjs.org/docs/latest/api/structures/proxy-config) pairs
|
- "proxy.json": name-[ProxyConfig](https://www.electronjs.org/docs/latest/api/structures/proxy-config) pairs
|
||||||
- "uas.json" : name-useragent pairs
|
- "uas.json" : name-useragent pairs
|
||||||
|
- "download.json" : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with "%u" as the downloaded url.
|
||||||
|
|
||||||
#### Javascript at three levels
|
#### Javascript at three levels
|
||||||
- Web page: url like "javascript:" or bookmarklet command ":bml" runs in web page.
|
- Web page: url like "javascript:" or bookmarklet command ":bml" runs in web page.
|
||||||
|
|
|
@ -71,6 +71,9 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
var bQueryHistory = false;
|
var bQueryHistory = false;
|
||||||
let sitecssP = path.join(__dirname,"sitecss");
|
let sitecssP = path.join(__dirname,"sitecss");
|
||||||
let sitejsP = path.join(__dirname,"sitejs");
|
let sitejsP = path.join(__dirname,"sitejs");
|
||||||
|
let gjsA = [];
|
||||||
|
let gcssA = [];
|
||||||
|
let gcssJSA = [];
|
||||||
var bDomainJS = fs.existsSync(sitejsP);
|
var bDomainJS = fs.existsSync(sitejsP);
|
||||||
var bDomainCSS = fs.existsSync(sitecssP);
|
var bDomainCSS = fs.existsSync(sitecssP);
|
||||||
var autocMode = 0; //0 for substring, 1 for startsWith
|
var autocMode = 0; //0 for substring, 1 for startsWith
|
||||||
|
@ -141,12 +144,16 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
tabs.children[iTab].classList.add('curWV');
|
tabs.children[iTab].classList.add('curWV');
|
||||||
}
|
}
|
||||||
async function loadJSFile(tab,jsF){
|
async function loadJSFile(tab,jsF){
|
||||||
if(fs.existsSync(jsF)){
|
|
||||||
try {
|
try {
|
||||||
let js = await fs.promises.readFile(jsF,'utf8');
|
let js = await fs.promises.readFile(jsF,'utf8');
|
||||||
tab.executeJavaScript(js,false);
|
tab.executeJavaScript(js,false);
|
||||||
}catch(e){}
|
}catch(e){}
|
||||||
}
|
}
|
||||||
|
async function loadCSSFile(tab,jsF){
|
||||||
|
try {
|
||||||
|
let js = await fs.promises.readFile(jsF,'utf8');
|
||||||
|
tab.insertCSS(css);
|
||||||
|
}catch(e){}
|
||||||
}
|
}
|
||||||
function cbStartLoading(e){
|
function cbStartLoading(e){
|
||||||
if(!bDomainCSS) return;
|
if(!bDomainCSS) return;
|
||||||
|
@ -158,14 +165,15 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
let jsF = path.join(sitecssP, domain+".js");
|
let jsF = path.join(sitecssP, domain+".js");
|
||||||
loadJSFile(tab,jsF);
|
loadJSFile(tab,jsF);
|
||||||
jsF = path.join(sitecssP, domain+".css");
|
jsF = path.join(sitecssP, domain+".css");
|
||||||
if(fs.existsSync(jsF)){
|
loadCSSFile(tab,jsF);
|
||||||
(async ()=>{
|
gcssA.forEach((fname)=>{
|
||||||
try {
|
jsF = path.join(__dirname, fname);
|
||||||
let css = await fs.promises.readFile(jsF,'utf8');
|
loadCSSFile(tab,jsF);
|
||||||
tab.insertCSS(css);
|
});
|
||||||
}catch(e){}
|
gcssJSA.forEach((fname)=>{
|
||||||
})();
|
jsF = path.join(__dirname, fname);
|
||||||
}
|
loadJSFile(tab,jsF);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
function cbFinishLoad(e){
|
function cbFinishLoad(e){
|
||||||
let tab = e.target;
|
let tab = e.target;
|
||||||
|
@ -184,6 +192,10 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
let jsF = path.join(sitejsP, domain+".js");
|
let jsF = path.join(sitejsP, domain+".js");
|
||||||
loadJSFile(tab,jsF);
|
loadJSFile(tab,jsF);
|
||||||
}
|
}
|
||||||
|
gjsA.forEach((fname)=>{
|
||||||
|
let jsF = path.join(__dirname, fname);
|
||||||
|
loadJSFile(tab,jsF);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
function initTab(tab){
|
function initTab(tab){
|
||||||
tab.allowpopups = true;
|
tab.allowpopups = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{"version":"1.0.45",
|
{"version":"1.0.51",
|
||||||
"name": "ebrowser",
|
"name": "ebrowser",
|
||||||
"description": "The keyboard-friendly minimal suckless web browser",
|
"description": "The keyboard-friendly minimal suckless web browser",
|
||||||
"main": "webview.js",
|
"main": "webview.js",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"andi":"https://andisearch.com/?q=%s",
|
"andi":"https://andisearch.com/?q=%s",
|
||||||
"ph":"https://phind-ai.com/search?q=%s",
|
"ph":"https://phind-ai.com/search?q=%s",
|
||||||
"gf":"https://greasyfork.org/en/scripts?filter_locale=0&sort=updated&q=%s",
|
"gf":"https://greasyfork.org/en/scripts?filter_locale=0&sort=updated&q=%s",
|
||||||
|
"repo":"https://www.awesome-repositories.com/s/results-with-ai/%s",
|
||||||
"dev":"https://devv.ai/search?agentMode=false&q=%s",
|
"dev":"https://devv.ai/search?agentMode=false&q=%s",
|
||||||
"you":"https://you.com/search?tbm=youchat&q=%s",
|
"you":"https://you.com/search?tbm=youchat&q=%s",
|
||||||
"p":"https://www.perplexity.ai/?q=%s",
|
"p":"https://www.perplexity.ai/?q=%s",
|
||||||
|
|
|
@ -50,6 +50,7 @@ var bForwardCookie = false;
|
||||||
var proxies = {};
|
var proxies = {};
|
||||||
var proxy;
|
var proxy;
|
||||||
var useragents = {};
|
var useragents = {};
|
||||||
|
var downloadMenus; //[]
|
||||||
var defaultUA =
|
var defaultUA =
|
||||||
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/" +
|
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/" +
|
||||||
process.versions.chrome +" Safari/537.36";
|
process.versions.chrome +" Safari/537.36";
|
||||||
|
@ -115,10 +116,45 @@ async function createWindow () {
|
||||||
cmdlineProcess(process.argv, process.cwd(), 0);
|
cmdlineProcess(process.argv, process.cwd(), 0);
|
||||||
//app.commandLine.appendSwitch ('trace-warnings');
|
//app.commandLine.appendSwitch ('trace-warnings');
|
||||||
|
|
||||||
|
fs.readFile(path.join(__dirname,'download.json'), 'utf8', (err, jsonStr) => {
|
||||||
|
if (err) return;
|
||||||
|
try {
|
||||||
|
downloadMenus = JSON.parse(jsonStr);
|
||||||
|
}catch (e){console.log(e)}
|
||||||
|
});
|
||||||
|
|
||||||
win.webContents.on('page-title-updated',(event,cmd)=>{
|
win.webContents.on('page-title-updated',(event,cmd)=>{
|
||||||
addrCommand(cmd);
|
addrCommand(cmd);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
session.defaultSession.on("will-download", (e, item) => {
|
||||||
|
//item.setSavePath(save)
|
||||||
|
if(!downloadMenus) return;
|
||||||
|
let buttons = ["OK", "Cancel", translate("Copy")];
|
||||||
|
buttons.push(downloadMenus.filter((item, index) => (index&1) === 0));
|
||||||
|
const button = dialog.showMessageBoxSync(mainWindow, {
|
||||||
|
"type": "question",
|
||||||
|
"title": translate("Download"),
|
||||||
|
"message": `Do you want to download the file?`,
|
||||||
|
"buttons": buttons,
|
||||||
|
"defaultId": 0,
|
||||||
|
});
|
||||||
|
switch(button) {
|
||||||
|
case 0:
|
||||||
|
return;
|
||||||
|
case 1:
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
clipboard.writeText(item.getURL());
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
let cmd = downloadMenus[2*button-5].replace('%u',item.getURL());
|
||||||
|
let js = `handleQuery(\`${cmd}\`)`;
|
||||||
|
win.webContents.executeJavaScript(js,false);
|
||||||
|
}
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
|
||||||
win.webContents.on('console-message',cbConsoleMsg);
|
win.webContents.on('console-message',cbConsoleMsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -238,12 +274,16 @@ function addrCommand(cmd){
|
||||||
case "update":
|
case "update":
|
||||||
let updateurl;
|
let updateurl;
|
||||||
if(1==args.length)
|
if(1==args.length)
|
||||||
updateurl = repositoryurl;
|
updateApp(repositoryurl);
|
||||||
else {
|
else {
|
||||||
updateurl = args[1];
|
filename = args[1];
|
||||||
if(!updateurl.endsWith("/")) updateurl = updateurl +"/";
|
let iSlash = filename.lastIndexOf('/');
|
||||||
|
if(iSlash>0){
|
||||||
|
let folder = path.join(__dirname,filename.substring(0,iSlash));
|
||||||
|
fs.mkdirSync(folder,{ recursive: true });
|
||||||
|
}
|
||||||
|
fetch2file(repositoryurl,filename);
|
||||||
}
|
}
|
||||||
updateApp(updateurl);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -317,24 +357,36 @@ function cbTitleUpdate(event,title){
|
||||||
function menuArray(labelprefix, linkUrl){
|
function menuArray(labelprefix, linkUrl){
|
||||||
const menuTemplate = [
|
const menuTemplate = [
|
||||||
{
|
{
|
||||||
label: labelprefix+'Open Link',
|
label: labelprefix+translate('Open'),
|
||||||
click: () => {
|
click: () => {
|
||||||
shell.openExternal(linkUrl);
|
shell.openExternal(linkUrl);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: labelprefix+'Copy Link',
|
label: labelprefix+translate('Copy'),
|
||||||
click: () => {
|
click: () => {
|
||||||
clipboard.writeText(linkUrl);
|
clipboard.writeText(linkUrl);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: labelprefix+'Download',
|
label: labelprefix+translate('Download'),
|
||||||
click: () => {
|
click: () => {
|
||||||
win.contentView.children[i].webContents.downloadURL(linkUrl);
|
win.contentView.children[i].webContents.downloadURL(linkUrl);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
if(downloadMenus){
|
||||||
|
for(let i=0; i<downloadMenus.length-1;i++){
|
||||||
|
menuTemplate.push({
|
||||||
|
label: labelprefix+downloadMenus[i],
|
||||||
|
click: () => {
|
||||||
|
let cmd = downloadMenus[i+1].replace('%u',linkUrl);
|
||||||
|
let js = `handleQuery(\`${cmd}\`)`;
|
||||||
|
win.webContents.executeJavaScript(js,false);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
return menuTemplate;
|
return menuTemplate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>/en/sitemap.xml</loc>
|
<loc>/en/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2024-06-29T21:05:42+08:00</lastmod>
|
<lastmod>2024-06-30T16:27:47+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>/zh/sitemap.xml</loc>
|
<loc>/zh/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
|
<lastmod>2024-06-29T22:26:41+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>zh</language>
|
<language>zh</language>
|
||||||
<lastBuildDate>Fri, 28 Jun 2024 15:52:31 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 22:26:41 +0800</lastBuildDate>
|
||||||
<atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>操作选中(富)文本/元素</title>
|
<title>操作选中(富)文本/元素</title>
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
<link>/zh/bookmark/</link>
|
<link>/zh/bookmark/</link>
|
||||||
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
||||||
<guid>/zh/bookmark/</guid>
|
<guid>/zh/bookmark/</guid>
|
||||||
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi taichu 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi yuanbao taichu deepseek 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>利用用户自定义样式屏蔽不良信息</title>
|
<title>利用用户自定义样式屏蔽不良信息</title>
|
||||||
|
|
|
@ -51,7 +51,9 @@
|
||||||
AI/chatGPT:</p>
|
AI/chatGPT:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://kimi.ai">kimi</a></li>
|
<li><a href="https://kimi.ai">kimi</a></li>
|
||||||
|
<li><a href="https://yuanbao.tencent.com/chat">yuanbao</a></li>
|
||||||
<li><a href="https://taichu-web.ia.ac.cn/#/chat">taichu</a></li>
|
<li><a href="https://taichu-web.ia.ac.cn/#/chat">taichu</a></li>
|
||||||
|
<li><a href="https://chat.deepseek.com/coder">deepseek</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>文本/文件共享</p>
|
<p>文本/文件共享</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -76,7 +78,7 @@ AI/chatGPT:</p>
|
||||||
<a href="c:bc -l *.bc">全能计算器bc</a></p>
|
<a href="c:bc -l *.bc">全能计算器bc</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 28 June 2024<br>
|
<p>Last Modified: 29 June 2024<br>
|
||||||
add AI engines<br>
|
add AI engines<br>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>zh</language>
|
<language>zh</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 22:03:52 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 22:26:41 +0800</lastBuildDate>
|
||||||
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>操作选中(富)文本/元素</title>
|
<title>操作选中(富)文本/元素</title>
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
<link>/zh/bookmark/</link>
|
<link>/zh/bookmark/</link>
|
||||||
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
||||||
<guid>/zh/bookmark/</guid>
|
<guid>/zh/bookmark/</guid>
|
||||||
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi taichu 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi yuanbao taichu deepseek 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>利用用户自定义样式屏蔽不良信息</title>
|
<title>利用用户自定义样式屏蔽不良信息</title>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>/zh/_posts/</loc>
|
<loc>/zh/_posts/</loc>
|
||||||
<lastmod>2024-06-28T15:52:31+08:00</lastmod>
|
<lastmod>2024-06-29T22:26:41+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/</loc>
|
<loc>/zh/</loc>
|
||||||
<lastmod>2024-06-29T22:03:52+08:00</lastmod>
|
<lastmod>2024-06-29T22:26:41+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
<lastmod>2024-05-20T11:27:34+08:00</lastmod>
|
<lastmod>2024-05-20T11:27:34+08:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/bookmark/</loc>
|
<loc>/zh/bookmark/</loc>
|
||||||
<lastmod>2024-06-28T15:52:31+08:00</lastmod>
|
<lastmod>2024-06-29T22:26:41+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
|
Loading…
Reference in a new issue