のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

google image download to text

urls = Array.from(
    document.querySelectorAll('.rg_di .rg_meta')
).map(el=>JSON.parse(el.textContent).ou);

window.open('data:text/csv;charset=utf-8,' + escape(urls.join('\n')));

developer.mozilla.org

developer.mozilla.org

js.studio-kingdom.com