Skip to content

Instantly share code, notes, and snippets.

@yusufozgul
Created May 15, 2020 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yusufozgul/e80f986b9a5cbf008058752f754c0be1 to your computer and use it in GitHub Desktop.
Save yusufozgul/e80f986b9a5cbf008058752f754c0be1 to your computer and use it in GitHub Desktop.
// for: https://medium.com/@ozgurs/hızlı-şekilde-resim-dataseti-oluşturma-cfccf4a40c79
urls=Array.from(document.querySelectorAll(".rg_i")).map(el=> el.hasAttribute("data-src")?el.getAttribute("data-src"):el.getAttribute("data-iurl"));
window.open("data:text/csv;charset=utf-8," + escape(urls.join("\n")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment