From 5ac3af75bca40648a3bcf29329c79dca8a45250f Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Thu, 2 Jan 2025 13:33:52 -0800 Subject: [PATCH] =?UTF-8?q?Moved=20`no-user-select`=20to=20start=20of=20cl?= =?UTF-8?q?asslist=20in=20`modals.init()`=20to=20support=20future=20`$=3D-?= =?UTF-8?q?modal`=20CSS=20selectors=20=E2=86=9E=20[auto-sync=20from=20http?= =?UTF-8?q?s://github.com/adamlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/autoclear-chatgpt-history.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/greasemonkey/autoclear-chatgpt-history.user.js b/greasemonkey/autoclear-chatgpt-history.user.js index 35e71aa7..9cbbfa05 100644 --- a/greasemonkey/autoclear-chatgpt-history.user.js +++ b/greasemonkey/autoclear-chatgpt-history.user.js @@ -225,7 +225,7 @@ // @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2025.1.1.5 +// @version 2025.1.2 // @license MIT // @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef // @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef @@ -500,7 +500,7 @@ init(modal) { if (!this.styles) this.stylize() // to init/append stylesheet - modal.classList.add(this.class, 'no-user-select') ; modal.parentNode.classList.add(`${this.class}-bg`) + modal.classList.add('no-user-select', this.class) ; modal.parentNode.classList.add(`${this.class}-bg`) fillStarryBG(modal) // add starry bg },