Skip to content

Instantly share code, notes, and snippets.

@lnkusuin
Last active March 25, 2022 18:21
Show Gist options
  • Save lnkusuin/566f89abfb16c859b4d1833840840ebb to your computer and use it in GitHub Desktop.
Save lnkusuin/566f89abfb16c859b4d1833840840ebb to your computer and use it in GitHub Desktop.
javascript:var%20img%3D%5B%5D%3Bdocument.querySelectorAll('img%5Bclass%3Dthumbnail_image%5D').forEach(item%3D%3E%7Bimg.push(item.src)%3B%7D)%3Bfunction%20getImgTarget()%7Breturn%20document.getElementById(%22232494c1c2d8301796a368f755ceab3a%22)%3B%7D%3Bfunction%20setNextImg()%7Bvar%20index%3Dimg.findIndex(src%3D%3E%7Breturn%20src%3D%3DgetImgTarget().getAttribute('src')%7D)%3BgetImgTarget().setAttribute('src'%2Cimg%5Bindex%2B1%5D)%7D%3Bfunction%20setPrevImg()%7Bvar%20index%3Dimg.findIndex(src%3D%3E%7Breturn%20src%3D%3DgetImgTarget().getAttribute('src')%7D)%3BgetImgTarget().setAttribute('src'%2Cimg%5Bindex-1%5D)%7D%3Bdocument.querySelector('body').innerHTML%3D%60%20%3Cdiv%20style%3D%22position%3A%20fixed%3Bheight%3A%20100%25%3Bwidth%3A%20100%25%3Bdisplay%3A%20flex%3Balign-items%3A%20center%3Bjustify-content%3A%20center%3Bbackground-color%3A%20%23111827%22%3E%20%3Cimg%20id%3D%22232494c1c2d8301796a368f755ceab3a%22%20width%3D%22auto%22%20height%3D%22100%25%22%3E%20%3C%2Fdiv%3E%20%3C%2Fdiv%3E%20%60%3BgetImgTarget().setAttribute('src'%2Cimg%5B0%5D)%3BgetImgTarget().addEventListener('click'%2C()%3D%3E%7BsetNextImg()%3B%7D)%3BsetInterval(()%3D%3E%7BsetNextImg()%3B%7D%2C5000)%3Bvoid(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment