Skip to content

Instantly share code, notes, and snippets.

@pi3r
Created February 23, 2013 13:50
Show Gist options
  • Save pi3r/5019824 to your computer and use it in GitHub Desktop.
Save pi3r/5019824 to your computer and use it in GitHub Desktop.
$('img[src*="http://www.we-are-coders.com"]').each(function(){
$(this).attr('src', $(this).attr("src").replace(/http:\/\/www.we-are-coders.com/g, ''));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment