You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
On the topic of your frustrations over WebP: do you have a computer & if you do, can you install software on it? You might want to look into installing ImageMagick, it's a command line tool that lets you convert between image formats really quick (among an actual metric fuck tonne of other image manipulation tools). I think all you need to do is type in your console "convert [a].webp [b].[png/jpg/etc]".
woaghh that's actually really cool!! I do have a computer and I can install software on it, I just cant access it right now until I get a replacement charger (my charger's broken), thanks so much for the suggestion!!
FFMPEG can also do it- I use "ffmpeg -i [input.extension] [output.extension]". I actually use a script so I don't have to type that every time for a directory. Either way, you've got options!
woo thank you so much owl and hoyle