KeepChatGPT icon indicating copy to clipboard operation
KeepChatGPT copied to clipboard

今天页面又更新了,插件又失效了

Open energyc99 opened this issue 1 year ago • 16 comments

energyc99 avatar Nov 07 '23 00:11 energyc99

作者应该已经知道了,估计忙着更新了,这次界面变动挺大的

Realybig avatar Nov 07 '23 01:11 Realybig

更新到18.5试试

xcanwin avatar Nov 07 '23 01:11 xcanwin

plus用户更新了界面,非订阅则没有 Snipaste_2023-11-07_10-07-18

hwb-321 avatar Nov 07 '23 02:11 hwb-321

上上个月刚退订plus,感觉面向个人用户gpt4降智了,回复答案的错误率比gpt3.5稍微低一点点,没以前那么聪明。 大家可以发首页的html代码和聊天页面的html代码。也欢迎朋友们提交PR~

xcanwin avatar Nov 07 '23 02:11 xcanwin

上上个月刚退订plus,感觉面向个人用户gpt4降智了,回复答案的错误率比gpt3.5稍微低一点点,没以前那么聪明。 大家可以发首页的html代码和聊天页面的html代码。也欢迎朋友们提交PR~

大佬 这是首页的 [

  <meta charSet="utf-8"/>ChatGPT
ChatGPT
](url)

all-in-agent avatar Nov 07 '23 03:11 all-in-agent

上上个月刚退订plus,感觉面向个人用户gpt4降智了,回复答案的错误率比gpt3.5稍微低一点点,没以前那么聪明。 大家可以发首页的html代码和聊天页面的html代码。也欢迎朋友们提交PR~

大佬 这是首页的 [

没复制全,分享一个小技巧。 你关闭所有chatgpt插件,然后在chatgpt页面执行js代码:

prompt(0,document.documentElement.innerHTML) 

然后复制弹窗里的html源码

我拿到html源码就可以执行js代码:

document.documentElement.innerHTML=prompt() 

然后粘贴你的html源码,就可以看样式了

xcanwin avatar Nov 07 '23 04:11 xcanwin

上上个月刚退订plus,感觉面向个人用户gpt4降智了,回复答案的错误率比gpt3.5稍微低一点点,没以前那么聪明。 大家可以发首页的html代码和聊天页面的html代码。也欢迎朋友们提交PR~

大佬 这是首页的 [

没复制全,分享一个小技巧。 你关闭所有chatgpt插件,然后在chatgpt页面执行js代码:

prompt(0,document.documentElement.innerHTML) 

然后复制弹窗里的html源码

我拿到html源码就可以执行js代码:

document.documentElement.innerHTML=prompt() 

然后粘贴你的html源码,就可以看样式了

`

animation: intercom-lightweight-app-messenger 250ms cubic-bezier(0, 1, 1, 1); transform-origin: bottom right; width: 400px; height: calc(100% - 40px); max-height: 704px; min-height: 250px; right: 20px; bottom: 20px; box-shadow: 0 5px 40px rgba(0,0,0,0.16); border-radius: 16px;

}

.intercom-lightweight-app-messenger-header { height: 64px; border-bottom: none; background: #202123

}

.intercom-lightweight-app-messenger-footer{ position:absolute; bottom:0; width: 100%; height: 80px; background: #fff; font-size: 14px; line-height: 21px; border-top: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);

}

@media print { .intercom-lightweight-app { display: none; } } `

energyc99 avatar Nov 07 '23 06:11 energyc99

以下脚本能在新界面实现“展示大屏”功能,但可能导致部分内容的排版可能不太美观,可以暂时用用

// ==UserScript==
// @name             展示大屏临时替代脚本
// @description      Automatically adjusts the max-width for ChatGPT interface on large screens.
// @namespace        http://tampermonkey.net/
// @version          1.0
// @author           YourName
// @match            https://chat.openai.com/*
// @grant            GM_addStyle
// @run-at           document-start
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle(`
      @media (min-width: 1280px) {
        .gizmo .gizmo\\:xl\\:max-w-\\[48rem\\] {
          max-width: 100% !important;
        }
      }
    `);
})();

image

hwb-321 avatar Nov 07 '23 16:11 hwb-321

上上个月刚退订plus,感觉面向个人用户gpt4降智了,回复答案的错误率比gpt3.5稍微低一点点,没以前那么聪明。 大家可以发首页的html代码和聊天页面的html代码。也欢迎朋友们提交PR~

大佬 这是首页的 [

没复制全,分享一个小技巧。 你关闭所有chatgpt插件,然后在chatgpt页面执行js代码:

prompt(0,document.documentElement.innerHTML) 

然后复制弹窗里的html源码

我拿到html源码就可以执行js代码:

document.documentElement.innerHTML=prompt() 

然后粘贴你的html源码,就可以看样式了


width: 400px; height: calc(100% - 40px); max-height: 704px; min-height: 250px; right: 20px; bottom: 20px; box-shadow: 0 5px 40px rgba(0,0,0,0.16); border-radius: 16px;

}

.intercom-lightweight-app-messenger-header { height: 64px; border-bottom: none; background: #202123

}

.intercom-lightweight-app-messenger-footer{ position:absolute; bottom:0; width: 100%; height: 80px; background: #fff; font-size: 14px; line-height: 21px; border-top: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);

}

@media print { .intercom-lightweight-app { display: none; } }

all-in-agent avatar Nov 08 '23 03:11 all-in-agent

你们的浏览器好像自动缩短了长文本,自动隐藏了大量的html代码。 换个方法,这样操作,对着最顶部的标签也就是第二行,右键,复制,复制outerHTML 图片

xcanwin avatar Nov 09 '23 02:11 xcanwin

你们的浏览器好像自动缩短了长文本,自动隐藏了大量的html代码。 换个方法,这样操作,对着最顶部的标签也就是第二行,右键,复制,复制outerHTML 图片

帮助用户需求

Chat history

energyc99 avatar Nov 10 '23 00:11 energyc99

周末花了些时间调试了大家反馈的需求,大家试试版本v19.1

xcanwin avatar Nov 11 '23 11:11 xcanwin

3.5今天也更新了界面

ShellMars avatar Nov 16 '23 03:11 ShellMars

3.5今天也更新了界面

试试19.6

xcanwin avatar Nov 16 '23 04:11 xcanwin

Chrome 21.4版本昨天更新的,展示大屏失效,只能把底下的输入框变宽,上面的文字没有反应

longxiaotian799 avatar Nov 28 '23 01:11 longxiaotian799

Chrome 21.4版本昨天更新的,展示大屏失效,只能把底下的输入框变宽,上面的文字没有反应

谢谢反馈,已在21.5更新修复

xcanwin avatar Nov 28 '23 02:11 xcanwin