Organisieren und greifen Sie schnell und einfach auf Ihre benutzerdefinierten Prompts zu. Verwenden Sie dynamische Prompts, um interaktive Informationen einzufügen und Ihre Prompts an jede Situation anzupassen. Kompatibel mit: ChatGPT, Gemini, DeepSeek, Google AI Studio, Doubao, Claude, Kimi, Qwen, Grok, Mistral, LMArena, LongCat, Z.AI, Perplexity, Poe, Tencent Yuanbao und ChatGLM.
< Rückmeldungen auf Mein Prompt
Could you make search functionality?
Great idea! Do you intend to have a function like sync with Google Drive, OneDrive or other services in the future?
I’m currently exploring this possibility. My plan is to release an update focused on the import/export feature, bringing significant improvements and offering users more options. Google Drive synchronization is one of the functionalities I intend to add in the future. I don’t know how to implement it yet, but I’m already researching and preparing to include this feature.
Could you make search functionality?
Are you referring to a search mode to find prompts more easily? If so, that’s definitely possible. I’ll likely include this feature in a future update, along with filters and categories, to make everything even more organized and easier to navigate.
would you relocate "add prompt" to "export" and "import" (1 row instead of 2 rows currently). It will makes appearance much more simple.
You just gave me an even better idea. I also like a minimalist design, so I think I’ll change these 3 buttons to use icons instead of text. I’ll separate them into columns {export}|{add prompt}|{import} on the same row; I think the appearance will look even better that way. Maybe I’ll also take the opportunity to change the delete and edit buttons. I think I’ll definitely do that. Thanks!
I reckon that column should be {add prompt}|{export}|{import} because we use "add prompt" more than the others.
I prefer this formatting {export}|{add prompt}|{import} because it's visually more organized, with {add prompt} being the main button right in the center; maybe I'll even make it a bit larger and more prominent.
Ok. Love your video with new appearance.
By the way, could you test my script AI Conversation Navigator ?
It works normally on Firefox, but it breaks in Chrome when used with Gemini and AIStudio.
I liked it; it's very useful for long conversations, making it easy to stay organized and not miss important interactions. Google AI Studio already offers native support for this, so I recommend not focusing on it and moving to other platforms. It seems that in Gemini, your script correctly identifies and lists the user's prompts, but it can't just go to the prompt without reloading the page; you need to find a way to force this without needing to reload the page.
Thanks for your kind advice. I will find another way for Gemnini with some special functions.
In my environment, the script is working normally. What happens is that it is only executed after the page finishes loading completely // @run-at document-end. Since ChatGPT has been taking quite a long time to load lately, the button may appear and then disappear — unfortunately, this is out of my control.
Another important point: the situation changes if you are using the ChatGPT Pro version. I cannot perform tests on this version because I do not have a paid account. Therefore, script support is guaranteed only for the Free and Business versions (when you are logged into your account). However, I cannot validate the functionality on the Go, Plus, and Pro versions.
Try reloading the page using CTRL+SHIFT+R and see if it starts working again.
If the problem persists, I will try to find a solution to resolve it, but it appears that the script is working normally.
I believe this bug isn’t related to ChatGPT Pro or Go. I discovered that when I disabled my userscript, AI Conversation Navigator, everything worked normally. Interestingly, this issue doesn’t appear in Gemini, which is quite strange.
I tested it with your script, and it is working normally. Change the order of the scripts; place "My Prompt" above "AI Conversation Navigator," and it should work normally. This way, "My Prompt" will execute first. That is probably the issue you were facing.
Read: Does the order (UserScripts position) in Tampermonkey make a difference?
Oh, the order is very important in this case. I’ve already added document-idle to my script, and it works normally. However, this is only a temporary solution because your button still disappears when users click on a conversation tile without refreshing the website.
I tried increasing the timeout in the “AI Conversation Navigator” script to give “My Prompt” more time to finish its task before the “AI Conversation Navigator” starts modifying the DOM again. It works perfectly.
Great idea! Do you intend to have a function like sync with Google Drive, OneDrive or other services in the future?