Make ChatGPT scrollable with keyboard

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

These are versions of this script where the code was updated. Show all versions.

  • v2024-09-01 2024-09-01

    fix: issue with opening chat by direct link

    setting up mutation observer synchronously in the script worked for opening root chatgpt.com but not for opening some dialog. now it waits 3 sec for the site to coplete loading and then BOTH subscription to mutation observer and modifying div for current page happens.

  • v2024-09-01 2024-09-01

    fix: run mutation observer only on load.

  • v2024-09-01 2024-09-01

    further debugging not working script

  • v2024-09-01 2024-09-01

    fix: typos in debugging outputs

  • v2024-09-01 2024-09-01

    fix: trying to figure out why script stopped working

  • v2024-07-14 2024-09-01

    chore: add diagnostics output, as it doesn't work again

  • v2024-07-14 2024-07-14

    minor change to trigger publish

  • v2024-07-01 2024-07-13

    added webhook to publish to greasyfork

  • v2024-07-01 2024-07-13 Imported from URL
  • v2024-07-01 2024-07-01

    target div's class has changed, changing the script accordingly

  • v2024-05-07 2024-05-07

    chatgpt's url changes from chatgpt.openai.com (or something) to chatgpt.com

  • v2024-03-27 2024-03-27