Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.
Shipped an update that adds missing items. Should be live in the next day or so.
We got, fairy feather, Ogerpon masks and all the Sinnoh box legend origin form items. Is there anything else that's missing?
Larger update is now out for chrome and firefox versions. You can select different quality options and choose to replace all images or not.
I made my own image host as well with some improved pokemon images.
https://chiy.uk/
github repo
API
The basic get request you can make is https://chiy.uk/full/bulbasaur. This will return a png file of the pokemon bulbasaur. Pokemon names contain spaces and some weird apostrophes, these get encoded out of the images and replaced with %20 or %27 respectively...
I wrote up a version of the extension that automatically redirects pokepast.es links to pokebin.com. This solution was intended for Safari users. I wanted to upload this software to the apple app/extension store, however to become an official Apple developer you need to pay $120 a year. I really...
I've been trying to write a Safari version of the extension but I've hit a wall. The Content Security Policy won't let the extension load images from an external source. This is due to the fact that Safari hard enforces the CSP while Chrome and Firefox don't.
This is what I found in the...
https://pkautocalc.duckdns.org/
This web app harnesses the smogon damage calculator API. It automates the damage calculation process you might do when trying to EV one or more of your pokemon. You can test your spreads against any number of enemies, attacking and defending. I got tired of...
Pokepastefix - an extension to replace missing images
I wrote up a chrome extension to fix the missing DLC pokemon images on https://pokepast.es/. It looks through every pokemon's name in a paste, if a match is found, the image is replaced with a working URL. I'm not sure when pokepaste will...