Skip to content

Commit 11e1048

Browse files
committed
1 parent 9653c9d commit 11e1048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221221
// @author Adam Lui
222222
// @namespace https://github.com/adamlui
223-
// @version 2025.1.18.1
223+
// @version 2025.1.19
224224
// @license MIT
225225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226226
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
@@ -282,7 +282,7 @@
282282

283283
// Init APP data
284284
const app = {
285-
name: 'ChatGPT Auto Refresh', version: GM_info.script.version, symbol: '↻', cssPrefix: 'chatgpt-auto-refresh',
285+
name: 'ChatGPT Auto Refresh', version: GM_info.script.version, symbol: '↻', slug: 'chatgpt-auto-refresh',
286286
configKeyPrefix: 'chatGPTautoRefresh', chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
287287
author: { name: 'Adam Lui', url: 'https://github.com/adamlui' },
288288
urls: {
@@ -521,7 +521,7 @@
521521

522522
const modals = {
523523
stack: [], // of types of undismissed modals
524-
class: `${app.cssPrefix}-modal`,
524+
class: `${app.slug}-modal`,
525525

526526
alert(title = '', msg = '', btns = '', checkbox = '', width = '') { // generic one from chatgpt.alert()
527527
const alertID = chatgpt.alert(title, msg, btns, checkbox, width),
@@ -798,7 +798,7 @@
798798
const toggles = {
799799

800800
sidebar: {
801-
class: `${app.cssPrefix}-sidebar-toggle`,
801+
class: `${app.slug}-sidebar-toggle`,
802802

803803
create() {
804804

0 commit comments

Comments
 (0)