Greasy Fork is available in English.
优化工作流程,将人工智能变为您的专属助手!将所有提示保存并整理至个人库。探索动态提示模式,创建交互式提示。借助AI增强功能,将简单提示提升至专业水准,并自动附加常用文件。完美适用于提升在ChatGPT、Gemini、Grok、DeepSeek等大语言模型上的生产力。
Hello! To be able to help you, I need some fundamental information to isolate the cause:
As you mentioned it never worked in Chrome, the problem is usually a security permission of the browser itself. Follow these steps:
Since the error started in version 5.5, I recommend performing a clean reinstallation. Before uninstalling, it is essential to ensure you do not lose your data:
⚙️ Settings > Backup > Export File menu. This will save all your current settings.Prompt List > Export Prompt > JSON.After ensuring the backup, remove the script and install it again.
Thank you for fast reaction!
1. ChatGPT, Gemini, Claude, Grok.
2. TamperMonkey 5.4.1 Google Chrome and Firefox.
3. No.
For Chrome - another script working good. This is not working. I dont know why.
For Firefox - reinstalled several times. No reaction.
It looks like it works in background, because I'm receiving popups with information and instructions. But the button for selecting a prompt or for switching answers in the dialog with AI is not displayed.
So strange
When I open the GPT or Gemini page, the icon next to the send message button in chrome flickers for a second and then disappears.
That's strange.
It's working normally here in both Firefox and Chromium browsers; I even tested it on another device, and it's working fine... Since no one else has reported this problem to me, everything indicates that it's an isolated issue on your end. 🤔
Let's test a few things.
// @run-at document-end to // @run-at document-idleDo that and tell me what happens.
Other questions that might help me discover the problem:
⚙️ Settings🔔 Notifications1000 Users celebration theme to the script? If so, delete it (just right-click on the theme) and tell me if anything went back to normal.Remember to use the platforms WHILE LOGGED IN
I may have found the reason. After each update in Firefox, the plugin did not start, but if I disable the DNS filter and refresh the page, the plugin starts working. At the same time, turning the DNS filter back on does not break the work. That is, the plugin cannot receive something on the first launch, which my filter regards as malicious connections.
It worked the same way in chrome when the filter was turned off, but only after version 5.9, I did not check on earlier ones.
Can you tell me where the plugin goes to launch and what are these resources? I'll add exceptions for them.
That makes sense. We identified that the domain file.garden, used to host assets until version 5.4, was triggering alerts in firewall systems and DNS filters. This feature was completely removed and replaced in version 5.7.
To configure exceptions in your DNS filter, you can refer directly to the @connect directives in the script’s metadata. Below is the exact snippet for reference:
// @connect generativelanguage.googleapis.com
// @connect fonts.googleapis.com
// @connect fonts.gstatic.com
// @connect cdn.streamain.com
// @connect files.catbox.moe
// @connect api.longcat.chat
// @connect cdn.jsdelivr.net
// @connect gist.github.com
// @connect openrouter.ai
// @connect api.groq.com
// @connect i.ibb.co
Below, the domains are grouped by their technical purpose to simplify firewall rule management:
AI Enhancement (LLM Providers):
generativelanguage.googleapis.com | openrouter.ai | api.groq.com | api.longcat.chatMedia Distribution and Notifications:
files.catbox.moe | i.ibb.co | cdn.streamain.com: Image and video hostinggist.github.com: Technical data repositoryInterface and System Resources (UI/UX):
fonts.googleapis.com | fonts.gstatic.com: System typographycdn.jsdelivr.net: Loading system CSS, icons, and languages.Thank you!
Love your script
Stopped working in Firefox since the 5.5 update. Nothing appears on the page, and the hotkeys don’t respond.
Before 5.5 it worked fine.
In Chrome it didn’t work before, and it still doesn’t.
What could be the problem? Maybe something is wrong on my end?