Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 343 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 343 Bytes

chatscroll

Ultimate goal of this project is to make chatGPT site scrollable with keyboard.

It is implemented as a JS to be used with TamperMonkey. It is supposed to be published to GreasyFork and be taken from there.

Essentially this script adds tabindex = 1 to the div containing all the answers which makes it scrollable with keyboard.