DelayTube

I’ve made a quick, small extension for Chromium browsers; It tries to solve one mildly overwhelming aspect of YouTube (web): search results and recommendations.

I often find myself clicking on videos one after another, watching a few minutes of one before getting distracted by something more appealing in the sidebar recommendations. This leaves me confused: Should I click on this more attractive video, or should I finish what I’m currently watching? This extension addresses that issue by intercepting my click on a video and adding it to my watch later playlist by default, rather than playing it immediately.

The extension is straightforward in its function: it changes the default click action by intercepting your click on a video and reduces friction when adding videos to your watch later playlist.

You can download and install it from here: GitHub 1

Note the careful design choices made by YouTube. They have deliberately made it harder to add a video to the “Watch Later” list. With their powerful algorithm and attention engineering, it is difficult to avoid acting impulsively. My extension flips the exposure and affordance ratios using simple JavaScript tweaks.

You can also add relaxation periods in the extension options. For example, you might want to allow yourself to deliberately fall into rabbit holes on Sunday evenings – because sometimes, the answer isn’t don’t get distracted—it’s get distracted on your own terms. 2

  1. I’ve submitted the extension to the Chrome Web Store. I’ll update the post with the link once it is available in the store. 

  2. I need a better ending 🤦