A custom Wishlist Feature implementation to the Epic Games Fab marketplace.
The Epic Games Fab marketplace currently lacks the ability to wishlist content. Hence, this repo was hastily written as an interim solution. This may or may not be properly rewritten/ improved in the future, feel free to submit changes with a PR.
2024-10-24.16-15-32.mp4
- Data is stored within Fab.com as browser local storage. All data will be lost should local data be cleared.
- As this directly injects and manipulates website content on the Fab Marketplace, please self vet the source code and be wary of malicious pull requests and forks.
- Add to wishlist
- Wishlist page
- Filter wishlist items by On Sale and Category Tag
- Export wishlist Product UID
- Data stored as browser local storage.
- Filter products by Tags.
- Asyncronous on-demand paginate load (Currently loads entire wishlist at one go).
- Import feature on Wishlist page. Should you need to import a wishlist, save the JSON under the localStorage name "wishlistCustom".
- Compiled as standalone browser addon.
Any browser extention that "injects javascript and css to specified website" is required for installation.
- For Chrome users: https://chromewebstore.google.com/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld
- For Firefox users: https://addons.mozilla.org/en-US/firefox/addon/codeinjector/
- Specify
https://www.fab.com/*
as the domain target for the script injection. - Copy javascript and css over from the repo /src folder.