Skip to content

Instantly share code, notes, and snippets.

@J2TEAM
Last active July 15, 2018 13:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save J2TEAM/89b8cc8b1a5e7b628f30269f94d82163 to your computer and use it in GitHub Desktop.
Save J2TEAM/89b8cc8b1a5e7b628f30269f94d82163 to your computer and use it in GitHub Desktop.
webtoons to IDM
/* Developed by Juno_okyo */
/* Example URL: http://www.webtoons.com/en/fantasy/unordinary/episode-77/viewer?title_no=679&episode_no=83 */
let imgs = [];
Array.from(document.querySelectorAll('#_imageList > img')).map(img => {
imgs.push(img.src);
});
copy(imgs.join('\n'));
@standfv
Copy link

standfv commented Jul 15, 2018

lỗi rồi ạ :((

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment