|
235 | 235 | // @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
|
236 | 236 | // @author Adam Lui
|
237 | 237 | // @namespace https://github.com/adamlui
|
238 |
| -// @version 2025.5.13.3 |
| 238 | +// @version 2025.5.13.4 |
239 | 239 | // @license MIT
|
240 | 240 | // @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
|
241 | 241 | // @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
|
|
320 | 320 | window.app = {
|
321 | 321 | version: GM_info.script.version, configKeyPrefix: `${env.site} Widescreen`,
|
322 | 322 | 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 |
324 | 324 | }
|
325 | 325 | app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@${app.latestResourceCommitHash}`
|
326 | 326 | const remoteAppData = await new Promise(resolve => xhr({
|
|
365 | 365 | mode_widescreen: 'Wide screen',
|
366 | 366 | mode_fullWindow: 'Full-window',
|
367 | 367 | mode_fullscreen: 'Full screen',
|
| 368 | + mode_toast: 'Toast Mode', |
368 | 369 | tooltip_widescreenON: 'Wide screen',
|
369 | 370 | tooltip_widescreenOFF: 'Exit wide screen',
|
370 | 371 | tooltip_fullWindowON: 'Full-window mode',
|
|
386 | 387 | helptip_btnVisibility: 'Show custom buttons in chatbar',
|
387 | 388 | helptip_modeNotifs: 'Show notifications when toggling modes/settings',
|
388 | 389 | helptip_notifBottom: 'Anchor notifications to bottom of screen',
|
| 390 | + helptip_toastMode: 'Shrink/center notifications into toast bubbles', |
389 | 391 | helptip_blockSpam: 'Hide spam banners from cluttering the page',
|
390 | 392 | helptip_pageSettings: 'Control the appearance of the page',
|
391 | 393 | helptip_chatbarSettings: 'Control the appearance of the chatbar',
|
|
0 commit comments