Scans the Favorites of your Watches for new Favorites and shows a Button to view these (if any where found). (Works like Submission Page)
A userscript/browser extension that adds a new function to scan for favorites of your watched users and display them in a new page. Also see docs on FA-Watches-Favorites-Viewer.
Feature | Status |
---|---|
Scan watches for new favorites | ✅ Completed |
Custom favorites page | ✅ Completed |
Ignore list management | ✅ Completed |
Show favorite source (which watcher) | ✅ Completed |
Duplicate favorites filtering | ✅ Completed |
Loading animations | ✅ Completed |
Integration with Embedded-Image-Viewer ⠀⠀⠀⠀ | ✅ Completed |
Show load last X Favs
- Whether to show the button to load the last X favorites (default is false
)Max Favs Amount
- Maximum number of favorites loaded per watch (default is 100
)Show Dublicate Favs
- Whether to show duplicate submissions when multiple people faved the same submission (default is true
)Show Fav From Watcher
- Whether to show which watcher faved each submission (default is true
)Loading Animation Speed
- Duration of the loading animation in milliseconds (default is 1000
)Reset Last Seen Favs
- Action button to reset the last seen favorites to reinitialize the scannerShow Ignore List
- Action button to open the ignore list in a new tabShow Last Favs
- Action button to open the last watches favorites in a new tabThe main button component that initiates the scanning process:
Custom page component that displays the favorites from watches:
Component for managing the ignore list:
Core module for scanning favorites: