Hacker News new | ask | show | jobs
by ChristianBundy 3701 days ago
The if condition should use >= rather than >, but it otherwise makes sense.
1 comments

I'm not arguing in favor of writing it that way, but I might argue it's not incorrect as written. location.href can never start with an underscore.

A regex on location.pathname would sure be a lot clearer to read, though.