A script to get all free assets from the FAB marketplace. Fixes the "Sort" button issue and adds robust Auto-Scrolling. Fork of the original by Noslipper (没拖鞋) & subtixx.
🚀 FAB Free Asset Getter - Fork & Fixes This script automates the process of claiming free assets from the Fab.com marketplace. It automatically scrolls through search results, detects free items, and adds them to your library without manual clicking.
🛠️ Fixes & Improvements in v2.2+ This version is a significant improvement over the original script, focusing on reliability and ease of use:
✅ Robust Auto-Scrolling: Replaced the fragile "next element" logic with a brute-force scrolling method. The script now scrolls to the absolute bottom of the page to ensure every single asset loads before processing.
✅ Fixed GUI Button: Added a persistent "Get Free Assets" button pinned to the bottom-right corner of the screen. It works regardless of how Fab.com changes their toolbar layout.
✅ Console Fallback: If the button ever fails to appear, you can now trigger the script manually by typing window.fabRun() in your browser console (F12).
✅ Intelligent Name Parsing: Fixed the "Success: Unknown" bug. The script now uses a triple-fallback strategy (Image Alt Text → Link Text → Asset ID) to correctly identify and display the names of claimed assets.
📖 How to Use Install the script.
Navigate to any Fab.com search page (e.g., Limited Time Free).
Click the green "Get Free Assets" button in the bottom-right corner.
Watch the notification toasts as the script scrolls and claims items for you.
Note: Please keep the tab visible (or in a separate window) while the script runs to ensure the browser allows the auto-scrolling to function correctly.
🔗 Credits & Attribution This script is a fork based on the work of Noslipper (没拖鞋) and subtixx. Original script: FAB Free Asset Getter Latest
My modifications are focused on fixing UI bugs caused by Fab.com updates and improving the stability of the auto-claiming process.