Changes the Portrait Image to a Full Body Image
This Tampermonkey script modifies image sources on a webpage to change the portrait pictures to full-body pictures. Specifically, it looks for images where the src attribute contains "itsmall" and changes this to "itbig," while also removing the 's' at the end of the number in the filename.
This script was written by ChatGPT, and the description is also provided by ChatGPT.
Because i suck at programming.