Greasy Fork

来自缓存

Greasy Fork is available in English.

My Prompt

优化工作流程,将人工智能变为您的专属助手!将所有提示保存并整理至个人库。探索动态提示模式,创建交互式提示。借助AI增强功能,将简单提示提升至专业水准,并自动附加常用文件。完美适用于提升在ChatGPT、Gemini、Grok、DeepSeek等大语言模型上的生产力。

< 脚本 My Prompt 的反馈

评价:好评 - 脚本运行良好

§
发布于:2026-03-03

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?

OHAS作者
§
发布于:2026-03-03

Hello! To be able to help you, I need some fundamental information to isolate the cause:

Required Information

  • Platform in Use: On which specific site is the error occurring? Ex: Gemini, ChatGPT...
  • Script Manager: Which extension do you use to run scripts in your browser?
  • Script Conflicts: Do you have other user scripts active on the same page?

Checks in Chrome

As you mentioned it never worked in Chrome, the problem is usually a security permission of the browser itself. Follow these steps:

  1. Access the Chrome extensions page.
  2. Locate your script manager and click on Details.
  3. Make sure the Allow user scripts option is enabled.
  4. Check if Developer mode (in the upper right corner of the extensions page) is turned on.

Procedure for Firefox

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:

  • Full Backup: Go to the ⚙️ Settings > Backup > Export File menu. This will save all your current settings.
  • Prompt Backup: If you prefer to save only your prompts, go to Prompt List > Export Prompt > JSON.

After ensuring the backup, remove the script and install it again.

§
发布于:2026-03-04

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.

§
发布于:2026-03-04

I see this, but not functionality)

OHAS作者
§
发布于:2026-03-04

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.

  • In the script's metadata, change // @run-at document-end to // @run-at document-idle
  • Install the script in another browser to test: Edge and Brave

Do that and tell me what happens.

Other questions that might help me discover the problem:

  1. Can you access the settings option? ⚙️ Settings
  2. Do notifications appear? 🔔 Notifications
  3. Did you add the 1000 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

§
发布于:2026-03-13

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.

OHAS作者
§
发布于:2026-03-13

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.chat

Media Distribution and Notifications:

  • files.catbox.moe | i.ibb.co | cdn.streamain.com: Image and video hosting
  • gist.github.com: Technical data repository

Interface and System Resources (UI/UX):

  • fonts.googleapis.com | fonts.gstatic.com: System typography
  • cdn.jsdelivr.net: Loading system CSS, icons, and languages.
§
发布于:2026-03-13

Thank you!
Love your script

发布留言

登录以发布留言。