A lightweight UserScript for Grok/Imagine Favorites section that automatically hides images in your "All" feed once they have been assigned to a custom folder, keeping your workspace clean and organized.
preview720.mp4
- Modal Silence: Fixed a bug where "ghost" thumbnails would flash in the background while viewing a creation in the large carousel/modal. The script now correctly pauses all background resizing when an image is actively opened.
- Spacer method: Replaced the previous 1x1 pixel squish with a 10px, 100% transparent spacer. This gives Grok's virtual list enough physical volume to register the screen as "full," completely eliminating infinite-loop panics for users with massive (1k+) collections.
- UI Declutter: Because the new Micro-Shrink engine is now 100% stable and no longer causes React to desync, the manual "Refresh" button was completely removed for a cleaner interface.
- Smart Filtering: Automatically hides images in your "All" view if they are already saved in a specific folder. Simply visit your custom folders; the script automatically learns and memorizes which images are organized without any manual input.
- Floating UI: A minimalist toggle button in the bottom right corner lets you instantly show or hide organized images.
- Memory Management: Includes a quick reset button with a toast notifications to wipe the script's memory and start fresh.
- Install a UserScript manager:
- Chrome/Edge: Tampermonkey or Violentmonkey
- Firefox: Violentmonkey or Tampermonkey
- Click the Install Script button at the top of this page, or install it directly from GreasyFork.
- Navigate to your Grok.com favorites or collection page.
- Go to your custom folders first and scroll to the end of each one (to lazyload every image). The script will scan and memorize the images inside them.
- Return to the "All" tab. Upon pressing the 👁️ button, the script will hide the images you just memorized and collapse the empty spaces.
- Pressing it again will toggle the visibility of organized images back on.
- The script only monitors additions, so if you remove a creation from a folder, click the Reset (🗑️) button to clear the local memory, otherwise it'll remain hidden everywhere.
- Scan entire folder: Currently, folders need to be scrolled all the way down to lazy load all creations, working on a way to load them all without scrolling.
- Thumbnail Restructuring: Improve the grid re-rendering logic to be less jittery
Made with 🤍 for the Grok community.