Skip to content

Instantly share code, notes, and snippets.

@bluems
Created March 5, 2019 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluems/95a40dda13fada407e77bd9140d67b2b to your computer and use it in GitHub Desktop.
Save bluems/95a40dda13fada407e77bd9140d67b2b to your computer and use it in GitHub Desktop.
Safeytyedu 새버전 인터페이스용 스킵
새버전 : Non-Flash Version 으로 구성된 HTML5 기반 플레이어.
var footer = document.getElementById('footer');
var lastPage = footer.lastElementChild.lastElementChild.childNodes.item(1).innerText;
location.href = chapterInfo[Number(lastPage) - 1].fileName + ".html?passedPage="+String(Number(lastPage)-2)+"&checkurl="+lastPage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment