diff --git a/en/links/index.html b/en/links/index.html index 0d169c1..7f02898 100644 --- a/en/links/index.html +++ b/en/links/index.html @@ -295,11 +295,16 @@ The "Host" Header (fake header, different from the standard) must be t Ex. i:92Host;209.216.230.240:https://news.ycombinator.com
use "i:0mi:92Host;209.216.230.240::https://news.ycombinator.com" to visit the site with specified IP address.

+
  • +

    i:b1[internal urls separated by newline]
    +Bundle of internal urls, if it is an "i:0" url, then it should have the following format:
    +[title\n][msg\n][i:0url].

    +
  • -

    Last Modified: 10 April 2023
    -enhance :0cc cookie copy
    +

    Last Modified: 18 April 2023
    +support bundled installation

    i:56 urls support CTRL_A to CTRL-Z 
     

    diff --git a/en/searchurl/bingAI/js/bingChatHub.js b/en/searchurl/bingAI/js/bingChatHub.js index 89a90ef..02826fd 100644 --- a/en/searchurl/bingAI/js/bingChatHub.js +++ b/en/searchurl/bingAI/js/bingChatHub.js @@ -234,7 +234,7 @@ async function createChat(theChatType) { do { try { let url = URLTrue(magicUrl,'turing/conversation/create'); - let res = await fetch(url, {credentials: "include"}); + let res = await fetch(url); let resjson = await res.json(); if (!resjson.result || resjson.result.value != 'Success') { mes = resjson; diff --git a/en/sitemap.xml b/en/sitemap.xml index 68aa725..c5d3908 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> /en/_posts/ - 2023-04-17T11:05:09+08:00 + 2023-04-18T16:06:03+08:00 /en/ - 2023-04-17T11:05:09+08:00 + 2023-04-18T16:06:03+08:00 /en/links/ - 2023-04-10T08:20:10+08:00 + 2023-04-18T16:06:03+08:00 en/sitemap.xml - 2023-04-17T11:05:09+08:00 + 2023-04-18T16:06:03+08:00 zh/sitemap.xml - 2023-04-17T11:14:55+08:00 + 2023-04-18T15:54:20+08:00 diff --git a/zh/_posts/index.xml b/zh/_posts/index.xml index c665116..60590b6 100644 --- a/zh/_posts/index.xml +++ b/zh/_posts/index.xml @@ -106,11 +106,13 @@ c[cssFlag]: For example, "c12" will apply the third and fourth /zh/tips/ 免魔法直接使用newbing (chatgpt) 总要求:长按底部"PC"按钮选择user-agent为"edge"。用户需登录微软网站比如cn.bing.com,帐号已经开通newbing。 -方法1: bingChat & Write自带魔法直接界面 -要求: 安装界面html -勾选选项“使用离线缓存”, "使用hosts" +方法1: +点击一键安装必应AI +或者分步安装: +安装界面html, bingChat & Write自带魔法直接界面 hosts文件内添加一行(允许发送cookie至魔法url): Click to append to "hosts", edit the last part as magic url domain +使用: 勾选选项“使用离线缓存”, "使用hosts" 点击界面入口 可配置魔法url, 上述hosts文件作相应修改。 详情 方法2: 可以采用超级书签/直接界面+脚本+hosts。 diff --git a/zh/index.xml b/zh/index.xml index c63a7c5..2fe444f 100644 --- a/zh/index.xml +++ b/zh/index.xml @@ -106,11 +106,13 @@ c[cssFlag]: For example, "c12" will apply the third and fourth /zh/tips/ 免魔法直接使用newbing (chatgpt) 总要求:长按底部"PC"按钮选择user-agent为"edge"。用户需登录微软网站比如cn.bing.com,帐号已经开通newbing。 -方法1: bingChat & Write自带魔法直接界面 -要求: 安装界面html -勾选选项“使用离线缓存”, "使用hosts" +方法1: +点击一键安装必应AI +或者分步安装: +安装界面html, bingChat & Write自带魔法直接界面 hosts文件内添加一行(允许发送cookie至魔法url): Click to append to "hosts", edit the last part as magic url domain +使用: 勾选选项“使用离线缓存”, "使用hosts" 点击界面入口 可配置魔法url, 上述hosts文件作相应修改。 详情 方法2: 可以采用超级书签/直接界面+脚本+hosts。 diff --git a/zh/sitemap.xml b/zh/sitemap.xml index c78e7b8..7cee64d 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> /zh/_posts/ - 2023-04-17T11:14:55+08:00 + 2023-04-18T15:54:20+08:00 /zh/ - 2023-04-17T11:14:55+08:00 + 2023-04-18T15:54:20+08:00 /zh/tips/ - 2023-04-17T07:39:29+08:00 + 2023-04-18T15:54:20+08:00
    • -

      方法1: bingChat & Write自带魔法直接界面
      -要求: 安装界面html
      -勾选选项“使用离线缓存”, "使用hosts"

      +

      方法1:

      + +
    • 方法2: 可以采用超级书签/直接界面+脚本+hosts。
      其中超级书签固定bingchat入口。
      @@ -85,8 +95,8 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA 配置文件列表中直接点击文件名即可编辑。

      -

      Last Modified: 17 April 2023
      -add mimetype uwebA
      +

      Last Modified: 18 April 2023
      +support bundled installation