scroll to bottom fixed in chatgpt web interface

This commit is contained in:
Mic 2025-06-12 23:35:00 +02:00
parent 3e09d1be61
commit ec4bd3c366

View file

@ -99,7 +99,7 @@ function chatgpt_getRegenerateButton() {
function chatpgt_scrollToBottom () {
try {
//document.querySelector('button[class*="cursor"][class*="bottom"]').click();
document.querySelector('path[d^="M12 21C11.7348"]')?.parentNode?.parentNode?.click();
document.querySelector('path[d^="M9.33468 3.33333C9.33468 2.96617"]')?.parentNode?.parentNode?.click();
}
catch (err) { console.error('[ThunderAI] ', err); }
}
@ -371,7 +371,6 @@ function checkGPTModel(model) {
});
}
function operation_done(){
let curr_msg = document.getElementById('mzta-curr_msg');
curr_msg.textContent = browser.i18n.getMessage("chatgpt_win_job_completed");