Hello, Lemmy People’s

If you’re as addicted to YouTube as I am, you’ll understand the countless hours we’ve all spent on the platform. Nowadays, YouTube has transformed into something quite different, with features that serve the mighty Google but may not be exactly what we’re looking for. I’ve got just the thing for you - YouTube Tools/Extension!!

Android:

  1. ReVanced - It’s provides additional features and customization options via patches. (There are many tutorials available for building an custom APK)

  2. ReVanced Extended - It’s the same as OG ReVanced, but it provides additional extra patches.

  3. NewPipe - The lightweight YouTube experience for Android

  4. NewPipe Extended - A fork of NewPipe with SponsorBlock and Return YouTube Dislike functionality.

iOS:

  1. uYou+ - uYou+ is a modified version of uYou with additional features and mainly made for non jailbroken users!

  2. uYou+ Extra - It’s the same as uYou+, but it provides additional extra features.

  3. YouTube Reborn - It’s LillieH1000’s YouTube Reborn but, this fork does some improvements.

  4. YouTube Reborn Plus - LillieH1000’s YouTube Reborn but with even more features!

Desktop/PC:

  1. FreeTube - FreeTube is a YouTube client for Windows, Mac, and Linux built around using YouTube more privately.

TV:

  1. SmartTube - SmartTube - an advanced player for set-top boxes and tv running Android OS

YT Frontend:

  1. Invidious - Invidious is an open source alternative front-end to YouTube.

  2. Piped Video - An open-source alternative frontend for YouTube which is efficient by design.

  3. Libretube - An alternative frontend for YouTube, for Android.

This is a highly popular YouTube frontend, but there’s even more to discover here LibRedirect also it’s a web extension that redirects YouTube, Twitter, TikTok, and other websites to alternative privacy friendly frontends.

Extensions:

  1. uBlock Origin - Free, open-source ad content blocker.

Currently, there’s an annoying popup problem, but don’t worry, you can resolve it with these simple steps.[1], [2], also checkout uBlock subreddit.

  1. Return YouTube Dislike -It’s an open-source extension that returns the YouTube dislike count.

  2. SponsorBlock - Easily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos.

  3. Enhancer for YouTube - Take control of YouTube and boost your user experience! Chrome Web Store | Edge Add-ons

  4. BlockTube - It allows you to block specific channels and videos that you don’t wish to see or get recommended with. Chrome Web Store | Firefox Add-ons

  5. DeArrow - DeArrow is an open source browser extension for crowdsourcing better titles and thumbnails on YouTube. The goal is to make titles accurate and reduce sensationalism. No more arrows, ridiculous faces, and no more clickbait.

  6. Unhook - Hide YouTube related videos, comments, shorts tab, suggestions wall, homepage recommendations, trending, and other distractions.

  7. RemoveAdblockThing - Removes The “Ad blocker are not allowed on Youtube”

Extra:

  1. PocketTube - Youtube Subscription Manager, The best way to group your subscriptions.

  2. YouT-ube - Add a - after the t in youtube, it’s redirect to embed video type format to bypass YouTube’s non-skippable ads.

  3. Video Bypass - Watch YouTube videos locally by clicking a button.

Besides these, there are plenty more tools/extensions and user scripts on Greasy Fork and Tampermonkey. If you discover any new and useful ones, feel free to drop a comment.

Thanks for reading.

Edit1: Added TV section.

  • Paradox
    link
    fedilink
    English
    79 months ago

    https://github.com/dmunozv04/iSponsorBlockTV

    Docker container that you run on a computer on your network, such as an RPi, and add your YouTube playing TVs and Chromecasts and consoles and such. It watches what you’re playing and provides sponsorblock skipping for them automatically

    If you’re using Linux and have podman v4.4 or higher installed, you can use this container file to load it as a systemd service:

    [Unit]
    Description="Sponsorblock for networked youtube clients"
    Wants=network-online.target
    After=network-online.target
    
    [Install]
    WantedBy=multi-user.target default.target
    
    [Service]
    Restart=always
    TimeoutStartSec=900
    
    [Container]
    Image=ghcr.io/dmunozv04/isponsorblocktv:latest
    Volume=/etc/containers/config/sponsorblock:/app/data
    

    You’ll need to generate the config file by hand the first time, follow the instructions in the GitHub wiki above

    • @stefanyas@lemmy.ml
      link
      fedilink
      English
      19 months ago

      How does the computer know what to block? Do I need to provide a hotspot to my TV or Chromecast from my laptop, for example?

      • Paradox
        link
        fedilink
        English
        18 months ago

        Computer acts as a phone and connects to your YouTube player. It gets information about what you’re watching, and checks against the sponsorblock database. If it finds a match, it sends skip commands to the player when a section of the video needs skipping