Furaffinity-Request-Helper

Library to simplify requests to Furaffinity

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyforks.org/scripts/483952/1549453/Furaffinity-Request-Helper.js

Tác giả
Midori Tsume
Phiên bản
1.4.1
Đã tạo
05-01-2024
Đã cập nhật
07-03-2025
Size
200 KB
Giấy phép
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。