\/\/<\/\/"}]; var currentChapterId = $(this).data('chapter'); var selectHtml = ''; if ($('.display-chapter').is(':hidden') || $('.display-chapter').is(':empty')) { $('.display-chapter').html(selectHtml).show(); } else { $('.display-chapter').toggle(); } }); $('body').on('change', '.jumpToChap', function() { var selectedChapter = $(this).val(); location.href = selectedChapter; });}); function saveReadingHistory(storyId, storyTitle, storyUrl, chapterId, chapterTitle, chapterUrl) { var historyItem = { story_id: storyId, story_title: storyTitle, story_url: storyUrl, chapter_id: chapterId, chapter_title: chapterTitle, chapter_url: chapterUrl }; var existingHistory = JSON.parse(localStorage.getItem('readingHistory')) || []; var existingIndex = existingHistory.findIndex(function(item) { return item.story_id === storyId; }); if (existingIndex !== -1) { existingHistory[existingIndex].story_url = storyUrl; existingHistory[existingIndex].chapter_id = chapterId; existingHistory[existingIndex].chapter_title = chapterTitle; existingHistory[existingIndex].chapter_url = chapterUrl; } else { existingHistory.unshift(historyItem); } existingHistory = existingHistory.slice(0, 10); localStorage.setItem('readingHistory', JSON.stringify(existingHistory)); } var storyId = 295137031; var storyTitle = 'Karma x Asano x Nagisa (AllAsano) :3'; var storyUrl = 'https://truyen4u.com/karma-x-asano-x-nagisa-allasano-3-295137031/'; var chapterId = 1196604198; var chapterTitle = 'phần 10'; var chapterUrl = 'https://truyen4u.com/karma-x-asano-x-nagisa-allasano-3-295137031/phan-10-1196604198/'; saveReadingHistory(storyId, storyTitle, storyUrl, chapterId, chapterTitle, chapterUrl);