From eea04e936e8a4e66d79441830a9a6b55dd060882 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sun, 20 Oct 2024 06:47:24 -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-refresh`?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js b/chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js index b6a07f773..7224983b4 100644 --- a/chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js +++ b/chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js @@ -220,7 +220,7 @@ // @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT. // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.10.20 +// @version 2024.10.20.1 // @license MIT // @match *://chatgpt.com/* // @match *://chat.openai.com/* @@ -636,7 +636,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