Furaffinity-Request-Helper

Library to simplify requests to Furaffinity

אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greasyforks.org/scripts/483952/1549453/Furaffinity-Request-Helper.js

יוצר
Midori Tsume
גרסה
1.4.1
נוצר
05-01-2024
עודכן
07-03-2025
Size
188 קילו-בייט
רישיון
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

长期地址
遇到问题?请前往 GitHub 提 Issues。