Go to your upvote page and then paste the code into the console
example: https://www.reddit.com/user/profile/upvoted/
document.querySelectorAll("shreddit-post").forEach((element) => {let post = element.shadowRoot.querySelector("[upvote]"); if(post.ariaPressed === 'true') post.click()})