2023-01-30 04:44:53 +00:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-12-11 07:23:07 +00:00
2024-04-01 13:51:55 +00:00
< link rel = "stylesheet" href = "../style.css#" type = "text/css" / >
2023-01-30 04:44:53 +00:00
< title > < / title >
< script type = "text/javascript" >
function findLang(){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
return i;
}
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
}
< / script >
< / head >
< body >
< header class = 'header' >
2024-04-02 05:42:43 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2('index.html#')" > Home< / a > < a class = "logo" href = "javascript:void(0)" onclick = "return nav2('tags/index.html#')" > Tags< / a >
2023-01-30 04:44:53 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('en')" > English< / a >
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
< h1 class = "title" >
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2024-04-02 06:09:11 +00:00
< script > function notRepo ( ) { let u = location . href . replace ( /#$/ , '' ) ; return u . endsWith ( 'index.html' ) || u . endsWith ( 'readme/' ) ; } < / script >
2024-04-02 05:42:43 +00:00
< h3 id = "超微浏览器-uweb-browser-释放无尽威能微威快高效极致优化" > 超微浏览器 (uweb browser): 释放无尽威能,微、威、快、高效、极致优化< / h3 >
< p > < a href = "README.md" onclick = "if(notRepo()){location='../../en/readme/index.html#';return false;}" > English< / a > < br >
< a href = "zh/donate.md" onclick = "if(notRepo()){location='../searchurl/donate.html#';return false;}" > 捐赠< / a > < / p >
2023-01-30 04:44:53 +00:00
< p > < a href = "https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5" > Amazon appstore< / a > < br >
2024-03-24 03:50:35 +00:00
< a href = "https://galaxy.store/uweb" > Galaxy.Store< / a > < br >
2024-04-02 05:42:43 +00:00
< a href = "en/download.md" onclick = "if(notRepo()){location='../../en/changelog/index.html#';return false;}" > 下载< / a > < / p >
2023-05-08 00:54:03 +00:00
< p > < a href = "https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html" > 超微浏览器下载及使用技巧< / a > < br >
2024-04-18 07:14:13 +00:00
(镜像: < 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 >
2023-01-30 04:44:53 +00:00
< ul >
2024-04-02 05:42:43 +00:00
< li > < span style = "color:red" > 免魔法国内直接访问英文技术网站如< a href = "zh/tips.md" onclick = "if(notRepo()){location='../tips/index.html#';return false;}" > google、翻译、百科等< / a > < / span > < / li >
2024-03-24 03:50:35 +00:00
< li > AI聊天可作为搜索引擎来使用< / li >
< li > 微: 不到250K。< / li >
2023-06-07 09:46:25 +00:00
< li > 威: 无穷无尽的功能, 使用增强后的html5可以实现任何本地应用功能。支持使用js脚本、url服务、shell命令、内部功能链接定制菜单/ ( 新) 按钮/ 手势; 远程数据皆可成网站。< / li >
2024-03-24 03:50:35 +00:00
< li > 便捷: AI聊天/图书( pdf/djvu) /txt/词典( mdict,kiwix) /命令行/APP/webapp(web extensions)可作为搜索引擎使用。< / li >
2023-01-30 04:44:53 +00:00
< li > 快:手机越慢,脚本插件越多越明显。< / li >
< li > 高效:最少的操作,在线服务全自动(参看常用链接网页)。< / li >
2023-02-03 09:06:25 +00:00
< li > 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。< / li >
2023-01-30 04:44:53 +00:00
< li > 地址栏支持命令行 (" !" , 物理键盘支持更佳)< / li >
< li > 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理< / li >
2023-11-04 11:43:06 +00:00
< li > 支持用户定义域名属性。< / li >
< li > 下载资源在线播放/预览/预处理。< / li >
< li > 独立切换网站登录、配置文件。< / li >
2024-04-07 02:02:12 +00:00
< li > 支持网站测试自动化脚本 (可用于app服务端测试)。支持crontab(闹钟、定时任务等)。< / li >
2023-01-30 04:44:53 +00:00
< / ul >
2023-03-07 02:07:05 +00:00
< h4 id = "截屏" > 截屏< / h4 >
2024-03-22 08:37:51 +00:00
< p > < img src = "https://i.postimg.cc/rsL9G5N1/home1.png" > < br >
< img src = "https://i.postimg.cc/9QxJ3Rc2/globalcss.png" > < br >
< img src = "https://i.postimg.cc/VksDHBQ4/globaljs.png" > < br >
< img src = "https://i.postimg.cc/HLV3TYLy/longclick.png" > < br >
< img src = "https://i.postimg.cc/XJ58ysdN/option1.png" > < br >
< img src = "https://i.postimg.cc/0NFnQT6H/option2.png" > < / p >
2023-01-30 04:44:53 +00:00
< h4 id = "软件功能" > 软件功能< / h4 >
< p > 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置( ua, 禁用脚本, 无图, 激活脚本) 、行编辑器、代码编辑器( 支持120多种语言, 语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试) 。通过安装html5应用可预览/ 阅读本地或在线任意格式文件( pdf,djvu,epub,mdx/mdd,docx等) 。< / p >
2024-04-08 01:01:20 +00:00
< p > 修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫" 超级书签" 。成功使用时保存,需要时就可以无限恢复。< / p >
2023-01-30 04:44:53 +00:00
< p > 小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。< / p >
< p > 独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。< / p >
< p > 独创脚本激活模式,脚本执行后被激活,此后自动作用于同类网址。< / p >
< p > 支持全局用户脚本/样式,可任意叠加,轻松切换。< / p >
< p > 支持网址特定脚本/样式,可轻松支持百万以上不同脚本。< / p >
< p > 支持自定义任意多个搜索引擎; 支持执行用户提供任何js文件; 支持用户定义任意多个useragent; 长按链接支持运行第三方程序; 长按链接支持运行用户js文件。< / p >
< p > 配套安装uWeb定制Termux应用, 可用地址栏作图( 类似matlab功能) 、超级计算器( 无限精度/π的前万位或更多、无限函数、无限常量) 、符号演算( 解方程、分解因式、求积分导数) 、离线字典查找等。譬如地址栏输入sin(x)**5就直接得到函数图形。利用好第三方代码, 才能真正发挥出uWeb的潜能。< / p >
< / div >
2024-04-18 07:14:13 +00:00
< p > Last Modified: 15 April 2024< br >
add AI search engines< br >
2023-03-07 02:07:05 +00:00
< pre > < / pre >
< / p >
2024-03-22 08:37:51 +00:00
2023-05-06 01:56:44 +00:00
< script id = 'jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 02:49:29 +00:00
data-mapping="title"
2023-05-06 01:56:44 +00:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 02:49:29 +00:00
crossorigin="anonymous" async>
2023-05-06 01:40:28 +00:00
< / script >
2023-01-30 04:44:53 +00:00
2024-04-03 01:47:35 +00:00
< footer class = "site-footer" >
< div class = "container" >
2024-04-04 13:28:55 +00:00
© 2018-2024 Richard H. Cao
2024-04-03 01:47:35 +00:00
< / div >
< / footer >
2024-04-04 13:28:55 +00:00
<!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front - Cover Texts, and no Back - Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
2023-01-30 04:44:53 +00:00
< / body >
< / html >