Recent content by afnleaf

  1. Programming Pokepaste image fix

    Yes, I can make this happen. I just need the pokemon names and pictures. Send me a DM or email afnleafow@gmail.com
  2. Programming Pokepaste image fix

    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?
  3. Programming Pokepaste image fix

    Should be back up. Didn't realize it went down while I was on vacation.
  4. Programming chiy.uk - a webserver for high quality pokemon art

    I would be happy to add all the CAP pokemon. I just need help sourcing their artwork because https://www.smogon.com/cap/gallery/ seems to be down
  5. Programming Pokepaste image fix

    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.
  6. Programming chiy.uk - a webserver for high quality pokemon art

    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...
  7. Programming Pokepaste image fix

    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...
  8. Programming Pokepaste image fix

    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...
  9. Programming Pokepaste image fix

    Found the artwork and pushed an update. Should be live on the chrome and firefox stores.
  10. Programming Pkautocalc - A Multi Pokemon Damage Calculator

    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...
  11. Programming Pokepaste image fix

    Update 0.2.0 Finished the firefox version of the extension. Fixed some small bugs. Added Pecharunt.
  12. Programming Pokepaste image fix

    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...
Back
Top