
In settings, external tools, image uploader
copy this under here, and press import settings from clipboard:
{
"Body": "MultipartFormData",
"DeletionURL": "{deleteUrl}",
"FileFormName": "image",
"Name": "Chatterino Image Uploader Settings",
"RequestMethod": "POST",
"RequestURL": "https://tubbo.lol/upload",
"URL": "{url}",
"Version": "1.0.0"
}
it's also possible to get the link without file extention by adding ?noext to the end of the upload url, like:
https://tubbo.lol/upload?noext
both work either way its just the link that you get back from the server