I was threated with legal action if I don't remove deep links to another site 14 by shepherdjerred | 12 comments on Hacker News. Hello HN, I'm looking for some advice. I'll keep it short. There's a site called Skill Capped[1]. They have videos that help you get better at the competitive video game League of Legends. You can pay monthly for access to these videos. I subscribed and quickly found their site to be unusable. They have about 1000 videos which are organized into groups called courses. Their website has no search bar, and uses a single-page design with lazy loading. In practice means that CTRL-F in-browser search doesn't work (because of lazy loading and windowing/virtual lists), so there is absolutely no way to search the site without programming knowledge. The website altogether is very hard to navigate. In response I created a thin wrapper around their site called Better Skill Capped[2]. It's a React web app with no backend. It has basic search an...