Created
June 13, 2016 09:32
-
-
Save fupslot/d9fd66ca48e4003974d06aad6bb59139 to your computer and use it in GitHub Desktop.
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
// returns an array of src values for an currently selected element | |
copy([].slice.call($0.querySelectorAll('img')).map(function(el){ return el.getAttribute('src'); })) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment