Skip to content

Instantly share code, notes, and snippets.

@kyujin-cho
Last active August 28, 2017 13:07
Show Gist options
  • Save kyujin-cho/ded891a8c9c2e045b7fa394e38daaaa8 to your computer and use it in GitHub Desktop.
Save kyujin-cho/ded891a8c9c2e045b7fa394e38daaaa8 to your computer and use it in GitHub Desktop.
나무위키 이미지 SVG화 되돌리기
javascript:for(var imgs=document.querySelectorAll("img[data-original]"),i=0;i<imgs.length;i++)imgs[i].setAttribute("src","https:"+imgs[i].getAttribute("data-original"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment