From 7bff820ecb2c38203361fee09dc9414fe8c84f04 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sun, 20 Oct 2024 06:47:43 -0700 Subject: [PATCH] =?UTF-8?q?Shortened=20`safeWinOpen()`=20=E2=86=9E=20[auto?= =?UTF-8?q?-sync=20from=20`adamlui/ai-web-extensions/chatgpt-auto-talk`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js b/chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js index ff8c5f064..c692cdeeb 100644 --- a/chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js +++ b/chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js @@ -225,7 +225,7 @@ // @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.10.20 +// @version 2024.10.20.1 // @license MIT // @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c // @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c @@ -565,7 +565,7 @@ } }, - safeWinOpen(url) { window.open(url, '_blank', 'noopener') } // to prevent backdoor vulnerabilities + safeWinOpen(url) { open(url, '_blank', 'noopener') } // to prevent backdoor vulnerabilities } // Define UI functions