I have images all with class attached to them as stage
<img class='stage' src="orange.gif"/>
<img class='stage' src="yellow.gif"/>
Yellow and Orange look very similar. Is there a way write a Javascript for the console to change all of the orange.gifs into red.gifs. The site doesn't use a jquery library so jquery is off the table?