Make ChatGPT scrollable with keyboard

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

Tác giả
Alexander Yaremchuk
Cài đặt hàng ngày
0
Số lần cài đặt
89
Đánh giá
0 0 1
Phiên bản
2024-09-01
Đã tạo
27-03-2024
Đã cập nhật
01-09-2024
Size
2 KB
Giấy phép
MIT
Áp dụng cho

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.