Prompt Magnus AI version history - 2 versions
Prompt Magnus AI by Arv
Prompt Magnus AI version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.3
Released Sep 9, 2025 - 706.48 KBWorks with firefox 102.0 and laterSummary 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.Source code released under All Rights Reserved
Older versions
Version 1.1
Released Aug 27, 2025 - 668.37 KBWorks with firefox 102.0 and laterPrompt 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.1Source code released under All Rights Reserved