Greasy Fork is available in English.

Make ChatGPT scrollable with keyboard

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Alexander Yaremchuk
1日のインストール数
1
累計インストール数
8
評価
0 0 0
バージョン
2024-05-07
作成日
2024/03/27
更新日
2024/05/07
ライセンス
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.