chatgpt url updated

This commit is contained in:
Mic 2024-05-15 22:55:21 +02:00
parent faa40384d6
commit fc14199a48
2 changed files with 2 additions and 2 deletions

View file

@ -301,7 +301,7 @@ function operation_done(){
}
function checkLoggedIn(){
return !window.location.href.startsWith('https://chat.openai.com/auth/');
return !window.location.href.startsWith('https://chatgpt.com/auth/');
}
function showCustomTextField(){

View file

@ -136,7 +136,7 @@ async function openChatGPT(promptText, action, curr_tabId, do_custom_text = 0) {
return;
}
let newWindow = await browser.windows.create({
url: "https://chat.openai.com",
url: "https://chatgpt.com",
type: "popup",
width: prefs.chatgpt_win_width,
height: prefs.chatgpt_win_height