Last active
August 29, 2015 14:18
-
-
Save marckohlbrugge/a265a0532a9d95aa7329 to your computer and use it in GitHub Desktop.
Add this to your HTML: <script src="http://gist.githubusercontent.com/marckohlbrugge/a265a0532a9d95aa7329/raw/2908baf7d4002cfa9203044d4f5ed6957a282eb5/suchboris.js"></script>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var imgs = document.getElementsByTagName("img"); | |
for(var i=0, l=imgs.length; i<l; i++) { | |
imgs[i].src = "http://cdn1.tnwcdn.com/wp-content/themes/icetea/assets/images/column/boris.jpg"; | |
console.log('test'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment