There's a class called "original-image", which are img elements. I want to know how to save the src value of ALL of the "original-image" class elements locally.
This is the code:
<img title="Pirate Queen" alt="Pirate Queen" class="original-image " src="http://t0.rbxcdn.com/cfe7e313ed7cd57f5e39c7c4aad18683">
I'm trying to save the src of this element onto my hard drive, but for all of the elements of the "original-image" class on the page. How do I do this?