Make ChatGPT scrollable with keyboard

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

queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.

  • v2024-09-01 01/09/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/09/2024

    fix: run mutation observer only on load.

  • v2024-09-01 01/09/2024

    further debugging not working script

  • v2024-09-01 01/09/2024

    fix: typos in debugging outputs

  • v2024-09-01 01/09/2024

    fix: trying to figure out why script stopped working

  • v2024-07-14 01/09/2024

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

  • v2024-07-14 14/07/2024

    minor change to trigger publish

  • v2024-07-01 13/07/2024

    added webhook to publish to greasyfork

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

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

  • v2024-05-07 07/05/2024

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

  • v2024-03-27 27/03/2024