[].forEach.call(document.querySelectorAll('img:not([src^="http://mysite"]'), function(el){ el.src = 'http://mysite'+el.src; });