mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add windows/macos/linux support
This commit is contained in:
parent
cad15caa9a
commit
9bb616264f
22 changed files with 171 additions and 78 deletions
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Fri, 24 May 2024 09:41:58 +0800</lastBuildDate>
|
||||
<lastBuildDate>Fri, 31 May 2024 10:19:09 +0800</lastBuildDate>
|
||||
<atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
|
@ -127,6 +127,13 @@
|
|||
<guid>/zh/icons/</guid>
|
||||
<description>超微浏览器配置目录下如果存在目录&quot;icon&quot;,则此目录下的文件名为&quot;0&quot;,&quot;1&quot;,&quot;2&quot;...
会作为底部工具栏图标。文件&quot;0&quot;替换原后退按钮,&quot;1&quot;为前进按钮,&quot;2&quot;为设置按钮,&quot;3&quot;为主页按钮......。
如果定义有新按钮(当前版本存在文件&quot;20&quot;),则uweb支持向量格式图标VectorDrawable,格式为compiled XML。此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。
用户可定义任意多个按钮(100个按钮毫无压力),其短按长按功能可在文件default.button及default.button2中定义,格式与文件default.link完全相同,每行从最后一个按钮开始重定义功能。
注意:刷新按钮及窗口按钮图标暂时不能重定义。</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>浏览器标识使用技巧</title>
|
||||
<link>/zh/useragents/</link>
|
||||
<pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/useragents/</guid>
|
||||
<description>超微浏览器下点击配置链接可自动添加浏览器标识,强制清空后台重启后可用。
Edge for android
Edge for windows
更多标识</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>安卓系统出错诊断</title>
|
||||
<link>/zh/logcat/</link>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.125.6">
|
||||
<meta name="generator" content="Hugo 0.126.3">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="alternate" type="application/rss+xml" href="../zh/index.xml" title="超微浏览器: 威、快、高效、极致优化">
|
||||
|
@ -202,6 +202,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="useragents/index.html#">
|
||||
<span>浏览器标识使用技巧</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="logcat/index.html#">
|
||||
<span>安卓系统出错诊断</span>
|
||||
|
@ -300,11 +306,6 @@
|
|||
|
||||
|
||||
|
||||
<li class="post">
|
||||
<a href="searchurl/uas.html#">
|
||||
<span>浏览器标识配置</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<a href="searchurl/backup.html#">
|
||||
<span>备份与恢复</span>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Fri, 24 May 2024 09:41:58 +0800</lastBuildDate>
|
||||
<lastBuildDate>Mon, 03 Jun 2024 10:23:49 +0800</lastBuildDate>
|
||||
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
|
@ -162,6 +162,13 @@
|
|||
<guid>/zh/icons/</guid>
|
||||
<description>超微浏览器配置目录下如果存在目录&quot;icon&quot;,则此目录下的文件名为&quot;0&quot;,&quot;1&quot;,&quot;2&quot;...
会作为底部工具栏图标。文件&quot;0&quot;替换原后退按钮,&quot;1&quot;为前进按钮,&quot;2&quot;为设置按钮,&quot;3&quot;为主页按钮......。
如果定义有新按钮(当前版本存在文件&quot;20&quot;),则uweb支持向量格式图标VectorDrawable,格式为compiled XML。此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。
用户可定义任意多个按钮(100个按钮毫无压力),其短按长按功能可在文件default.button及default.button2中定义,格式与文件default.link完全相同,每行从最后一个按钮开始重定义功能。
注意:刷新按钮及窗口按钮图标暂时不能重定义。</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>浏览器标识使用技巧</title>
|
||||
<link>/zh/useragents/</link>
|
||||
<pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/useragents/</guid>
|
||||
<description>超微浏览器下点击配置链接可自动添加浏览器标识,强制清空后台重启后可用。
Edge for android
Edge for windows
更多标识</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>安卓系统出错诊断</title>
|
||||
<link>/zh/logcat/</link>
|
||||
|
|
|
@ -90,10 +90,18 @@
|
|||
<p>支持网址特定脚本/样式,可轻松支持百万以上不同脚本。</p>
|
||||
<p>支持自定义任意多个搜索引擎; 支持执行用户提供任何js文件; 支持用户定义任意多个useragent; 长按链接支持运行第三方程序; 长按链接支持运行用户js文件。</p>
|
||||
<p>配套安装uWeb定制Termux应用,可用地址栏作图(类似matlab功能)、超级计算器(无限精度/π的前万位或更多、无限函数、无限常量)、符号演算(解方程、分解因式、求积分导数)、离线字典查找等。譬如地址栏输入sin(x)**5就直接得到函数图形。利用好第三方代码,才能真正发挥出uWeb的潜能。</p>
|
||||
<h4 id="ebrowserhttpsgithubcomtorappinfoeweb-for-windows-macos-and-linux"><a href="https://github.com/torappinfo/eweb">Ebrowser</a> for Windows, MacOS and Linux</h4>
|
||||
<p>可看作超微浏览器台式机简易版,用于弥补普通浏览器访问痛点。</p>
|
||||
<ul>
|
||||
<li>支持网站自动镜像,可以使用国内镜像自动访问github等网站,可与国际搜索引擎无缝衔接。</li>
|
||||
<li>同样允许直接访问英文技术网站。</li>
|
||||
<li>网页矢量长截屏,允许通过mermaid等设计矢量图案。</li>
|
||||
<li>可用网页设计代替Adobe Illustrator平面设计。</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 6 May 2024<br>
|
||||
enhance downloading<br>
|
||||
<p>Last Modified: 3 June 2024<br>
|
||||
add ebrowser to readme<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>浏览器标识使用技巧</title></head><body>
|
||||
<h3>浏览器标识使用技巧</h3>
|
||||
<p>
|
||||
<a href="..">超微浏览器</a>下点击配置链接可自动添加浏览器标识,强制清空后台重启后可用。</p>
|
||||
<p><a href="i:02Edge:Mozilla/5.0 (Linux; Android 13; KB2000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36 EdgA/109.0.1518.80">Edge mobile</a></p>
|
||||
|
||||
<p>配置文件"default.uas"如下:<br>
|
||||
<p><a href="i:02百度网盘:LogStatistic">百度网盘:LogStatistic</a></p>
|
||||
<p><a href="i:02多功能:Mozilla/5.0 (Android 9) Gecko/63.0 Firefox/63.0 Chrome/100.0.0.0 Mobile iPhone/7.1 SearchCraft baiduboxapp ALiSearchApp/2.4">多功能:Mozilla/5.0 (Android 9) Gecko/63.0 Firefox/63.0 Chrome/100.0.0.0 Mobile iPhone/7.1 SearchCraft baiduboxapp ALiSearchApp/2.4</a></p>
|
||||
<p><a href="i:02作业帮:Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.92 Mobile Safari/537.36 homework_vc/654 homework_vcname/12.8.0 homework_cuid/AD14454CD515B3A79451EB361B1B893C|0 homework_token/1_XPXQH3c5HRPtFHkSwi3sCCURmT25QfxM homework_channel/huawei">作业帮:Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.92 Mobile Safari/537.36 homework_vc/654 homework_vcname/12.8.0 homework_cuid/AD14454CD515B3A79451EB361B1B893C|0 homework_token/1_XPXQH3c5HRPtFHkSwi3sCCURmT25QfxM homework_channel/huawei</a></p>
|
||||
<p><a href="i:02Symbian:Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/20.0.019; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) BrowserNG/7.1.18124">Symbian:Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/20.0.019; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) BrowserNG/7.1.18124</a></p>
|
||||
<p><a href="i:02iPhone:Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1">iPhone:Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1</a></p>
|
||||
<p><a href="i:02win:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.0.0 Safari/537.36">win:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.0.0 Safari/537.36</a></p>
|
||||
<p><a href="i:02IE11:Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko">IE11:Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko</a></p>
|
||||
<p><a href="i:02QQ:Mozilla/5.0 (Linux; U; Android 10;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.83 MQQBrowser/9.6 TBS/045018 Mobile Safari/537.36 MicroMessenger/7.6">QQ:Mozilla/5.0 (Linux; U; Android 10;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.83 MQQBrowser/9.6 TBS/045018 Mobile Safari/537.36 MicroMessenger/7.6</a></p>
|
||||
<p><a href="i:02quark:Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; HW Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/3.7.0.123 Mobile Safari/537.36">quark:Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; HW Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/3.7.0.123 Mobile Safari/537.36</a></p>
|
||||
<p><a href="i:02macos:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50">macos:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50</a></p>
|
||||
<p><a href="i:02winRT:Mozilla/5.0 (Windows NT 6.3; Win64; ARM; Trident/7.0; Touch; rv:11.0) like Gecko">winRT:Mozilla/5.0 (Windows NT 6.3; Win64; ARM; Trident/7.0; Touch; rv:11.0) like Gecko</a></p>
|
||||
<p><a href="i:02Blackberry:Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.3.2205 Mobile Safari/537.35+">Blackberry:Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.3.2205 Mobile Safari/537.35+</a></p>
|
||||
</p>
|
||||
<p><a href="https://lemon399.gitee.io/user-agent-share-page/">更多标识</a></p>
|
||||
<p>大多数安卓应用都有一个应用标识,通过这个标识服务器可以控制提供给用户资源的多寡和质量。一般来说,应用可以得到最多最好的资源; 其次是PC版的浏览器; 而手机浏览器一般会被逼去下载专门的应用。</p>
|
||||
<p>Android手机使用最广,应用最多。所以Android浏览器最有可能被逼/诱导下载各式各样的应用。浏览器如果伪装成苹果手机,如果苹果上没有相关应用,网站就不可能逼你去下载android应用。</p>
|
||||
<p>对手机浏览器用户而言,最佳的是伪装成应用。其次伪装成Linux台式机,因为如果伪装成Windows PC会逼你下程序,而linux程序?对不起,还没开发呢。如果嫌PC排版不好,则可以伪装成一款没有应用的手机。Nokia的塞班已经没有应用了(有也不会逼你下了),用户基数还不少,所以伪装成塞班就是一个不错的选择。</p>
|
||||
<p>以百度网盘为例,下载时安卓手机要逼你下安卓应用; 苹果手机要下ios应用; Windows上要下百度管家。只有塞班和Linux PC百度没开发应用,所以可通过伪装成塞班来直接下载文件。</p>
|
||||
<p>uweb浏览器提供了多功能标识,可同时伪装成百度应用、阿里搜索、百度简单搜索、火狐、iPhone等。访问很多网站会方便很多,不妨设置为缺省的浏览器标识。</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2024-05-24T09:41:58+08:00</lastmod>
|
||||
<lastmod>2024-05-31T10:19:09+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -81,7 +81,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2024-05-24T09:41:58+08:00</lastmod>
|
||||
<lastmod>2024-06-03T10:23:49+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -363,6 +363,9 @@
|
|||
hreflang="zh"
|
||||
href="/zh/icons/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/useragents/</loc>
|
||||
<lastmod>2024-05-31T10:19:09+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/zh/logcat/</loc>
|
||||
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
||||
|
@ -480,7 +483,7 @@
|
|||
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/zh/readme/</loc>
|
||||
<lastmod>2024-05-06T08:39:50+08:00</lastmod>
|
||||
<lastmod>2024-06-03T10:23:49+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -508,7 +511,7 @@
|
|||
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/zh/unlist/</loc>
|
||||
<lastmod>2024-05-06T08:39:50+08:00</lastmod>
|
||||
<lastmod>2024-06-03T10:23:49+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
83
zh/useragents/index.html
Normal file
83
zh/useragents/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css#" type="text/css" />
|
||||
<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'>
|
||||
<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>
|
||||
|
||||
<nav>
|
||||
</nav>
|
||||
</header>
|
||||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">浏览器标识使用技巧
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p><a href="../index.html#">超微浏览器</a>下点击配置链接可自动添加浏览器标识,强制清空后台重启后可用。<br>
|
||||
<a href="i:02EdgeAndroid:Mozilla/5.0 (Linux; Android 13; KB2000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36 EdgA/124.0.2478.80">Edge for android</a><br>
|
||||
<a href="i:02EdgeWin:Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36 EdgA/124.0.2478.80">Edge for windows</a></p>
|
||||
<p><a href="https://lemon399.gitee.io/user-agent-share-page/">更多标识</a></p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 31 May 2024<br>
|
||||
add ebrowser to readme<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
<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"
|
||||
data-mapping="title"
|
||||
data-strict="0"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="en"
|
||||
data-loading="lazy"
|
||||
crossorigin="anonymous" async>
|
||||
</script>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
© 2018-2024 Richard H. Cao
|
||||
</div>
|
||||
</footer>
|
||||
<!-- 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/>. -->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue