mirror of
https://codeberg.org/ashley/poke
synced 2026-03-06 21:27:59 +00:00
Update html/search.ejs
This commit is contained in:
@@ -1058,7 +1058,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/chat?query=${encodeURIComponent(userQuery)}`;
|
||||
window.location.href = `https://chatgpt.com/?q=${encodeURIComponent(userQuery)}`;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user