TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Chrome extension makes YouTube default to 1.5x speed

2 pointsby nomilk12 months ago

3 comments

tripplyons12 months ago
I have tried these kinds of extensions before, and it always seems easier to just press "<" on my keyboard to slow down the video and ">" to speed it up, which is supported by default on YouTube.
评论 #40611187 未加载
Grimeton12 months ago
People need to use tamper monkey. Not that you can just find tons of scripts that just do the trick, sometimes it&#x27;s rather easy to get things done:<p>Just create a new script on Youtube and add:<p><pre><code> document.getElementsByTagName(&#x27;video&#x27;)[0].playbackRate=1.5 </code></pre> Set the start to &quot;document-end&quot; et voila.
nomilk12 months ago
I&#x27;m a heavy user of Video Speed Controller [1] but it requires you alter the speed from 1x for every video. When exercising, doing housework, or anything away from the computer, I usually want informational content to continue humming along at ~1.5x speed. This tiny extension adjusts the speed to 1.5x speed without you needing to do anything.<p><a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;video-speed-controller&#x2F;nffaoalbilbmmfgbnbgppjihopabppdk?hl=en" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;video-speed-control...</a>