Open a modern web app on a TV browser and three things usually go wrong at once. Here's what's happening under the hood — and how per-site compatibility scripts solve it.
The three classic TV failures
- Text too small. Sites assume you sit 30 cm away with a 13-inch screen. Enlarge the base font and every site becomes readable across a living room.
- Hover-only navigation. Dropdown menus appear when a mouse hovers — a gesture a D-pad physically can't perform. Fixes force those menus open and flatten the nav into something focusable.
- Cookie and login walls. A giant "Accept" popup on a small TV screen often can't even be closed with a remote because it needs clicks outside the focused element. Scripts hide known banner selectors.
web2tv ships a compatibility script library — one small script per domain — that the app downloads and injects automatically. Scripts are versioned and updated by the team, and the app always fetches the newest one, so sites get better over time without you doing anything.
Good to knowWant a fix for a site that isn't covered? The app lets you request one — the team publishes it and the next sync updates your TV.
← Back to all articles