Skip to content

Instantly share code, notes, and snippets.

@CarlosELopez
Created November 15, 2021 00: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 CarlosELopez/6015dc193659a50e27a1d775f9be5cde to your computer and use it in GitHub Desktop.
Save CarlosELopez/6015dc193659a50e27a1d775f9be5cde to your computer and use it in GitHub Desktop.
Array.prototype.slice.call(document.querySelectorAll("img"))
.map( function hack(tag){
tag.src = "https://i.redd.it/8co6eluppwd51.jpg";
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment