6 ms·
For people who use YouTube and would like to remove distractions, I use the simple CSS script below along with the CSS styler extension Stylus to remove distrac
by b_b 8y ago
For people who use YouTube and would like to remove distractions, I use the simple CSS script below along with the CSS styler extension Stylus to remove distractions and stop me from jumping mindlessly from video to video.
/* Hide the Distracting Comments */
#comments {
display: none;
}
/* Hide Livestream Comments */
#chat {
display: none;
}
/* Hide Related Videos */
#related {
display: none;
}
- FiveSquared 8y agoWhat about this. https://duckduckgo.com/l/?kh=-1&uddg=https%3A%2F%2Flifehacker.com%2F5906775%2Fhow-to-fix-all-of-your-biggest-youtube-annoyances-hide-comments-turn-off-autoplay-and-more https://duckduckgo.com/l/?kh=-1&uddg=https%3A%2F%2Flifehacke... It helps a lot!