🖥️
Coding
Software Developer, AI Engineer, and Artist
-
Yuki Story
- Calgary
-
05:16
(UTC -06:00) - www.yukiarimo.com
- https://orcid.org/0009-0000-1379-1719
- @yukiarimo
- https://medium.com/@yukiarimo
- @yukiarimo
- https://yukistory.com
Highlights
Pinned Loading
-
Web novel Downloader
Web novel Downloader 1function extractAndDownloadAllChapters() {
2// Find all containers that hold chapter text
3const chapterContainers = document.querySelectorAll('.cha-words');
45// Initialize an array to hold all chapter texts
-
Unix time converter
Unix time converter 1function timeConverter(UNIX_timestamp){
2var a = new Date(UNIX_timestamp * 1000);
3var months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
4var year = a.getFullYear();
5var month = months[a.getMonth()];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.