18擴軍計劃"; const author = "龍靈騎士"; const lastvisit = "10-24"; const imgurl = "https://img.shubaoinc.com/files/article/image/0/979/979s.jpg"; lastread.set(articleid,uri,articlename,chaptername,author,lastvisit,imgurl); const preview_page = $('#prev_url').attr('href'); const index_page = $('#info_url').attr('href'); const next_page = $('#next_url').attr('href'); function jumpPage(){ const event = document.all ? window.event : arguments[0]; if (event.keyCode == 37) document.location = preview_page; if (event.keyCode == 39) document.location = next_page; if (event.keyCode == 13) document.location = index_page; } document.onkeydown = jumpPage; document.oncontextmenu=function(){return false} document.onselectstart=function(){return false} document.onbeforecopy=function(){return false} document.onmouseup=function(){return false} document.oncopy=function(){return false} document.onselect=function(){return false}