2020-11-27 10:15:36 +00:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2022-10-31 07:44:05 +00:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2020-11-27 10:15:36 +00:00
< title > 小技巧< / title >
2022-06-30 03:43:09 +00:00
< script type = "text/javascript" >
2022-07-12 02:24:02 +00:00
function findLang(){
2022-06-30 03:43:09 +00:00
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
2022-07-12 02:24:02 +00:00
return i;
2022-06-30 03:43:09 +00:00
}
2022-07-12 02:24:02 +00:00
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);
2022-06-30 03:43:09 +00:00
}
< / script >
2020-11-27 10:15:36 +00:00
< / head >
< body >
< header class = 'header' >
2022-06-30 03:43:09 +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 >
2022-07-12 02:24:02 +00:00
2022-09-17 13:41:13 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('en')" > English< / a >
2020-11-27 10:15:36 +00:00
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
< h1 class = "title" > 小技巧
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2023-04-02 01:52:12 +00:00
< p > < strong > 免魔法直接使用newbing (chatgpt)< / strong > < br >
2023-04-02 02:39:13 +00:00
总要求:长按底部" PC" 按钮选择user-agent为" edge" 。用户需登录微软网站比如cn.bing.com, 帐号已经开通newbing。< / p >
2023-04-01 13:07:20 +00:00
< ul >
< li >
2023-04-18 08:08:42 +00:00
< 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 >
< / li >
< li >
< p > 或者分步安装:< br >
安装界面html, < a href = "../../en/offlinecache/index.html" > bingChat & Write自带魔法直接界面< / a > < / p >
2023-04-06 01:05:34 +00:00
< p > hosts文件内添加一行( 允许发送cookie至魔法url) :< br >
2023-04-13 03:13:46 +00:00
< a href = "i:0ghosts::www.bing.com;Access-Control-Allow-Origin;https://www.bing.com;Access-Control-Allow-Credentials;true mybing2.xn--xyza.top%0A" > Click to append to " hosts" , edit the last part as magic url domain< / a > < / p >
2023-04-18 08:08:42 +00:00
< / li >
< li >
< p > 使用: 勾选选项“使用离线缓存”, " 使用hosts" < br >
点击界面入口< br >
2023-04-14 08:06:13 +00:00
可配置魔法url, 上述hosts文件作相应修改。 < a href = "https://gitee.com/jja8/NewBingGoGo.wikis/blob/master/%E5%88%9B%E5%BB%BA%E9%AD%94%E6%B3%95%E9%93%BE%E6%8E%A5/%E4%BD%BF%E7%94%A8%E5%85%8D%E8%B4%B9%E7%9A%84%E7%9A%84%E4%BA%91%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E5%88%9B%E5%BB%BA%E9%AD%94%E6%B3%95%E9%93%BE%E6%8E%A5.md" > 详情< / a > < / p >
2023-04-01 13:07:20 +00:00
< / li >
2023-04-18 08:08:42 +00:00
< / ul >
< / li >
2023-04-01 13:07:20 +00:00
< li >
< p > 方法2: 可以采用超级书签/直接界面+脚本+hosts。< br >
其中超级书签固定bingchat入口。< br >
< a href = "../../en/sitejs/index.html" > 脚本< / a > 重定向api至魔法师.< br >
< a href = "../../en/adblock_domain/index.html" > hosts< / a > 防污染。< / p >
< p > bingChat能够正常使用时保存为超级书签 (长按底部右箭头按钮),下次再次需要使用时恢复即可 (按设置按钮然后点击超级书签链接)。< br >
修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫" 超级书签" 。成功使用newbing时保存, 需要时就可以无限恢复。< / p >
< / li >
< / ul >
< p > < strong > 目录配置及使用外部文件管理器< / strong > < br >
2022-09-17 13:41:13 +00:00
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见< a href = "../../en/acmd/index.html" > Shell command mode< / a > 。< / p >
< p > < strong > 准确显示PC网页< / strong > :< br >
2020-11-27 10:53:20 +00:00
PC模式 + 勾选选项" 宽屏显示" + 全局脚本" 强制缩放" 。< / p >
< p > < strong > 多主屏< / strong > :< br >
2021-11-01 10:02:54 +00:00
home5.html为自定义主屏, home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。< / p >
2021-10-31 15:44:04 +00:00
< p > < strong > 自动翻页< / strong > < br >
长按后退按钮自动往前翻页(主屏上长按后退出现-1屏,-2屏...,短按前进按钮+1屏,+2屏...),长按前进按钮弹出系统菜单。< / p >
2021-02-23 05:40:18 +00:00
< p > < strong > 配置临时修改< / strong > < br >
配置后如果没有正常退出或转入后台的话,超微不会自动保存设置更改,此时如果清后台强制退出,下次启动超微会使用原有配置。< / p >
2021-08-04 08:43:02 +00:00
< p > < strong > 临时恢复UA (user agent)至android默认浏览器< / strong > < br >
UA为非默认时, 点击PC按钮将恢复UA为默认, 同时触发不保存UA状态, 下次启动浏览器时恢复到原有UA。这样用户可常用一些有力的UA配置, 仅偶尔使用默认配置, 无需反复切换。< / p >
< p > < strong > 快速编辑文件< / strong > < br >
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。< br >
< a href = "../filenames" > 配置文件列表< / a > 中直接点击文件名即可编辑。< / p >
2020-11-27 10:15:36 +00:00
< / div >
2023-04-18 08:08:42 +00:00
< p > Last Modified: 18 April 2023< br >
support bundled installation< br >
2023-03-07 02:07:05 +00:00
< pre > < / pre >
< / p >
2020-11-27 10:15:36 +00:00
< / body >
< / html >