Judge a book by its first pages
41–45 of 45 posts
Re: Judge a book by its first pages
#42Unrelated to the idea, but this website strangely blocks `Alt+←` and `Alt+→` to cycle through browser history. Edit: It seems the website overrides the `←` and `→` arrow keys specifically, and using `event.preventDefault()` causes the problem. I think it's good practice to ignore keys with modifiers in such a situation.
It's not "blocked", the person implementing it just forgo any sort of browser history usage when creating the website/"app", and the entire thing is controlled 100% in their own JS code. I guess author only had their specific mobile use in mind when creating it? Maybe swiping for back/forward works if you view it on the phone?
Re: Judge a book by its first pages
#43Re: Judge a book by its first pages
#44Earlier quoted context omitted.
It's not "blocked", the person implementing it just forgo any sort of browser history usage when creating the website/"app", and the entire thing is controlled 100% in their own JS code. I guess author only had their specific mobile use in mind when creating it? Maybe swiping for back/forward works if you view it on the phone?
you're attributing a lot of intent to the details of a site that is almost certainly 100% AI generated