Fixed moderation detection with more robust selectors and flexible text matching
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
Fixed auto-retry. It may be slightly slower between retries now, but it’s more stable and works much better.
Added a new feature that lets you save your favorite prompts for quick access.
Added image prompt history alongside the video prompt history.
I've added a Prompt History feature! Here's what's new:New Features:History Button - New purple "History" button in the main panelAutomatic Tracking - Every prompt you generate is automatically saved to historyHistory Modal - Click "History" to view all your past prompts with timestampsSmart Timestamps - Shows "Just now", "5 minutes ago", "2 hours ago", or datesQuick Reuse - Click any history item to load it back into the prompt editorIndividual Delete - Remove specific history entries with the trash iconClear All - Red "Clear All History" button to wipe the entire historyDuplicate Prevention - If you generate the same prompt twice, it moves to the top instead of creating a duplicateSize Limit - Keeps the last 50 prompts (configurable via MAX_HISTORY_ITEMS constant)
I think it was fine — it was just the Grok servers going down.
Had to revert it for now — implementing that properly still needs more work.
Image editor support
Stability Fix
Bug fixes
New Features:Snippets Library: Added a robust snippet manager. You can now create, save, edit, and delete reusable prompt fragments (e.g., "Photorealistic Style", "Anime Parameters") and insert them into your prompt with one click.Integrated Prompt Editor: Added a dedicated text area inside the control panel. Typing here automatically syncs with the main Grok input, allowing you to craft prompts without fighting the chat UI scroll.Panel "Generate" Button: Added a manual "Generate" button directly to the control panel, so you don't have to scroll down to the actual website button.Resizable UI: The control panel is now resizable via a drag handle in the top-left corner.Persistent Dimensions: The script now remembers your preferred panel size between reloads.UI/UX Improvements:Dark Mode Native Look: Completely restyled the panel to match Grok’s "Dark Mode" aesthetic (colors, borders, fonts).Library Modal: The snippet library opens in a "stacked" modal view attached to the main panel.
Fixed Infinite Loop Crash: Previously, when the retry limit (e.g., 24/24) was reached, the script would get stuck in a loop reading the "Content Moderated" causing the browser to freeze.
stays hidden when hidden
New "Restore Only" ModeAdded "Auto-Click" Toggle: A new checkbox has been added to the control panel.✅ Checked (Default): The script works as before—it restores your text and automatically clicks the retry button up to your set limit.⬜ Unchecked: The script will only restore your text into the box. It will not click the button.Why this helps: This is perfect if you want to recover your lost prompt but want to edit or tweak it slightly before manually submitting it again to avoid getting moderated a second time.Settings Saved: Your preference for this checkbox is saved automatically.