Greasy Fork

Greasy Fork is available in English.

My Prompt

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

< 脚本 My Prompt 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2026-01-29

The script uses many common characters and syntax for dynamic-prompt that make writing highly detailed, well-structured guidelines and requirements for prompt very tiresome with many #ignore ... #end or \[\].
Can the userscript have an option to toggle the default so all prompt's text is ignored, only block with #dynamic ... #end are dynamical?

OHAS作者
§
发布于:2026-01-29

Sorry, I didn't quite understand the problem. 🤔

By default, the dynamic prompt is already disabled; it only works if you enable the dynamic prompt switch, so your text is already protected.

And if you are using dynamic mode and want to protect a text, simply enclose the entire block with #ignore. E.g:

###ignore
[Lorem] ipsum dolor [sit] amet, consectetur [adipiscing] elit.
[Sed] do eiusmod [tempor] incididunt ut [labore] et dolore [magna] aliqua.
[Ut] enim ad [minim] veniam, quis [nostrud] exercitation [ullamco] laboris [nisi] ut aliquip [ex] ea commodo [consequat].
###end

You can open a region with as many hashtags as you want, but you need to close it with the same number of hashtags. E.g.: ###ignore....###end or ###start...###end

Another tip is that you can start multiple choice blocks in the same region; you don't need to open several, just enter the title. Ex:

###start
# Example 1
- [A]
- [B]
- [C]

# Example 2
+ [D]
+ [E]
+ [F]

# Example 3
1 [H]
1 [I]
1 [J]
###end

To assist with typing, keep the "Smart Text Prediction" mode enabled. It is located in the advanced settings. This mode makes it easier to use syntaxes, as it completes them automatically. You can select text and apply the syntax, including the ignore and end regions, but ensure Caps Lock is off before inserting. I will make a video demonstrating how to use it to help you better.

发布留言

登录以发布留言。