How to Get the Old YouTube Layout Back
YouTube quietly sunsets old layouts every couple of years and the response is always the same: people who liked the previous design hunting down the workaround to keep using it. Here are the methods that work in 2018, and a note on how long they'll keep working.
YouTube redesigned its desktop layout in 2017, moving from the older Material Design pattern to a newer Polymer-based UI. As of mid-2018 the new design has been the default for about a year, and a meaningful chunk of users still hate it: the cards are bigger, the information density is lower, the recommendations sidebar is wider, and the whole thing wastes more screen real estate. There are still a few ways to roll back, and they're worth knowing because they aren't going to keep working forever.
The disable_polymer URL Trick
The simplest workaround: append ?disable_polymer=true to any YouTube URL. The site falls back to the older design, which YouTube is still serving for compatibility reasons. To make this stick across sessions, install a browser extension that automatically appends the parameter to every YouTube URL you visit. There are several of these for both Chrome and Firefox.
The catch: this trick stopped working reliably for some users in late 2017, started working again in early 2018, and the YouTube engineering team has been visibly reducing how much fallback support exists for the old layout. The expectation is that within the next year or so the parameter will stop working entirely. The old codepath is still in production, but it's clearly being deprecated.
Browser Extensions
For a more durable solution, install a browser extension that re-skins the new YouTube to look more like the old one. Two worth knowing: YouTube Classic (Chrome, Firefox) and Magic Actions for YouTube. Both work by injecting CSS that resizes the cards, narrows the sidebar, and restores the older information density.
The trade-off is that re-skin extensions break every time YouTube changes the underlying CSS class names, which is roughly every two to four months. The extensions get updated, but there's usually a gap of a few weeks where the old skin looks visibly broken before the maintainer ships a fix.
Custom CSS for the Determined
If you want full control, install Stylus (Chrome, Firefox) and write your own CSS targeting YouTube's class names. The userstyles.org library has community-maintained styles for various flavors of old YouTube, including the 2014 layout, the 2010 layout, and a stripped-down minimalist version that hides everything except the video and the comments.
This is the most robust approach because you control exactly what changes. It's also the most maintenance-heavy because the style breaks every time YouTube changes anything. For most users, an off-the-shelf extension is the right answer.
The Bigger Pattern
YouTube isn't the only site doing this. Twitter, Facebook, Reddit, and Instagram have all had user-facing redesigns in the last year that drove similar workaround communities. The dynamic is consistent: the platform redesigns, a chunk of power users hate the new design, and a small ecosystem of revert tools springs up that the platform tolerates for a year or two before quietly removing the underlying compatibility shims.
The honest take is that you're better off learning to like the new design or moving to a different product, because the workarounds are always temporary. The platforms have an incentive to phase out the old codepaths, both for engineering simplicity and because the new designs are usually optimized for engagement metrics they're trying to grow. The user who wants the old YouTube back is, structurally, fighting against where the company wants to go. Sometimes that's worth fighting. Most of the time it's a sign that the product has drifted away from why you started using it.
Written by
Tech Talk News Editorial
Tech Talk News covers engineering, AI, and tech investing for people who build and invest in technology.