Greasy Fork is available in English.

Furaffinity-Request-Helper

Library to simplify requests to Furaffinity

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/483952/1541529/Furaffinity-Request-Helper.js

Autor
Midori Tsume
Verzija
1.4.0
Napravljeno
05/01/2024
Ažurirano
22/02/2025
Size
187 КБ
Licenca
MIT

Furaffinity Request Helper

Helper Library (wrapper) for common Requests to Furaffinity. Also see docs on Furaffinity-Request-Helper

How to use

  • @require this script

  • Create a instance of the Class:

    const requestHelper = new FARequestHelper(2); // Where 2 is the max amount of simultaneous Requests for this instance.
    
  • Make a request using the created instance:

    requestHelper.UserRequests.GalleryRequests.Gallery.getPage("someusername", 1);
    

Feature Roadmap

Feature Status
Adding Gallery Requests ✅ Completed
⠀⠀⠀⠀Gallery ✅ Completed
⠀⠀⠀⠀Scraps ✅ Completed
⠀⠀⠀⠀Favorites ✅ Completed
⠀⠀⠀⠀Journals ✅ Completed
⠀⠀⠀⠀Browse ✅ Completed
⠀⠀⠀⠀Search ✅ Completed
Adding Personal User Requests ⠀⠀⠀⠀ ✅ Completed
Adding Search Requests ✅ Completed
Adding Submission Requests ✅ Completed
⠀⠀⠀⠀Fav and Unfav Submission ✅ Completed
Improving the Documentation ⬜ Planned
Adding more Requests ⬜ Planned

Documentation

For Documentation visit the docs on Furaffinity-Request-Helper