Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/ca1a03c6bd258d6cf696 to your computer and use it in GitHub Desktop.
Save jz5/ca1a03c6bd258d6cf696 to your computer and use it in GitHub Desktop.
$(function() {
$('img').each(function(){
this.src = "http://foodtero.azurewebsites.net/api/?url=" + encodeURIComponent(this.src);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment