Make ChatGPT scrollable with keyboard

This app makes it scrollable by setting tabindex to outer div making it focusable

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Alexander Yaremchuk
일일 설치수
0
총 설치수
89
평점
0 0 1
버전
2024-09-01
생성
2024-03-27
갱신
2024-09-01
크기
1.74KB
라이선스
MIT
동작 사이트

Fix ChatGPT html so it is scrollable with the keyboard

To fix the issue the div with text needs to become focusable (it isn't as how they made it). To do it we add tabindex="0" to the div containing all the answers.

Additional things are added to the script to

  • make it run when the content is loaded
  • make it run again when user navigates the chats.