From 029716a0d8ddd909363244bf5cd9202f109232bf Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 4 Oct 2025 09:57:17 +0200 Subject: [PATCH] Update html/search.ejs --- html/search.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/search.ejs b/html/search.ejs index 5d49205e..4fba6d56 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -886,7 +886,7 @@ function extractQueryFromUpsellMessage(message) { askBtn.addEventListener('click', () => { const userQuery = prompt('What would you like to ask ChatGPT?'); if (userQuery) { - window.location.href = `https://chatgpt.com/?q=${encodeURIComponent(userQuery)}`; + window.location.href = `/sex`; } }); })();