Last active
August 28, 2017 13:07
-
-
Save kyujin-cho/ded891a8c9c2e045b7fa394e38daaaa8 to your computer and use it in GitHub Desktop.
나무위키 이미지 SVG화 되돌리기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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