Compare commits

...

2 Commits

Author SHA1 Message Date
James Feng Cao eb328d7609 add bingAI image creator 2023-05-09 23:00:28 +08:00
James Feng Cao a413b5f1d0 add bingAI draw 2023-05-09 21:56:08 +08:00
17 changed files with 361 additions and 30 deletions

View File

@ -9,7 +9,7 @@
[超微浏览器下载及使用技巧](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
(备用镜像: [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/) [stormkit](https://uweb.stormkit.dev/zh/) [github](https://torappinfo.github.io/uweb/zh/) [fleek](https://ik4ev-laaaa-aaaad-qd4sq-cai.ic.fleek.co/zh/) [bitbucket](https://torappinfo.bitbucket.io/zh/) [netlify](https://uwebzh.netlify.app/zh/) [surge](https://uweb.surge.sh/zh/) [torapp](https://torapp.eu.org) [epizy](http://uweb.epizy.com/) [pages](https://muweb.pages.dev/zh/) [render](https://uweb.onrender.com) [vercel](https://uweb.vercel.app/zh/))
- <span style="color:red">国内可以直接使用<a href="https://uwebzh.netlify.app/zh/tips/index.html" onclick="{let u=location.href; if(u.endsWith('index.html')){location='../tips/index.html';return false;}}">bingChat/必应写作/chatgpt</a></span>
- <span style="color:red">国内可以直接使用<a href="https://uwebzh.netlify.app/zh/tips/index.html" onclick="{let u=location.href; if(u.endsWith('index.html')){location='../tips/index.html';return false;}}">bingChat/必应写作/AI画图/chatgpt</a></span>
- <span style="color:red">免魔法国内直接使用google翻译</span>
- 微不到200K。
- 威支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。html5应用增强可匹配本地应用。

View File

@ -15,6 +15,7 @@
<description>Offline resources locate in the folder &amp;quot;sitecache&amp;quot;. With the option &amp;quot;use offline resources&amp;quot; enabled, the corresponding files in &amp;quot;sitecache/[domain name]/[full path including filename, the url path part]&amp;quot; are loaded first before reaching the network.
bingChat UI Install bingChat UI ai.html for censored area (bingChat UI)
Install bingWrite UI write.html for censored area (bingWrite)
Install bingAI image creator UI draw.html for censored area (bingAI image creator)
Serverless local sites Click to install url service that extracts web apps to the folder &amp;quot;sitecache/local/&amp;quot;: support web extensions (.</description>
</item>

View File

@ -102,7 +102,7 @@
</div>
<p>Last Modified: 8 May 2023<br>
supports hosts<br>
add gissues<br>
<pre></pre>
</p>
<script>

View File

@ -15,6 +15,7 @@
<description>Offline resources locate in the folder &amp;quot;sitecache&amp;quot;. With the option &amp;quot;use offline resources&amp;quot; enabled, the corresponding files in &amp;quot;sitecache/[domain name]/[full path including filename, the url path part]&amp;quot; are loaded first before reaching the network.
bingChat UI Install bingChat UI ai.html for censored area (bingChat UI)
Install bingWrite UI write.html for censored area (bingWrite)
Install bingAI image creator UI draw.html for censored area (bingAI image creator)
Serverless local sites Click to install url service that extracts web apps to the folder &amp;quot;sitecache/local/&amp;quot;: support web extensions (.</description>
</item>

View File

@ -51,6 +51,7 @@
<h4 id="bingchat-ui">bingChat UI</h4>
<p><a href="i:0hsitecache/www.bing.com/ai.html:../searchurl/bingAI/bing.html">Install bingChat UI ai.html for censored area</a> (<a href="https://www.bing.com/ai.html">bingChat UI</a>)</p>
<p><a href="i:0hsitecache/www.bing.com/write.html:../searchurl/bingAI/write.html">Install bingWrite UI write.html for censored area</a> (<a href="https://www.bing.com/write.html">bingWrite</a>)</p>
<p><a href="i:0hsitecache/www.bing.com/draw.html:../searchurl/bingAI/draw.html">Install bingAI image creator UI draw.html for censored area</a> (<a href="https://www.bing.com/draw.html">bingAI image creator</a>)</p>
<h4 id="serverless-local-sites">Serverless local sites</h4>
<p><a href="i:01Extract webapp:i:0bsitecache/local/:">Click to install url service that extracts web apps to the folder &quot;sitecache/local/&quot;</a>: support web extensions (.crx for chrome &amp; .xpi for firefox).</p>
<p>Any folder under &quot;sitecache&quot; can be visited as a local site. Urls with search queries can be dynamically processed by the js/wasm code in the local file.</p>
@ -65,8 +66,8 @@
</div>
</div>
<p>Last Modified: 19 April 2023<br>
support .js files under &#39;css&#39; folder<br>
<p>Last Modified: 9 May 2023<br>
add init bingAI draw<br>
<pre></pre>
</p>
<script>

View File

@ -0,0 +1,205 @@
/* 头部分 */
body {
font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;
font-size: 75%;
}
#head {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 4rem;
display: flex;
align-items: center;
justify-content: space-between;
backdrop-filter: blur(10px);
background-color: #ffffff78;
z-index: 99;
}
#head-img-div {
height: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
}
#head-img-div>img {
height: 100%;
}
#head-img-div-h2-img>* {
margin: 0;
}
#head-li-div {
display: flex;
flex-direction: row;
align-items: center;
}
#head-li-div>li {
list-style: none;
margin-right: 1rem;
font-size: 1rem;
}
#head-li-div>a {
display: inline-block;
list-style: none;
margin-right: 1rem;
font-size: 1rem;
color: inherit;
text-decoration: inherit;
}
#head-li-div>a:hover{
color: #ff8300;
}
/* 背景*/
#background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: repeating-linear-gradient(359deg, rgb(182 196 255) 0%, rgb(207 225 255 / 78%) 100%);
}
body.a #background,
body.a .ThemeColors {
transition: filter 1s;
filter: hue-rotate(10deg);
}
body.b #background,
body.b .ThemeColors {
transition: filter 1s;
filter: hue-rotate(-15deg);
}
body.c #background,
body.c .ThemeColors {
transition: filter 1s;
filter: hue-rotate(-40deg);
}
#body{
margin-top: 4rem;
overflow: hidden;
}
#DrawDiv{
background-color: #ffffff70;
min-height: 30rem;
max-width: 45rem;
margin: 1rem auto auto;
border-radius: 1.5rem;
overflow: hidden;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
}
#inputDraw{
resize: none;
background-color: #ffffff00;
flex: 1;
margin-left: 1rem;
height: 2rem;
font-size: 1rem;
border: none;
outline:none;
line-height: 2rem;
}
#DrawInputDiv{
background-color: #ffffff;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 1rem;
border-radius: 0.5rem;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
}
#startDraw{
background-color: #0e00ff36;
border-radius: 0 0.5rem 0.5rem 0;
display: flex;
padding: 0.5rem;
align-items: center;
cursor: pointer;
font-size: 1rem;
}
#startDraw:hover{
background-color: rgba(14, 0, 255, 0.56);
}
#DrawInputDiv{
border: 1px solid rgba(0, 0, 0, 0.21);
}
#DrawInputDiv:has(#inputDraw:focus-visible){
border: 1px solid #0e00ff36;
}
#imgs{
margin-top: 1rem;
background-color: #c2b4ff29;
flex: 1;
border: 0.2rem solid #ffffff70;
border-top: none;
border-radius: 0 0 1.5rem 1.5rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-around;
align-content: space-around;
color: #ff8300;
font-size: 1rem;
font-weight: bolder;
}
#imgs>img{
width: 49%;
margin: 0.5%;
transition: all 0.5s;
cursor: pointer;
}
#imgs>img:hover{
transform:translate(-0.5%, -0.5%);
}
@media screen and (max-width:500px) {
:root {
font-size: 3.5vmin;
}
#imgs>img{
width: 99%;
}
}
@media screen and (orientation:portrait) and (max-device-width:800px) and (max-device-height:1000px) {
:root {
font-size: 3.5vmin;
}
#imgs>img{
width: 99%;
}
}

View File

@ -0,0 +1,51 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title id="docTitle">Draw</title>
<link rel="stylesheet" href="./css/DrawImg.css">
<script type="text/javascript" src="./js/generateImages.js"></script>
</head>
<body>
<div id="DrawDiv">
<div id="DrawInputDiv">
<textarea id="inputDraw" placeholder="Describe your image" ></textarea>
<input id="startDraw" type="button" value="Draw" onClick="draw()">
</div>
<div id="imgs">
</div>
</div>
<script>
async function getMagicUrl() {
let v = localStorage.GoGoUrl;
if(v && v.startsWith("http")) return v;
return "https://mybing2.xn--xyza.top/";
}
const magicUrl = getMagicUrl();
const inputDraw = document.getElementById('inputDraw');
const imgsDiv = document.getElementById('imgs');
async function draw() {
let text = inputDraw.value;
try {
imgsDiv.innerText = `正在生成'${text}'图片,请稍等..`;
imgs = await generateImages(text,undefined,(v)=>{
imgsDiv.innerText = `正在生成'${text}'图片,请稍等..${v}`;
});
}catch (error){}
imgsDiv.innerHTML = '';
imgs.forEach((v)=>{
let img = document.createElement('img');
img.src = v.mImg;
imgsDiv.appendChild(img);
img.onclick = ()=>{
window.open(v.img);
}
//在低分辨率图片加载完成后替换成高分辨率图片
img.onload = ()=>{
img.onload = undefined;
img.src = v.img;
}
});
}
</script>
</body>
</html>

View File

@ -0,0 +1,72 @@
const sleep = (delay) => new Promise((resolve) => setTimeout(resolve, delay))
/**
* @param text 生成图像的描述
* @param requestId 请求id如果不是对话生成图片可以为undefined
* @param countF 回调函数获取当前是第几次请求
* @return [...{img:url,mImg:url}...] img:图片url mIng:缩略图url
* */
async function generateImages(text,requestId,countF){
let theUrls = new URLSearchParams();
theUrls.append('re', '1');
theUrls.append('showselective', '1');
theUrls.append('sude', '1');
theUrls.append('kseed', '7500');
theUrls.append('SFX', '2');
theUrls.append('q', text);
theUrls.append('iframeid', requestId);
let theUrl = magicUrl+`images/create?${theUrls.toString()}`;
let response = await fetch(theUrl);
let html = (await response.text());
let cookieID = response.headers.get('cookieID');
//如果返回的是有错误的页面
let urr = new RegExp('class="gil_err_mt">([^<>]*)</div>').exec(html);
if(urr && urr[1]){
let error = `<h3>${urr[1]}</h3>`;
urr = new RegExp('class="gil_err_sbt">(([^<>]*<(a|div)[^<>]*>[^<>]*</(a|div)>[^<>]*)*)</div>').exec(html);
if(urr && urr[1]){
error = error+`<p>${urr[1]}</p>`;
}
throw new Error(error);
}
//如果没错误就匹配链接获取图片
urr = new RegExp('"/(images/create/async/results/(\\S*))"').exec(html);
if(!urr || !urr[1]){
console.log(html);
throw new Error("请求图片返回不正确的页面,无法加载图片。");
}
let ur = urr[1];
ur = ur.replaceAll('&amp;','&');
let imgPageHtmlUrl = magicUrl + `${ur}`;
for(let count = 1;count<=20;count++){
if((!!countF)&&(typeof countF =='function')){
countF(count);
}
await sleep(3000);
let imgPageHtml;
try{
imgPageHtml = (await (await fetch(imgPageHtmlUrl,{headers:{"cookieID":cookieID}})).text());
}catch(e){
console.error(e);
}
if(!imgPageHtml){
continue;
}
//用正则找全部图片
let allSrc = imgPageHtml.matchAll(/<img[^<>]*src="([^"]*)"[^<>]*>/g);
let imgs = [];
for(let src;!(src=allSrc.next()).done;){
imgs[imgs.length] = {
img:src.value[1].split('?')[0],
mImg:src.value[1].replaceAll('&amp;','&')
}
}
if(imgs.length>0){
return imgs;
}else{
throw new Error("服务器未正常返回图片!");
}
}
}

View File

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/en/_posts/</loc>
<lastmod>2023-05-08T21:16:14+08:00</lastmod>
<lastmod>2023-05-09T22:48:54+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -16,7 +16,7 @@
/>
</url><url>
<loc>/en/offlinecache/</loc>
<lastmod>2023-04-19T22:58:18+08:00</lastmod>
<lastmod>2023-05-09T22:48:54+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -58,7 +58,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2023-05-08T21:16:14+08:00</lastmod>
<lastmod>2023-05-09T22:48:54+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"

View File

@ -41,10 +41,10 @@
attrs.description = descriptionMeta ? descriptionMeta.content : '';
let ogtitleMeta = document.querySelector("meta[property='og:title'],meta[name='og:title']");
attrs['og:title'] = ogtitleMeta ? ogtitleMeta.content : '';
document.head.insertAdjacentHTML('afterbegin', "<style>.Gissues{position:relative;box-sizing:border-box;width:100%;max-width:760px;margin-left:auto;margin-right:auto;}.Gissues-frame{position:absolute;left:0;right:0;width:1px;min-width:100%;max-width:100%;height:100%;border:0;}</style>");
document.head.insertAdjacentHTML('afterbegin', "<style>.Gissues{position:relative;box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;}.Gissues-frame{position:absolute;left:0;right:0;width:1px;min-width:100%;max-width:100%;height:100%;border:0;}</style>");
let Origin = "https://gissues.gitee.io";
let url = Origin + "/Gissues.html";
script.insertAdjacentHTML('afterend', "<div class=\"Gissues\">\n <iframe class=\"Gissues-frame\" title=\"Comments\" scrolling=\"no\" src=\"" + url + "?" + (0, param)(attrs) + "\"></iframe>\n </div>");
script.insertAdjacentHTML('afterend', "<div class='Gissues'><iframe class='Gissues-frame' title='Comments' scrolling='no' src='" + url + "?" + (0, param)(attrs) + "'></iframe></div>");
let container = script.nextElementSibling;
script.parentElement.removeChild(script);
addEventListener('message', function (event) {

View File

@ -4,14 +4,14 @@
<sitemap>
<loc>en/sitemap.xml</loc>
<lastmod>2023-05-08T21:16:14+08:00</lastmod>
<lastmod>2023-05-09T22:48:54+08:00</lastmod>
</sitemap>
<sitemap>
<loc>zh/sitemap.xml</loc>
<lastmod>2023-05-08T08:49:14+08:00</lastmod>
<lastmod>2023-05-09T22:58:32+08:00</lastmod>
</sitemap>

View File

@ -105,7 +105,7 @@ c[cssFlag]: For example, &amp;quot;c12&amp;quot; will apply the third and fourth
<guid>/zh/tips/</guid>
<description>免魔法国内直接使用系列
newbing/chatgpt
newbing/chatgpt/必应写作/AI画图
使用重定向访问国外技术网址
google翻译
目录配置及使用外部文件管理器
@ -123,7 +123,7 @@ UA为非默认时点击PC按钮将恢复UA为默认同时触发不保存UA
快速编辑文件
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
配置文件列表中直接点击文件名即可编辑。
免魔法直接使用newbing (chatgpt) 总要求:长按底部&amp;quot;PC&amp;quot;按钮选择user-agent为&amp;quot;edge&amp;quot;。用户需登录微软网站比如cn.bing.com帐号已经开通newbing。
免魔法直接使用newbing/chatgpt/必应写作/AI画图 总要求:长按底部&amp;quot;PC&amp;quot;按钮选择user-agent为&amp;quot;edge&amp;quot;。用户需登录微软网站比如cn.bing.com帐号已经开通newbing。
方法1:
点击一键安装必应AI
或者分步安装:

View File

@ -105,7 +105,7 @@ c[cssFlag]: For example, &amp;quot;c12&amp;quot; will apply the third and fourth
<guid>/zh/tips/</guid>
<description>免魔法国内直接使用系列
newbing/chatgpt
newbing/chatgpt/必应写作/AI画图
使用重定向访问国外技术网址
google翻译
目录配置及使用外部文件管理器
@ -123,7 +123,7 @@ UA为非默认时点击PC按钮将恢复UA为默认同时触发不保存UA
快速编辑文件
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
配置文件列表中直接点击文件名即可编辑。
免魔法直接使用newbing (chatgpt) 总要求:长按底部&amp;quot;PC&amp;quot;按钮选择user-agent为&amp;quot;edge&amp;quot;。用户需登录微软网站比如cn.bing.com帐号已经开通newbing。
免魔法直接使用newbing/chatgpt/必应写作/AI画图 总要求:长按底部&amp;quot;PC&amp;quot;按钮选择user-agent为&amp;quot;edge&amp;quot;。用户需登录微软网站比如cn.bing.com帐号已经开通newbing。
方法1:
点击一键安装必应AI
或者分步安装:
@ -883,7 +883,7 @@ Amazon appstore
下载
超微浏览器下载及使用技巧
(备用镜像: gitlab repo codeberg 4everland stormkit github fleek bitbucket netlify surge torapp epizy pages render vercel)
国内可以直接使用bingChat/必应写作/chatgpt 免魔法国内直接使用google翻译 微不到200K。 威支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。html5应用增强可匹配本地应用。 便捷图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性比如空IP地址解除一切限制。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等
国内可以直接使用bingChat/必应写作/AI画图/chatgpt 免魔法国内直接使用google翻译 微不到200K。 威支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。html5应用增强可匹配本地应用。 便捷图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性比如空IP地址解除一切限制。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等
修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫&amp;quot;超级书签&amp;quot;。成功使用时保存,需要时就可以无限恢复。(比如newbing/chatGPT的直接使用)
小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。
独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。

View File

@ -55,7 +55,7 @@
<p><a href="https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html">超微浏览器下载及使用技巧</a><br>
(备用镜像: <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://uweb.stormkit.dev/zh/">stormkit</a> <a href="https://torappinfo.github.io/uweb/zh/">github</a> <a href="https://ik4ev-laaaa-aaaad-qd4sq-cai.ic.fleek.co/zh/">fleek</a> <a href="https://torappinfo.bitbucket.io/zh/">bitbucket</a> <a href="https://uwebzh.netlify.app/zh/">netlify</a> <a href="https://uweb.surge.sh/zh/">surge</a> <a href="https://torapp.eu.org">torapp</a> <a href="http://uweb.epizy.com/">epizy</a> <a href="https://muweb.pages.dev/zh/">pages</a> <a href="https://uweb.onrender.com">render</a> <a href="https://uweb.vercel.app/zh/">vercel</a>)</p>
<ul>
<li><span style="color:red">国内可以直接使用<a href="https://uwebzh.netlify.app/zh/tips/index.html" onclick="{let u=location.href; if(u.endsWith('index.html')){location='../tips/index.html';return false;}}">bingChat/必应写作/chatgpt</a></span></li>
<li><span style="color:red">国内可以直接使用<a href="https://uwebzh.netlify.app/zh/tips/index.html" onclick="{let u=location.href; if(u.endsWith('index.html')){location='../tips/index.html';return false;}}">bingChat/必应写作/AI画图/chatgpt</a></span></li>
<li><span style="color:red">免魔法国内直接使用google翻译</span></li>
<li>不到200K。</li>
<li>支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。html5应用增强可匹配本地应用。</li>
@ -86,8 +86,8 @@
<p>配套安装uWeb定制Termux应用可用地址栏作图类似matlab功能、超级计算器无限精度/π的前万位或更多、无限函数、无限常量、符号演算解方程、分解因式、求积分导数、离线字典查找等。譬如地址栏输入sin(x)**5就直接得到函数图形。利用好第三方代码才能真正发挥出uWeb的潜能。</p>
</div>
<p>Last Modified: 8 May 2023<br>
add 4everland<br>
<p>Last Modified: 9 May 2023<br>
add init bingAI draw<br>
<pre></pre>
</p>
<script>

View File

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/zh/_posts/</loc>
<lastmod>2023-05-06T18:21:58+08:00</lastmod>
<lastmod>2023-05-09T22:58:32+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -29,7 +29,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2023-05-08T08:49:14+08:00</lastmod>
<lastmod>2023-05-09T22:58:32+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -74,7 +74,7 @@
/>
</url><url>
<loc>/zh/tips/</loc>
<lastmod>2023-04-29T14:24:45+08:00</lastmod>
<lastmod>2023-05-09T22:58:32+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -496,7 +496,7 @@
<lastmod>2023-01-28T09:50:00+08:00</lastmod>
</url><url>
<loc>/zh/readme/</loc>
<lastmod>2023-05-08T08:49:14+08:00</lastmod>
<lastmod>2023-05-09T22:57:36+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -521,7 +521,7 @@
/>
</url><url>
<loc>/zh/unlist/</loc>
<lastmod>2023-05-08T08:49:14+08:00</lastmod>
<lastmod>2023-05-09T22:57:36+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"

View File

@ -48,7 +48,7 @@
</ul>
<p><strong>免魔法国内直接使用系列</strong><br>
<a href="#newbing">newbing/chatgpt</a><br>
<a href="#newbing">newbing/chatgpt/必应写作/AI画图</a><br>
<a href="../redirect/index.html">使用重定向访问国外技术网址</a><br>
<a href="../rjs/index.html">google翻译</a></p>
<p><strong>目录配置及使用外部文件管理器</strong><br>
@ -66,14 +66,14 @@ UA为非默认时点击PC按钮将恢复UA为默认同时触发不保存UA
<p><strong>快速编辑文件</strong><br>
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。<br>
<a href="../filenames">配置文件列表</a>中直接点击文件名即可编辑。</p>
<h4 id="a-idnewbinga免魔法直接使用newbing-chatgpt"><a id="newbing"></a>免魔法直接使用newbing (chatgpt)</h4>
<h4 id="a-idnewbinga免魔法直接使用newbingchatgpt必应写作ai画图"><a id="newbing"></a>免魔法直接使用newbing/chatgpt/必应写作/AI画图</h4>
<p>总要求:长按底部&quot;PC&quot;按钮选择user-agent为&quot;edge&quot;。用户需登录微软网站比如cn.bing.com帐号已经开通newbing。</p>
<ul>
<li>
<p>方法1:</p>
<ul>
<li>
<p>点击一键安装<a href="i:b1Install bing chat UI%0A%0Ai:0hsitecache/www.bing.com/ai.html:../../en/searchurl/bingAI/bing.html%0AInstall bing compose UI%0A%0Ai:0hsitecache/www.bing.com/write.html:../../en/searchurl/bingAI/write.html%0AConfig hosts%0A空格后为魔法域名请按需修改%0Ai:0ghosts::www.bing.com;Access-Control-Allow-Origin;https://www.bing.com;Access-Control-Allow-Credentials;true mybing2.xn--xyza.top%0Ai:52:https://www.bing.com/ai.html%0Ai:52:https://www.bing.com/write.html">必应AI</a></p>
<p>点击一键安装<a href="i:b1Install bing chat UI%0A%0Ai:0hsitecache/www.bing.com/ai.html:../../en/searchurl/bingAI/bing.html%0AInstall bing compose UI%0A%0Ai:0hsitecache/www.bing.com/write.html:../../en/searchurl/bingAI/write.html%0AInstall bing Draw UI%0A%0Ai:0hsitecache/www.bing.com/draw.html:../../en/searchurl/bingAI/draw.html%0AConfig hosts%0A空格后为魔法域名请按需修改%0Ai:0ghosts::www.bing.com;Access-Control-Allow-Origin;https://www.bing.com;Access-Control-Allow-Credentials;true mybing2.xn--xyza.top%0Ai:52:https://www.bing.com/ai.html%0Ai:52:https://www.bing.com/write.html%0Ai:52:https://www.bing.com/draw.html">必应AI</a></p>
</li>
<li>
<p>或者分步安装:<br>
@ -99,8 +99,8 @@ UA为非默认时点击PC按钮将恢复UA为默认同时触发不保存UA
</ul>
</div>
<p>Last Modified: 29 April 2023<br>
fix &#39;&#43;&#39; in links for rjs.py<br>
<p>Last Modified: 9 May 2023<br>
add init bingAI draw<br>
<pre></pre>
</p>
<script>

View File

@ -17,7 +17,7 @@ Amazon appstore
下载
超微浏览器下载及使用技巧
(备用镜像: gitlab repo codeberg 4everland stormkit github fleek bitbucket netlify surge torapp epizy pages render vercel)
国内可以直接使用bingChat/必应写作/chatgpt 免魔法国内直接使用google翻译 微不到200K。 威支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。html5应用增强可匹配本地应用。 便捷图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性比如空IP地址解除一切限制。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等
国内可以直接使用bingChat/必应写作/AI画图/chatgpt 免魔法国内直接使用google翻译 微不到200K。 威支持使用js脚本、url服务、shell命令、内部功能链接定制菜单按钮手势; 远程数据皆可成网站。html5应用增强可匹配本地应用。 便捷图书pdf/djvu/txt/词典mdict,kiwix/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 (&amp;quot;!&amp;quot;, 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性比如空IP地址解除一切限制。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置ua禁用脚本无图激活脚本、行编辑器、代码编辑器支持120多种语言语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试。通过安装html5应用可预览阅读本地或在线任意格式文件pdf,djvu,epub,mdx/mdd,docx等
修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫&amp;quot;超级书签&amp;quot;。成功使用时保存,需要时就可以无限恢复。(比如newbing/chatGPT的直接使用)
小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。
独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。