Her brother is like: I told you, what did I tell you? Didnt I tell you? Cause I told you. Mmmhmm. And when did i tell you? A long time ago, and what did I say would happen when I told you? Exactly what just happened.
Wow, I just read all this in a few hours its a little annoying that this site doesn't have a "next chapter" option using the keyboard. I had to write some javascript so I could go to the next chapter with less hassle. This worked for me: var url = window.location.href.split('-'), chapter = parseInt(url.pop(), 10); window.location.href = url.join('-') +'-'+ (++chapter)+'.html';
thank you for chaps
ReplyDeletenext please <3 :D
ReplyDeleteHer brother is like: I told you, what did I tell you? Didnt I tell you? Cause I told you. Mmmhmm. And when did i tell you? A long time ago, and what did I say would happen when I told you? Exactly what just happened.
ReplyDeleteHow often does each chapter release??
ReplyDeleteWow, I just read all this in a few hours its a little annoying that this site doesn't have a "next chapter" option using the keyboard. I had to write some javascript so I could go to the next chapter with less hassle.
ReplyDeleteThis worked for me:
var url = window.location.href.split('-'),
chapter = parseInt(url.pop(), 10);
window.location.href = url.join('-') +'-'+ (++chapter)+'.html';
could you please explain for us simpletons in elaboration exactly what we have to do
Delete