Created
January 21, 2023 19:46
-
-
Save l3dlp/e91e5f9f8228cf932e236ef66673b867 to your computer and use it in GitHub Desktop.
ChatGPT "Please continue..." Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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