Make ChatGPT scrollable with keyboard

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

Ini adalah semua versi dari skrip ini. Hanya tampilkan versi yang kodenya telah diubah.

  • v2024-09-01 01 September 2024

    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 01 September 2024

    fix: run mutation observer only on load.

  • v2024-09-01 01 September 2024

    further debugging not working script

  • v2024-09-01 01 September 2024

    fix: typos in debugging outputs

  • v2024-09-01 01 September 2024

    fix: trying to figure out why script stopped working

  • v2024-07-14 01 September 2024

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

  • v2024-07-14 14 Juli 2024

    giveup

  • v2024-07-14 14 Juli 2024

    minor change to trigger publish

  • v2024-07-01 13 Juli 2024

    added webhook to publish to greasyfork

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

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

  • v2024-05-07 07 Mei 2024

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

  • v2024-03-27 27 Maret 2024