Skip to content

Commit 67f0d75

Browse files
committed
Bumped app.<latestResourceCommitHash|msgs> ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent e7a81bc commit 67f0d75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chatgpt/chatgpt-widescreen/chatgpt-widescreen-mode.user.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236236
// @author Adam Lui
237237
// @namespace https://github.com/adamlui
238-
// @version 2025.5.13.3
238+
// @version 2025.5.13.4
239239
// @license MIT
240240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
@@ -320,7 +320,7 @@
320320
window.app = {
321321
version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
322322
chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
323-
latestResourceCommitHash: '11ab3d0' // for cached <app|messages>.json + sites.json5
323+
latestResourceCommitHash: '2572ae9' // for cached <app|messages>.json + sites.json5
324324
}
325325
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
326326
const remoteAppData = await new Promise(resolve => xhr({
@@ -365,6 +365,7 @@
365365
mode_widescreen: 'Wide screen',
366366
mode_fullWindow: 'Full-window',
367367
mode_fullscreen: 'Full screen',
368+
mode_toast: 'Toast Mode',
368369
tooltip_widescreenON: 'Wide screen',
369370
tooltip_widescreenOFF: 'Exit wide screen',
370371
tooltip_fullWindowON: 'Full-window mode',
@@ -386,6 +387,7 @@
386387
helptip_btnVisibility: 'Show custom buttons in chatbar',
387388
helptip_modeNotifs: 'Show notifications when toggling modes/settings',
388389
helptip_notifBottom: 'Anchor notifications to bottom of screen',
390+
helptip_toastMode: 'Shrink/center notifications into toast bubbles',
389391
helptip_blockSpam: 'Hide spam banners from cluttering the page',
390392
helptip_pageSettings: 'Control the appearance of the page',
391393
helptip_chatbarSettings: 'Control the appearance of the chatbar',

0 commit comments

Comments
 (0)