updates bookmarklets

This commit is contained in:
James Feng Cao 2024-06-13 08:07:31 +08:00
parent 7eccedfecc
commit d0d745b7f5
18 changed files with 73 additions and 65 deletions

View file

@ -10,7 +10,7 @@
[超微浏览器下载及使用技巧](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
(镜像: [atomgit](https://uweb.atomgit.net/uweb/zh/) [gitlab](https://jamesfengcao.gitlab.io/uweb/zh/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html) [codeberg](https://jamesfengcao.codeberg.page/zh/) [4everland](https://uweb.4everland.app/zh/) [cyclic](https://muweb.cyclic.app/zh/) [github](https://torappinfo.github.io/uweb/zh/) [render](https://uweb.onrender.com/zh/) [surge](https://uweb.surge.sh/zh/) [netlify](https://uwebzh.netlify.app/zh/) [deno](https://posh-crab-23.deno.dev/zh/) [kinsta](https://uwebbrowser-t27o4.kinsta.page/zh/) [fleek](https://uweb.on-fleek.app/zh/) [pages](https://muweb.pages.dev/zh/) [bitbucket](https://torappinfo.bitbucket.io/zh/) [torapp](https://torapp.eu.org/zh/) [torappv](https://uweb.torapp.eu.org/zh/) [glitch](https://uweb.glitch.me/zh/) [zeabur](https://uweb.zeabur.app/zh/) [vercel](https://uweb.vercel.app/zh/) <a href="en/mirrors.md" onclick="if(notRepo()){location='../../en/mirrors/index.html#';return false;}">专用镜像...</a>)
- <span style="color:red">免魔法国内直接访问英文技术网站如<a href="zh/tips.md" onclick="if(notRepo()){location='../tips/index.html#';return false;}">google、翻译、百科等</a></span>
- <span style="color:red">免魔法国内直接访问英文技术网站如<a href="zh/tips.md" onclick="if(notRepo()){location='../tips/index.html#';return false;}">google、百科等</a></span>
- AI聊天可作为搜索引擎来使用。
- 完善的下载支持,部分网站下载其它浏览器无法成功。
- 微不到250K。

View file

@ -10,7 +10,7 @@
[超微浏览器下载及使用技巧](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
(镜像: [atomgit](https://uweb.atomgit.net/uweb/zh/) [gitlab](https://jamesfengcao.gitlab.io/uweb/zh/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html) [codeberg](https://jamesfengcao.codeberg.page/zh/) [4everland](https://uweb.4everland.app/zh/) [cyclic](https://muweb.cyclic.app/zh/) [github](https://torappinfo.github.io/uweb/zh/) [render](https://uweb.onrender.com/zh/) [surge](https://uweb.surge.sh/zh/) [netlify](https://uwebzh.netlify.app/zh/) [deno](https://posh-crab-23.deno.dev/zh/) [kinsta](https://uwebbrowser-t27o4.kinsta.page/zh/) [fleek](https://uweb.on-fleek.app/zh/) [pages](https://muweb.pages.dev/zh/) [bitbucket](https://torappinfo.bitbucket.io/zh/) [torapp](https://torapp.eu.org/zh/) [torappv](https://uweb.torapp.eu.org/zh/) [glitch](https://uweb.glitch.me/zh/) [zeabur](https://uweb.zeabur.app/zh/) [vercel](https://uweb.vercel.app/zh/) <a href="en/mirrors.md" onclick="if(notRepo()){location='../../en/mirrors/index.html#';return false;}">专用镜像...</a>)
- <span style="color:red">免魔法国内直接访问英文技术网站如<a href="zh/tips.md" onclick="if(notRepo()){location='../tips/index.html#';return false;}">google、翻译、百科等</a></span>
- <span style="color:red">免魔法国内直接访问英文技术网站如<a href="zh/tips.md" onclick="if(notRepo()){location='../tips/index.html#';return false;}">google、百科等</a></span>
- AI聊天可作为搜索引擎来使用。
- 完善的下载支持,部分网站下载其它浏览器无法成功。
- 微不到250K。

View file

@ -8,7 +8,7 @@ Ebrowser is the minimal browser with the philosophy of [Android uweb browser](ht
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.
#### Install (for Windows, macOS and Linux)
#### Install (for Windows, MacOS and Linux)
Install ebrowser with nodejs installed
npm install ebrowser
@ -31,14 +31,11 @@ Run ebrowser
- ESC: remove focus. similar to vi normal mode.
- F5: page refresh/reload
- F12: devtools
- ":" for address bar commands
- "/" for find-in-page with address bar
- "!" for ":!" address bar commands
#### Address bar commands
- "/" for find-in-page
- ":" for address bar commands
- autoc [bookmark/history path w/o ext] : load ".rec" file for autocomplete.
- ac [bookmark/history path w/o ext] : load ".rec" file for autocomplete.
- b [bookmarkfilename w/o ext] : bookmark current page in file.
- bml [filename w/o extension]: load/execute the javascript file.
- cert : allow invalid certificates w/o arguments, otherwise restore to default.
@ -58,7 +55,11 @@ Run ebrowser
#### Commands in no-focus mode (this mode is similar to vi Normal mode)
Pressing "ESC" to enter no-focus mode if not sure.
The commands are defined in "mapkeys.json", which will map keys to address bar commands.
- ":" for address bar commands
- "/" for find-in-page with address bar
- "!" for ":!" address bar commands
The other commands are defined in "mapkeys.json", which will map keys to address bar commands.
#### Configuration files
- "config": lines of address bar commands.

View file

@ -52,7 +52,7 @@
<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>
<h4 id="install-for-windows-macos-and-linux">Install (for Windows, macOS and Linux)</h4>
<h4 id="install-for-windows-macos-and-linux">Install (for Windows, MacOS and Linux)</h4>
<p>Install ebrowser with nodejs installed</p>
<pre><code>npm install ebrowser
</code></pre>
@ -74,16 +74,13 @@
<li>ESC: remove focus. similar to vi normal mode.</li>
<li>F5: page refresh/reload</li>
<li>F12: devtools</li>
<li>&quot;:&quot; for address bar commands</li>
<li>&quot;/&quot; for find-in-page with address bar</li>
<li>&quot;!&quot; for &quot;:!&quot; address bar commands</li>
</ul>
<h4 id="address-bar-commands">Address bar commands</h4>
<ul>
<li>&quot;/&quot; for find-in-page</li>
<li>&quot;:&quot; for address bar commands
<ul>
<li>autoc [bookmark/history path w/o ext] : load &quot;.rec&quot; file for autocomplete.</li>
<li>ac [bookmark/history path w/o ext] : load &quot;.rec&quot; file for autocomplete.</li>
<li>b [bookmarkfilename w/o ext] : bookmark current page in file.</li>
<li>bml [filename w/o extension]: load/execute the javascript file.</li>
<li>cert : allow invalid certificates w/o arguments, otherwise restore to default.</li>
@ -107,8 +104,13 @@
<li>&quot;:!&quot; address bar commands</li>
</ul>
<h4 id="commands-in-no-focus-mode-this-mode-is-similar-to-vi-normal-mode">Commands in no-focus mode (this mode is similar to vi Normal mode)</h4>
<p>Pressing &quot;ESC&quot; to enter no-focus mode if not sure.<br>
The commands are defined in &quot;mapkeys.json&quot;, which will map keys to address bar commands.</p>
<p>Pressing &quot;ESC&quot; to enter no-focus mode if not sure.</p>
<ul>
<li>&quot;:&quot; for address bar commands</li>
<li>&quot;/&quot; for find-in-page with address bar</li>
<li>&quot;!&quot; for &quot;:!&quot; address bar commands</li>
</ul>
<p>The other commands are defined in &quot;mapkeys.json&quot;, which will map keys to address bar commands.</p>
<h4 id="configuration-files">Configuration files</h4>
<ul>
<li>&quot;config&quot;: lines of address bar commands.</li>
@ -144,7 +146,7 @@ The commands are defined in &quot;mapkeys.json&quot;, which will map keys to add
</ul>
</div>
<p>Last Modified: 11 June 2024<br>
<p>Last Modified: 12 June 2024<br>
<br>
<pre></pre>
</p>

View file

@ -6,7 +6,7 @@
<description>Recent content on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Tue, 11 Jun 2024 18:34:35 +0800</lastBuildDate>
<lastBuildDate>Wed, 12 Jun 2024 13:19:32 +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 as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. 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.&#xA;Install (for Windows, macOS and Linux) Install ebrowser with nodejs installed</description>
<description>Ebrowser as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. 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.&#xA;Install (for Windows, MacOS and Linux) Install ebrowser with nodejs installed</description>
</item>
<item>
<title></title>

View file

@ -71,7 +71,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2024-06-11T18:34:35+08:00</lastmod>
<lastmod>2024-06-12T13:19:32+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -508,7 +508,7 @@
/>
</url><url>
<loc>/en/ebrowserreadme/</loc>
<lastmod>2024-06-11T18:18:13+08:00</lastmod>
<lastmod>2024-06-12T13:19:32+08:00</lastmod>
</url><url>
<loc>/en/mirrors/</loc>
<lastmod>2024-04-06T10:20:49+08:00</lastmod>
@ -539,7 +539,7 @@
/>
</url><url>
<loc>/en/unlist/</loc>
<lastmod>2024-06-11T18:34:35+08:00</lastmod>
<lastmod>2024-06-12T13:19:32+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 as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. 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.&#xA;Install (for Windows, macOS and Linux) Install ebrowser with nodejs installed</description>
<description>Ebrowser as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.&#xA;lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. 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.&#xA;Install (for Windows, MacOS and Linux) Install ebrowser with nodejs installed</description>
</item>
<item>
<title></title>

View file

@ -1,3 +1,6 @@
<!--
Copyright (C) 2024 Richard Hao Cao
-->
<!DOCTYPE html><html><head><meta charset="UTF-8">
<style>
html{
@ -169,10 +172,14 @@
return;
}
if(inputE === document.activeElement) return;
if(inputE === document.activeElement){
if (9===e.keyCode){//tab completion
}
return;
}
if(1!=key.length) return;
var curMillis = Date.now();
if(curMillis-lastKeys_millis>500)
if(curMillis-lastKeys_millis>1000)
lastKeys = null;
lastKeys_millis = curMillis;
@ -189,16 +196,16 @@
lastKeys = null;
return;
}
if(!lastKeys) {
lastKeys = key;
return;
}
lastKeys = lastKeys + key;
lastKeys = !lastKeys ? key : lastKeys + key;
let cmds = mapKeys[lastKeys];
if(cmds){
lastKeys = null;
for(var cmd of cmds.split("\n"))
handleQuery(cmd);
if(cmds){//try to run cmds
let keyLen = lastKeys.length;
setTimeout(()=>{
if(lastKeys.length != keyLen) return;
lastKeys = null;
for(var cmd of cmds.split("\n"))
handleQuery(cmd);
}, 500);
}
}
function getQ(){return document.forms[0].q.value;}
@ -217,7 +224,7 @@
function coloncommand_render(cmd){
args = cmd.substring(1).split(/\s+/);
switch(args[0]){
case "autoc":
case "ac":
autoc(args);
return;
case "b":

View file

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Richard Hao Cao
*/
const {
app, BrowserWindow, Menu, shell, clipboard,
session, protocol, net} = require('electron')

View file

@ -4,14 +4,14 @@
<sitemap>
<loc>/en/sitemap.xml</loc>
<lastmod>2024-06-11T18:34:35+08:00</lastmod>
<lastmod>2024-06-12T13:19:32+08:00</lastmod>
</sitemap>
<sitemap>
<loc>/zh/sitemap.xml</loc>
<lastmod>2024-06-11T18:37:58+08:00</lastmod>
<lastmod>2024-06-13T08:05:27+08:00</lastmod>
</sitemap>

View file

@ -6,7 +6,7 @@
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Wed, 05 Jun 2024 11:11:01 +0800</lastBuildDate>
<lastBuildDate>Wed, 12 Jun 2024 16:46:54 +0800</lastBuildDate>
<atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
@ -83,7 +83,7 @@
<link>/zh/bookmark/</link>
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
<guid>/zh/bookmark/</guid>
<description>所有书签都可通过&amp;quot;长按链接-&amp;gt;命令-&amp;gt;书签&amp;quot;保存链接为书签。书签菜单可至特色服务网页安装。&#xA;AI/chatGPT:&#xA;kimi taichu miku lepton 文本/文件共享&#xA;网络剪贴板 txtpad getnote cmd.im Wait for url from other devices&#xA;gamezop&#xA;分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。&#xA;&amp;quot;小说.html&amp;quot;: 自动使用阅读模式&#xA;href=&amp;quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&amp;quot;&amp;gt;&amp;quot;txt.html&amp;quot;: 在线阅读下载直链(txt/html)&#xA;镜像 google镜像&#xA;Google等镜像&#xA;Termux命令书签 以下书签需&amp;quot;长按以下链接-&amp;gt;新窗口打开&amp;quot;才能在此网页正常执行。&#xA;需安装定制版termux及相应工具&#xA;计算器bc&#xA;全能计算器bc</description>
<description>所有书签都可通过&amp;quot;长按链接-&amp;gt;命令-&amp;gt;书签&amp;quot;保存链接为书签。书签菜单可至特色服务网页安装。&#xA;AI/chatGPT:&#xA;kimi taichu sou100 文本/文件共享&#xA;网络剪贴板 txtpad getnote cmd.im Wait for url from other devices&#xA;gamezop&#xA;分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。&#xA;&amp;quot;小说.html&amp;quot;: 自动使用阅读模式&#xA;href=&amp;quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&amp;quot;&amp;gt;&amp;quot;txt.html&amp;quot;: 在线阅读下载直链(txt/html)&#xA;镜像 google镜像&#xA;Google等镜像&#xA;Termux命令书签 以下书签需&amp;quot;长按以下链接-&amp;gt;新窗口打开&amp;quot;才能在此网页正常执行。&#xA;需安装定制版termux及相应工具&#xA;计算器bc&#xA;全能计算器bc</description>
</item>
<item>
<title>利用用户自定义样式屏蔽不良信息</title>

View file

@ -52,8 +52,7 @@ AI/chatGPT:</p>
<ul>
<li><a href="https://kimi.ai">kimi</a></li>
<li><a href="https://taichu-web.ia.ac.cn/#/chat">taichu</a></li>
<li><a href="https://hellomiku.com">miku</a></li>
<li><a href="https://search.lepton.run">lepton</a></li>
<li><a href="https://www.sou100.com">sou100</a></li>
</ul>
<p>文本/文件共享</p>
<ul>
@ -78,8 +77,8 @@ AI/chatGPT:</p>
<a href="c:bc -l *.bc">全能计算器bc</a></p>
</div>
<p>Last Modified: 20 April 2024<br>
update bookmarks<br>
<p>Last Modified: 12 June 2024<br>
remove google translation in China<br>
<pre></pre>
</p>

View file

@ -6,7 +6,7 @@
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Tue, 11 Jun 2024 18:37:58 +0800</lastBuildDate>
<lastBuildDate>Thu, 13 Jun 2024 08:05:27 +0800</lastBuildDate>
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>操作选中(富)文本/元素</title>
@ -111,7 +111,7 @@
<link>/zh/bookmark/</link>
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
<guid>/zh/bookmark/</guid>
<description>所有书签都可通过&amp;quot;长按链接-&amp;gt;命令-&amp;gt;书签&amp;quot;保存链接为书签。书签菜单可至特色服务网页安装。&#xA;AI/chatGPT:&#xA;kimi taichu miku lepton 文本/文件共享&#xA;网络剪贴板 txtpad getnote cmd.im Wait for url from other devices&#xA;gamezop&#xA;分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。&#xA;&amp;quot;小说.html&amp;quot;: 自动使用阅读模式&#xA;href=&amp;quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&amp;quot;&amp;gt;&amp;quot;txt.html&amp;quot;: 在线阅读下载直链(txt/html)&#xA;镜像 google镜像&#xA;Google等镜像&#xA;Termux命令书签 以下书签需&amp;quot;长按以下链接-&amp;gt;新窗口打开&amp;quot;才能在此网页正常执行。&#xA;需安装定制版termux及相应工具&#xA;计算器bc&#xA;全能计算器bc</description>
<description>所有书签都可通过&amp;quot;长按链接-&amp;gt;命令-&amp;gt;书签&amp;quot;保存链接为书签。书签菜单可至特色服务网页安装。&#xA;AI/chatGPT:&#xA;kimi taichu sou100 文本/文件共享&#xA;网络剪贴板 txtpad getnote cmd.im Wait for url from other devices&#xA;gamezop&#xA;分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。&#xA;&amp;quot;小说.html&amp;quot;: 自动使用阅读模式&#xA;href=&amp;quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&amp;quot;&amp;gt;&amp;quot;txt.html&amp;quot;: 在线阅读下载直链(txt/html)&#xA;镜像 google镜像&#xA;Google等镜像&#xA;Termux命令书签 以下书签需&amp;quot;长按以下链接-&amp;gt;新窗口打开&amp;quot;才能在此网页正常执行。&#xA;需安装定制版termux及相应工具&#xA;计算器bc&#xA;全能计算器bc</description>
</item>
<item>
<title>利用用户自定义样式屏蔽不良信息</title>
@ -125,7 +125,7 @@
<link>/zh/rjs/</link>
<pubDate>Sun, 01 May 2022 00:00:00 +0000</pubDate>
<guid>/zh/rjs/</guid>
<description>特定网址用户脚本&#xA;全局脚本位于js子目录, 长按[☰]按钮配置。点击以下链&#xA;接安装:&#xA;记住密码&#xA;极速网页&#xA;大型脚本可安装到&amp;quot;bookmarklet&amp;quot;目录下长按js按钮&#xA;免魔法google翻译&#xA;免魔法Google翻译至简体&#xA;免魔法Google翻译至英文&#xA;Eruda&#xA;Performance&#xA;移除覆盖物&#xA;远程脚本配置文件default.rjs样列如下点击以下链接自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜单)&#xA;Selection to sentence:;let g=&#39;sentence&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to line:;let g=&#39;line&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to paragraph:;let g=&#39;paragraph&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;显示数学公式:[&#39;https://fastly.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js&#39;]&#xA;新窗口打开链接:;let d=document;b=d.createElement(&#39;base&#39;);b.setAttribute(&#39;target&#39;,&#39;_blank&#39;);d.head.appendChild(b)&#xA;站内搜索:;open(&#39;i:15site:&#39; + location.hostname)&#xA;编辑器拼写检查:;let t=document.getElementsByTagName(&#39;textarea&#39;);let v=t[0].spellcheck;if(v==null)v=false;t[0].spellcheck=!v&#xA;远程及小型脚本可安装到default.rjs文件中。远程脚本对CSP网站仍然有效。&#xA;点击安装背景图等&#xA;远程脚本配置文件default.rjs每行格式如下 (url部分支持js代码运算)&#xA;[远程脚本名]:[返回url数组的javascript代码]&#xA;其中url可以为本地http脚本地址。譬如&#39;https://local/...&#39; (本地html5应用或离线缓存)。此时js脚本也可使用.link文件方式调用。</description>
<description>特定网址用户脚本&#xA;全局脚本位于js子目录, 长按[☰]按钮配置。点击以下链&#xA;接安装:&#xA;记住密码&#xA;极速网页&#xA;大型脚本可安装到&amp;quot;bookmarklet&amp;quot;目录下长按js按钮&#xA;Eruda&#xA;Performance&#xA;移除覆盖物&#xA;远程脚本配置文件default.rjs样列如下点击以下链接自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜单)&#xA;Selection to sentence:;let g=&#39;sentence&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to line:;let g=&#39;line&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to paragraph:;let g=&#39;paragraph&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;显示数学公式:[&#39;https://fastly.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js&#39;]&#xA;新窗口打开链接:;let d=document;b=d.createElement(&#39;base&#39;);b.setAttribute(&#39;target&#39;,&#39;_blank&#39;);d.head.appendChild(b)&#xA;站内搜索:;open(&#39;i:15site:&#39; + location.hostname)&#xA;编辑器拼写检查:;let t=document.getElementsByTagName(&#39;textarea&#39;);let v=t[0].spellcheck;if(v==null)v=false;t[0].spellcheck=!v&#xA;远程及小型脚本可安装到default.rjs文件中。远程脚本对CSP网站仍然有效。&#xA;点击安装背景图等&#xA;远程脚本配置文件default.rjs每行格式如下 (url部分支持js代码运算)&#xA;[远程脚本名]:[返回url数组的javascript代码]&#xA;其中url可以为本地http脚本地址。譬如&#39;https://local/...&#39; (本地html5应用或离线缓存)。此时js脚本也可使用.link文件方式调用。</description>
</item>
<item>
<title>CSS样式</title>
@ -230,7 +230,7 @@
<link>/zh/readme/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/zh/readme/</guid>
<description>超微浏览器 (uweb browser): 释放无尽威能,微、威、快、高效、极致优化 English&#xA;捐赠&#xA;Amazon appstore&#xA;Galaxy.Store&#xA;下载&#xA;超微浏览器下载及使用技巧&#xA;(镜像: atomgit gitlab repo codeberg 4everland cyclic github render surge netlify deno kinsta fleek pages bitbucket torapp torappv glitch zeabur vercel 专用镜像...)&#xA;免魔法国内直接访问英文技术网站如google、翻译、百科等 AI聊天可作为搜索引擎来使用。 完善的下载支持,部分网站下载其它浏览器无法成功。 微不到250K。 威无穷无尽的功能使用增强后的html5可以实现任何本地应用功能。支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。 便捷AI聊天/图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性。 下载资源在线播放/预览/预处理。 独立切换网站登录、配置文件。 支持网站测试自动化脚本 (可用于app服务端测试)。支持crontab(闹钟、定时任务等)。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等&#xA;修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫&amp;quot;超级书签&amp;quot;。成功使用时保存,需要时就可以无限恢复。&#xA;小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。&#xA;独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。&#xA;独创脚本激活模式,脚本执行后被激活,此后自动作用于同类网址。&#xA;支持全局用户脚本/样式,可任意叠加,轻松切换。&#xA;支持网址特定脚本/样式,可轻松支持百万以上不同脚本。&#xA;支持自定义任意多个搜索引擎; 支持执行用户提供任何js文件; 支持用户定义任意多个useragent; 长按链接支持运行第三方程序; 长按链接支持运行用户js文件。</description>
<description>超微浏览器 (uweb browser): 释放无尽威能,微、威、快、高效、极致优化 English&#xA;捐赠&#xA;Amazon appstore&#xA;Galaxy.Store&#xA;下载&#xA;超微浏览器下载及使用技巧&#xA;(镜像: atomgit gitlab repo codeberg 4everland cyclic github render surge netlify deno kinsta fleek pages bitbucket torapp torappv glitch zeabur vercel 专用镜像...)&#xA;免魔法国内直接访问英文技术网站如google、百科等 AI聊天可作为搜索引擎来使用。 完善的下载支持,部分网站下载其它浏览器无法成功。 微不到250K。 威无穷无尽的功能使用增强后的html5可以实现任何本地应用功能。支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。 便捷AI聊天/图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性。 下载资源在线播放/预览/预处理。 独立切换网站登录、配置文件。 支持网站测试自动化脚本 (可用于app服务端测试)。支持crontab(闹钟、定时任务等)。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等&#xA;修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫&amp;quot;超级书签&amp;quot;。成功使用时保存,需要时就可以无限恢复。&#xA;小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。&#xA;独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。&#xA;独创脚本激活模式,脚本执行后被激活,此后自动作用于同类网址。&#xA;支持全局用户脚本/样式,可任意叠加,轻松切换。&#xA;支持网址特定脚本/样式,可轻松支持百万以上不同脚本。&#xA;支持自定义任意多个搜索引擎; 支持执行用户提供任何js文件; 支持用户定义任意多个useragent; 长按链接支持运行第三方程序; 长按链接支持运行用户js文件。</description>
</item>
<item>
<title>分类多引擎搜索</title>

View file

@ -57,7 +57,7 @@
<p><a href="https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html">超微浏览器下载及使用技巧</a><br>
(镜像: <a href="https://uweb.atomgit.net/uweb/zh/">atomgit</a> <a href="https://jamesfengcao.gitlab.io/uweb/zh/">gitlab</a> <a href="https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html">repo</a> <a href="https://jamesfengcao.codeberg.page/zh/">codeberg</a> <a href="https://uweb.4everland.app/zh/">4everland</a> <a href="https://muweb.cyclic.app/zh/">cyclic</a> <a href="https://torappinfo.github.io/uweb/zh/">github</a> <a href="https://uweb.onrender.com/zh/">render</a> <a href="https://uweb.surge.sh/zh/">surge</a> <a href="https://uwebzh.netlify.app/zh/">netlify</a> <a href="https://posh-crab-23.deno.dev/zh/">deno</a> <a href="https://uwebbrowser-t27o4.kinsta.page/zh/">kinsta</a> <a href="https://uweb.on-fleek.app/zh/">fleek</a> <a href="https://muweb.pages.dev/zh/">pages</a> <a href="https://torappinfo.bitbucket.io/zh/">bitbucket</a> <a href="https://torapp.eu.org/zh/">torapp</a> <a href="https://uweb.torapp.eu.org/zh/">torappv</a> <a href="https://uweb.glitch.me/zh/">glitch</a> <a href="https://uweb.zeabur.app/zh/">zeabur</a> <a href="https://uweb.vercel.app/zh/">vercel</a> <a href="en/mirrors.md" onclick="if(notRepo()){location='../../en/mirrors/index.html#';return false;}">专用镜像...</a>)</p>
<ul>
<li><span style="color:red">免魔法国内直接访问英文技术网站如<a href="zh/tips.md" onclick="if(notRepo()){location='../tips/index.html#';return false;}">google、翻译、百科等</a></span></li>
<li><span style="color:red">免魔法国内直接访问英文技术网站如<a href="zh/tips.md" onclick="if(notRepo()){location='../tips/index.html#';return false;}">google、百科等</a></span></li>
<li>AI聊天可作为搜索引擎来使用。</li>
<li>完善的下载支持,部分网站下载其它浏览器无法成功。</li>
<li>不到250K。</li>
@ -119,8 +119,8 @@
</ul>
</div>
<p>Last Modified: 11 June 2024<br>
use adaptable ebrowser links<br>
<p>Last Modified: 13 June 2024<br>
remove google translation in China<br>
<pre></pre>
</p>

View file

@ -53,10 +53,7 @@
<a target="_self" href="i:0hjs/记住密码.js:../searchurl/txt/passwdsave.js">记住密码</a><br>
<a target="_self" href="i:0hjs/极速网页.js:https://fastly.jsdelivr.net/npm/instant.page">极速网页</a></p>
<p><b>大型脚本</b>可安装到&quot;bookmarklet&quot;目录下长按js按钮<br>
<a target="_self" href="i:0hbookmarklet/!google翻译.js:https://fastly.jsdelivr.net/gh/torappinfo/js1@main/element.js:%0A{let d=document,b=d.body,v=d.createElement('div');v.id='google_translate_element';v.style='position:fixed;bottom:10px;right:10px;cursor:pointer;z-index:9999';b.insertBefore(v,b.firstChild);function googleTranslateElementInit(){new google.translate.TranslateElement({layout:google.translate.TranslateElement.InlineLayout.SIMPLE,multilanguagePage:true,pageLanguage:'auto',includedLanguages:'zh-CN,zh-TW,en,ko,ja'},'google_translate_element');}}">免魔法google翻译</a></p>
<p><a target="_self" href="i:0hbookmarklet/!Google至简体:https://fastly.jsdelivr.net/gh/torappinfo/js1@main/element.js:%0A{let d=document;location.hash=location.hash%2B'#googtrans(zh-CN)';b=d.body;v=d.createElement('div');v.id='google_translate_element';v.style='position:fixed;bottom:10px;right:10px;cursor:pointer;z-index:9999';b.insertBefore(v,b.firstChild);function googleTranslateElementInit(){new google.translate.TranslateElement({layout:google.translate.TranslateElement.InlineLayout.SIMPLE,autoDisplay:true,pageLanguage:'auto',includedLanguages:'zh-CN,zh-TW,en,ko,ja'},'google_translate_element');}}">免魔法Google翻译至简体</a></p>
<p><a target="_self" href="i:0hbookmarklet/!Google至英文:https://fastly.jsdelivr.net/gh/torappinfo/js1@main/element.js:%0A{let d=document;location.hash=location.hash%2B'#googtrans(en)';b=d.body;v=d.createElement('div');v.id='google_translate_element';v.style='position:fixed;bottom:10px;right:10px;cursor:pointer;z-index:9999';b.insertBefore(v,b.firstChild);function googleTranslateElementInit(){new google.translate.TranslateElement({layout:google.translate.TranslateElement.InlineLayout.SIMPLE,autoDisplay:true,pageLanguage:'auto',includedLanguages:'zh-CN,zh-TW,en,ko,ja'},'google_translate_element');}}">免魔法Google翻译至英文</a></p>
<p><a target="_self" href='i:0hbookmarklet/eruda.js:https://fastly.jsdelivr.net/npm/eruda:%0Aeruda.init()'>Eruda</a></p>
<a target="_self" href='i:0hbookmarklet/eruda.js:https://fastly.jsdelivr.net/npm/eruda:%0Aeruda.init()'>Eruda</a></p>
<p><a target="_self" href="i:0hbookmarklet/performance.js:https://fastly.jsdelivr.net/gh/micmro/performance-bookmarklet/dist/performanceBookmarklet.min.js">Performance</a><br>
<a target="_self" href="i:0hbookmarklet/移除覆盖物.js:../searchurl/bml/content/rmo.js">移除覆盖物</a></p>
<p><b>远程脚本</b>配置文件default.rjs样列如下点击以下链接自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜单)</p>
@ -74,8 +71,8 @@
<p>其中url可以为本地http脚本地址。譬如'https://local/...' (<a href="../html5/index.html#">本地html5应用</a><a href="../offlinecache/index.html#">离线缓存</a>)。此时js脚本也可使用<a href="../links/index.html#">.link文件</a>方式调用。</p>
</div>
<p>Last Modified: 8 April 2024<br>
fix typos<br>
<p>Last Modified: 13 June 2024<br>
remove google translation in China<br>
<pre></pre>
</p>

View file

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/zh/_posts/</loc>
<lastmod>2024-06-05T11:11:01+08:00</lastmod>
<lastmod>2024-06-12T16:46:54+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -81,7 +81,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2024-06-11T18:37:58+08:00</lastmod>
<lastmod>2024-06-13T08:05:27+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -181,7 +181,7 @@
/>
</url><url>
<loc>/zh/topposts/</loc>
<lastmod>2024-06-10T11:27:49+08:00</lastmod>
<lastmod>2024-06-13T07:45:53+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -291,7 +291,7 @@
<lastmod>2024-05-20T11:27:34+08:00</lastmod>
</url><url>
<loc>/zh/bookmark/</loc>
<lastmod>2024-04-20T09:19:05+08:00</lastmod>
<lastmod>2024-06-12T16:46:54+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -307,7 +307,7 @@
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
</url><url>
<loc>/zh/rjs/</loc>
<lastmod>2024-04-08T18:07:44+08:00</lastmod>
<lastmod>2024-06-13T07:45:53+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -483,7 +483,7 @@
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
</url><url>
<loc>/zh/readme/</loc>
<lastmod>2024-06-11T18:37:58+08:00</lastmod>
<lastmod>2024-06-13T08:05:27+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -511,7 +511,7 @@
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
</url><url>
<loc>/zh/unlist/</loc>
<lastmod>2024-06-11T18:37:58+08:00</lastmod>
<lastmod>2024-06-13T08:05:27+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"

View file

@ -6,7 +6,7 @@
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<language>zh</language>
<lastBuildDate>Mon, 10 Jun 2024 11:27:49 +0800</lastBuildDate>
<lastBuildDate>Thu, 13 Jun 2024 07:45:53 +0800</lastBuildDate>
<atom:link href="/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>浏览器多搜索引擎一键直达</title>
@ -41,7 +41,7 @@
<link>/zh/rjs/</link>
<pubDate>Sun, 01 May 2022 00:00:00 +0000</pubDate>
<guid>/zh/rjs/</guid>
<description>特定网址用户脚本&#xA;全局脚本位于js子目录, 长按[☰]按钮配置。点击以下链&#xA;接安装:&#xA;记住密码&#xA;极速网页&#xA;大型脚本可安装到&amp;quot;bookmarklet&amp;quot;目录下长按js按钮&#xA;免魔法google翻译&#xA;免魔法Google翻译至简体&#xA;免魔法Google翻译至英文&#xA;Eruda&#xA;Performance&#xA;移除覆盖物&#xA;远程脚本配置文件default.rjs样列如下点击以下链接自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜单)&#xA;Selection to sentence:;let g=&#39;sentence&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to line:;let g=&#39;line&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to paragraph:;let g=&#39;paragraph&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;显示数学公式:[&#39;https://fastly.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js&#39;]&#xA;新窗口打开链接:;let d=document;b=d.createElement(&#39;base&#39;);b.setAttribute(&#39;target&#39;,&#39;_blank&#39;);d.head.appendChild(b)&#xA;站内搜索:;open(&#39;i:15site:&#39; + location.hostname)&#xA;编辑器拼写检查:;let t=document.getElementsByTagName(&#39;textarea&#39;);let v=t[0].spellcheck;if(v==null)v=false;t[0].spellcheck=!v&#xA;远程及小型脚本可安装到default.rjs文件中。远程脚本对CSP网站仍然有效。&#xA;点击安装背景图等&#xA;远程脚本配置文件default.rjs每行格式如下 (url部分支持js代码运算)&#xA;[远程脚本名]:[返回url数组的javascript代码]&#xA;其中url可以为本地http脚本地址。譬如&#39;https://local/...&#39; (本地html5应用或离线缓存)。此时js脚本也可使用.link文件方式调用。</description>
<description>特定网址用户脚本&#xA;全局脚本位于js子目录, 长按[☰]按钮配置。点击以下链&#xA;接安装:&#xA;记住密码&#xA;极速网页&#xA;大型脚本可安装到&amp;quot;bookmarklet&amp;quot;目录下长按js按钮&#xA;Eruda&#xA;Performance&#xA;移除覆盖物&#xA;远程脚本配置文件default.rjs样列如下点击以下链接自动安装 (清空后台重启浏览器,长按搜索按钮,则弹出远程脚本菜单)&#xA;Selection to sentence:;let g=&#39;sentence&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to line:;let g=&#39;line&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;Selection to paragraph:;let g=&#39;paragraph&#39;;getSelection().modify(&#39;move&#39;,&#39;forward&#39;,g);getSelection().modify(&#39;extend&#39;,&#39;backward&#39;,g);&#xA;显示数学公式:[&#39;https://fastly.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js&#39;]&#xA;新窗口打开链接:;let d=document;b=d.createElement(&#39;base&#39;);b.setAttribute(&#39;target&#39;,&#39;_blank&#39;);d.head.appendChild(b)&#xA;站内搜索:;open(&#39;i:15site:&#39; + location.hostname)&#xA;编辑器拼写检查:;let t=document.getElementsByTagName(&#39;textarea&#39;);let v=t[0].spellcheck;if(v==null)v=false;t[0].spellcheck=!v&#xA;远程及小型脚本可安装到default.rjs文件中。远程脚本对CSP网站仍然有效。&#xA;点击安装背景图等&#xA;远程脚本配置文件default.rjs每行格式如下 (url部分支持js代码运算)&#xA;[远程脚本名]:[返回url数组的javascript代码]&#xA;其中url可以为本地http脚本地址。譬如&#39;https://local/...&#39; (本地html5应用或离线缓存)。此时js脚本也可使用.link文件方式调用。</description>
</item>
</channel>
</rss>

View file

@ -12,7 +12,7 @@
<link>/zh/readme/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/zh/readme/</guid>
<description>超微浏览器 (uweb browser): 释放无尽威能,微、威、快、高效、极致优化 English&#xA;捐赠&#xA;Amazon appstore&#xA;Galaxy.Store&#xA;下载&#xA;超微浏览器下载及使用技巧&#xA;(镜像: atomgit gitlab repo codeberg 4everland cyclic github render surge netlify deno kinsta fleek pages bitbucket torapp torappv glitch zeabur vercel 专用镜像...)&#xA;免魔法国内直接访问英文技术网站如google、翻译、百科等 AI聊天可作为搜索引擎来使用。 完善的下载支持,部分网站下载其它浏览器无法成功。 微不到250K。 威无穷无尽的功能使用增强后的html5可以实现任何本地应用功能。支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。 便捷AI聊天/图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性。 下载资源在线播放/预览/预处理。 独立切换网站登录、配置文件。 支持网站测试自动化脚本 (可用于app服务端测试)。支持crontab(闹钟、定时任务等)。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等&#xA;修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫&amp;quot;超级书签&amp;quot;。成功使用时保存,需要时就可以无限恢复。&#xA;小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。&#xA;独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。&#xA;独创脚本激活模式,脚本执行后被激活,此后自动作用于同类网址。&#xA;支持全局用户脚本/样式,可任意叠加,轻松切换。&#xA;支持网址特定脚本/样式,可轻松支持百万以上不同脚本。&#xA;支持自定义任意多个搜索引擎; 支持执行用户提供任何js文件; 支持用户定义任意多个useragent; 长按链接支持运行第三方程序; 长按链接支持运行用户js文件。</description>
<description>超微浏览器 (uweb browser): 释放无尽威能,微、威、快、高效、极致优化 English&#xA;捐赠&#xA;Amazon appstore&#xA;Galaxy.Store&#xA;下载&#xA;超微浏览器下载及使用技巧&#xA;(镜像: atomgit gitlab repo codeberg 4everland cyclic github render surge netlify deno kinsta fleek pages bitbucket torapp torappv glitch zeabur vercel 专用镜像...)&#xA;免魔法国内直接访问英文技术网站如google、百科等 AI聊天可作为搜索引擎来使用。 完善的下载支持,部分网站下载其它浏览器无法成功。 微不到250K。 威无穷无尽的功能使用增强后的html5可以实现任何本地应用功能。支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。 便捷AI聊天/图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性。 下载资源在线播放/预览/预处理。 独立切换网站登录、配置文件。 支持网站测试自动化脚本 (可用于app服务端测试)。支持crontab(闹钟、定时任务等)。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等&#xA;修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫&amp;quot;超级书签&amp;quot;。成功使用时保存,需要时就可以无限恢复。&#xA;小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。&#xA;独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。&#xA;独创脚本激活模式,脚本执行后被激活,此后自动作用于同类网址。&#xA;支持全局用户脚本/样式,可任意叠加,轻松切换。&#xA;支持网址特定脚本/样式,可轻松支持百万以上不同脚本。&#xA;支持自定义任意多个搜索引擎; 支持执行用户提供任何js文件; 支持用户定义任意多个useragent; 长按链接支持运行第三方程序; 长按链接支持运行用户js文件。</description>
</item>
</channel>
</rss>