Greasy Fork is available in English.
Adds pet leveling info to your own profile page
A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.
trim API key
add hardcoded list of IDs that I know are XP-gaining pets. this is so the script will pick them up right after they're equipped for the first hour, despite having 0 XP
get rid of unnecessary spacer elements
"""future-proofing"""
pets are now sorted (left slot first, right slot second) and you can edit the target level
restructure the user ID promise chain so it doesn't use an async executor which is bad apparently but now it's better
it keeps happening
only one endpoint now
ignore non-leveling pets
updated API lets us do it with a single call
remove Referer header for no real reason
delete API key on 401