您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Improved version of ChatGPT Notepad with the ability to browse and load prompts easily
当前为
This code are improvement of ChatGPT unofficial notepad (https://greasyforks.org/en/scripts/466476-chatgpt-unofficial-notepad), it creates a notepad-like interface that allows you to have multiple text windows.Menu are dropdown, Each Note has title that can be edit, text area where you can type text and automaticaly save and one click button to load content of note to chatgpt textbox. Very good tool if you do Multi Prompt task or JB.
GITHUB : https://github.com/tukangcode/ChatGPT-Prompt-maneger
Current feature
Dropdown Menu
Custom note; need more notes? you can modify script to increase Notepad windows
File naming, Not need confuse and check every note, cause now you can give the name to your note
Tired copy-paste? No problem just Click Load To ChatGPT
Save your note individually.
Show and hide windows with keyboard button ALT+P
Limitation
You Still need click textbox to be able use Enter function to send message
Android User(firefox,safari,etc) may found this script bit useless
It may conflicted with other Script so watch out and look up.
You clean your web browser cache, your note also will get delete
Any question ? give comment here.
Made in 12 hours modifed Original script and asking chatgpt help :-)
Instruction to increase number of your notepad
1. Open you Tamper monkey dashboard or go to script on extension sidebar click script and click edit
2. Go to Line number 17 find this code var numWindows = 10; // Number of text windows
3. Modified number 10 as many you need.