您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Improve version of ChatGPT Notepad With ability to browse and load prompt easily
当前为
This code are improvemnt of ChatGPT unofficial notepad, it creates a notepad-like interface that allows you to have multiple text windows. Each window has a title and a text area where you can type and save text. Here's how it works:
It starts by creating a floating window on the screen where the notepads will appear.
It creates a specified number of text windows (in this case, 10) and hides them initially.
For each text window, it creates a title input field and a text area where you can write and save your text. It also saves the title and text content in the browser's localStorage, so when you reopen the page, your saved content will be restored.
It creates a dropdown menu that shows the titles of all the text windows. When you select a title from the dropdown menu, the corresponding text window is displayed, and the previously displayed window is hidden.
It creates a "Load to ChatGPT" button. When you click this button, the text from the currently displayed text window is loaded into a ChatGPT textbox on the page. This allows you to transfer the text from the notepad to the ChatGPT.
Finally, it creates a "Show Credits" button. When you click this button, it displays a message showing the credits for the original developers of the ChatGPT-based notepad.