chatgpt url updated
This commit is contained in:
parent
faa40384d6
commit
fc14199a48
2 changed files with 2 additions and 2 deletions
|
|
@ -301,7 +301,7 @@ function operation_done(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkLoggedIn(){
|
function checkLoggedIn(){
|
||||||
return !window.location.href.startsWith('https://chat.openai.com/auth/');
|
return !window.location.href.startsWith('https://chatgpt.com/auth/');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showCustomTextField(){
|
function showCustomTextField(){
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ async function openChatGPT(promptText, action, curr_tabId, do_custom_text = 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let newWindow = await browser.windows.create({
|
let newWindow = await browser.windows.create({
|
||||||
url: "https://chat.openai.com",
|
url: "https://chatgpt.com",
|
||||||
type: "popup",
|
type: "popup",
|
||||||
width: prefs.chatgpt_win_width,
|
width: prefs.chatgpt_win_width,
|
||||||
height: prefs.chatgpt_win_height
|
height: prefs.chatgpt_win_height
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue