Skip to content

Crezetique/WishlistForFab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wishlist For Fab

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.


Demo Video

2024-10-24.16-15-32.mp4

Disclaimer

  1. Data is stored within Fab.com as browser local storage. All data will be lost should local data be cleared.
  2. 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.

Features

  • Add to wishlist
  • Wishlist page
  • Filter wishlist items by On Sale and Category Tag
  • Export wishlist Product UID
  • Data stored as browser local storage.

(Potential) Future Plans

  • 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.

Installation

Any browser extention that "injects javascript and css to specified website" is required for installation.

  1. Specify https://www.fab.com/* as the domain target for the script injection.
  2. Copy javascript and css over from the repo /src folder.

About

A quick custom Wishlist Feature implementation to the Epic Games Fab marketplace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published