Miss Surfersparadise Image Fixer

Attempts to fix broken images for Miss Surfersparadise by sourcing from a variety of other websites

These are versions of this script where the code was updated. Show all versions.

  • v1.1.6 2020-06-09 Handles images broken images that have already "loaded"
  • v1.1.5 2017-08-17 Added im_ flags to image URLs so they show up as actual images
  • v1.1.4 2017-02-13 Added more manual cases, additional domain for 2000 checks, fixed infinite loading for Wallcoo substitution
  • v1.1.3 2016-08-09 Fixed one of the "special cases", tweaked testImage function so that it will stop if a replacement has been found early
  • v1.1.2 2016-06-08 Cleaned up nesting, rewrote means of getting associated wallpaper link
  • v1.1.1 2016-05-10 Simplified wallpaper link detection
  • v1.0.5 2016-02-25 Fixed "year is number" detection. Backgrounds now use the substitution method as actual images
  • v1.0.4 2015-11-15 Sped up assessment for Wallcoo if year is 2003 using promises
  • v1.0.3 2015-11-11 Removed try/catch in API evaluation
  • v1.0.2 2015-11-01 Set manual checks to come before the "Is image valid" check. If it's on the "gaps" list, then we already know the image will fail the "is image valid" check
  • v1.0.1 2015-10-28 Optimized input for altURLTest function, added some more "manual" cases, removed code that accommodated situations that will never be reached.
  • v1.0.0 2015-10-27