Skip to content

Commit 27653d5

Browse files
committed
1 parent 1d8356e commit 27653d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.1.18.1
228+
// @version 2025.1.19
229229
// @license MIT
230230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
@@ -487,7 +487,7 @@
487487

488488
const modals = {
489489
stack: [], // of types of undismissed modals
490-
class: `${app.cssPrefix}-modal`,
490+
class: `${app.slug}-modal`,
491491

492492
alert(title = '', msg = '', btns = '', checkbox = '', width = '') { // generic one from chatgpt.alert()
493493
const alertID = chatgpt.alert(title, msg, btns, checkbox, width),
@@ -764,7 +764,7 @@
764764
const toggles = {
765765

766766
sidebar: {
767-
class: `${app.cssPrefix}-sidebar-toggle`,
767+
class: `${app.slug}-sidebar-toggle`,
768768

769769
create() {
770770

0 commit comments

Comments
 (0)