Make ChatGPT scrollable with keyboard

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

Tekijä
Alexander Yaremchuk
Päivittäiset asennukset
0
Asennuskerrat
89
Arvostelut
0 0 1
Versio
2024-09-01
Luotu
27.3.2024
Päivitetty
1.9.2024
Size
1,74 kt
Lisenssi
MIT
Käytössä

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.