显示 ChatGPT 历史对话时间 与 实时对话时间的 Tampermonkey 插件。
Aquí están todas las versiones de este script. Mostrar únicamente las versiones en las que hubo cambios de código.
- **v2.0.2 - 2024-07-29 02:11:47** - **优化**:统一访问 GitHub 部署的资源 - **新功能**:支持分享界面的时间显示 - **修复**:完善提示词的语法提示,并提供中英双版本 - **新增**:提供英文文档 - **优化**:提供更多菜单项,方便用户查看文档、反馈等---- **v2.0.2 - 2024-07-29 02:11:53** - **Optimization**: Unified access to resources hosted on GitHub. - **New Feature**: Support for displaying time on shared interfaces. - **Fix**: Improve the grammatical hints of prompt words, and provide both Chinese and English versions. - **New**: Provide English documentation - **Optimization**: provide more menu items for users to view documents, feedback, etc.
window.beforeCreateTimeTag(messageId, timeTagHTML)
window.afterCreateTimeTag(messageId, timeTagNode)
- v1.2.1 - 2024-05-04 14:33:12 - 修复:ChatGPT 更新域名- v1.2.0 - 2024-05-03 21:26:43 - 优化:限制每次渲染时间标签的次数以及总时长,避免页面卡顿 - 优化:设置时间标签渲染函数异步执行,避免阻塞页面渲染 - 优化:修改 Fetch 劫持 URL 匹配规则,更加精确以免干扰其他请求。并在 URL 匹配成功时才进行具体的劫持操作 - 优化:选择模板时直接显示时间格式的示例,而不是冰冷的模板HTML字符串 - 新功能:添加更多时间格式的元素,例如星期、月份(英文)等 - 新功能:添加更多时间格式化规则,例如 12 小时制、24 小时制等 - 新功能:提供自定义样式的 HTML、CSS、JavaScript 的代码编辑器与注入系统 - 新功能:提供创建时间标签的生命周期钩子函数 `window.beforeCreateTimeTag(messageId, timeTagHTML)` 和 `window.afterCreateTimeTag(messageId, timeTagNode)`- v1.1.0 - 2024-05-02 17:50:04 - 添加更多时间格式的模板