You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
541 B
541 B
dl-fur
[hostname].json
fetch options
Each request will look for a corresponding [hostname].json
and, if present, will use it as the second argument in all fetch
calls.
For example, if you have a cf_clearance
cookie for the Cloudflare protection in front of FurryBooru, you can create
// furry.booru.org.json
{
"headers": {
"cookie": "cf_clearance=whatever",
"user-agent": "whatever"
}
}
and this cookie and user-agent will be used for API calls and for downloading the images.