Skip to content

Commit

Permalink
Update mh-spring-egg-hunt-helper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Mar 18, 2024
1 parent 23522ef commit 8792141
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mh-spring-egg-hunt-helper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@

// Removed backgrounds
'2011_spring_hunt_egg_6': 'https://i.mouse.rip/2011-spring-hunt.png',
black_widow_egg_convertible: 'https://i.mouse.rip/black-widow-egg.png',
black_widow_egg_convertible: 'https://i.mouse.rip/egg-black-widow.png',
caring_egg_convertible: 'https://i.mouse.rip/caring-egg.png',
friendly_egg_convertible: 'https://i.mouse.rip/friendly-egg.png',
ful_mina_egg_convertible: 'https://i.mouse.rip/ful-mina-egg.png',
Expand Down Expand Up @@ -1293,7 +1293,6 @@
const descriptionImage = document.createElement('img');
if (eggImages[ egg.type ]) {
descriptionImage.src = eggImages[ egg.type ];
descriptionImage.setAttribute('crossorigin', 'anonymous');
} else {
descriptionImage.src = egg.thumb;
}
Expand Down

0 comments on commit 8792141

Please sign in to comment.