Created
March 5, 2019 01:07
-
-
Save bluems/95a40dda13fada407e77bd9140d67b2b to your computer and use it in GitHub Desktop.
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
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