autoscroll to bottom fixed in chatgpt web interface integration
This commit is contained in:
parent
b63dfdc247
commit
032bd37cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function chatgpt_getRegenerateButton() {
|
||||||
function chatpgt_scrollToBottom () {
|
function chatpgt_scrollToBottom () {
|
||||||
try {
|
try {
|
||||||
//document.querySelector('button[class*="cursor"][class*="bottom"]').click();
|
//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"]')?.parentNode?.parentNode?.click();
|
||||||
}
|
}
|
||||||
catch (err) { console.error('[ThunderAI] ', err); }
|
catch (err) { console.error('[ThunderAI] ', err); }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue