Greasy Fork is available in English.

Furaffinity-Request-Helper

Library to simplify requests to Furaffinity

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/483952/1549453/Furaffinity-Request-Helper.js


作者
Midori Tsume
版本
1.4.1
创建于
2024-01-05
更新于
2025-03-07
大小
187.5 KB
许可证
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