Skip to content

Instantly share code, notes, and snippets.

@l3dlp
Created January 21, 2023 19:46
Show Gist options
  • Save l3dlp/e91e5f9f8228cf932e236ef66673b867 to your computer and use it in GitHub Desktop.
Save l3dlp/e91e5f9f8228cf932e236ef66673b867 to your computer and use it in GitHub Desktop.
ChatGPT "Please continue..." Bookmarklet
javascript:e=document.querySelector("textarea");if(e){e.value = "please continue where you stopped";let t = e.nextElementSibling; if(t && t.tagName === "BUTTON") t.click()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment