eight04 / image-picka

A Firefox/Chrome extension helping you download images.
MIT License
161 stars 19 forks source link

Possibly copy URL's with space instead of new line #329

Open remlap opened 1 year ago

remlap commented 1 year ago

Hi is possible to copy URL's with a space instead of a new line?

Thanks

eight04 commented 1 year ago

Yes. You just have to change this line https://github.com/eight04/image-picka/blob/9a71160c25788978ba264ad34cf4e5cff24a919d/src/picker.js#L142 to

            input.value = getUrls(getImages()).join(" ");

However, I think it should be easier to replace new line with space using a text editor.