Prompt Magnus AI 版本历史 - 2 个版本
Prompt Magnus AI 作者: Arv
Prompt Magnus AI 版本历史 - 2 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.3
发布于 2025年9月9日 - 706.48 KB适用于 firefox 102.0 及更高版本Summary of Changes
I've fixed the issue with prompt injection and paragraph spacing. Here's what was done:
Identified the Problem:
The previous implementation used textContent which doesn't preserve formatting like line breaks
Prompts contain newline characters (\n) for formatting that weren't being converted to proper line breaks
Implemented the Solution:
For textarea elements: Kept the direct value assignment since textareas naturally preserve newlines
For contenteditable divs:
Added proper HTML escaping to prevent XSS vulnerabilities
Converted newline characters to <br> tags for proper formatting
Used innerHTML instead of textContent to preserve the formatting
Security Considerations:
Added HTML escaping before converting newlines to prevent XSS attacks
Maintained security while enabling proper formatting
The fix ensures that when users click the "Use" button, prompts are injected into ChatGPT with proper paragraph spacing and formatting preserved. Newlines in the prompts will now be correctly displayed as line breaks in ChatGPT, making the prompts much more readable and maintaining their intended structure.
The extension has been rebuilt successfully and passes all syntax checks.源代码遵循 保留所有权利 发布
较早版本
版本 1.1
发布于 2025年8月27日 - 668.37 KB适用于 firefox 102.0 及更高版本Prompt Magnus AI – A futuristic way to save and inject your best ChatGPT prompts.
Step into the future of productivity with a sleek Jarvis-inspired gold interface. Prompt Magnus AI lets you save, organize, and reuse prompts effortlessly, so you never have to retype your favorites again. Whether you’re writing, coding, or creating, your templates are just one click away.
✨ Features:
Save prompts as reusable templates
Instantly inject prompts into ChatGPT’s input box
Futuristic Jarvis-style UI with a gold theme
Streamlined workflow for writers, developers, and power users
Upgrade your ChatGPT experience with both power and style.
Prompt Magnus AI version 1.1源代码遵循 保留所有权利 发布