Why YSK: Youtube’s enshittification creates an abysmal experience. There’s a list of Chrome extensions I’ve collected over the years that each fix an aspect of Youtube to bring back a genuine experience. I’ve seen in comments people mention one or two of these at a time, so this is a pack that contains everything you could need, and more.

Sample:

Essential Plugins:

  • Ghostery: Blocks trackers and ads
  • uBlock Origin: Blocks In-video ads
  • SponsorBlock: Skips in-video sponsor segments
  • Return Youtube Dislike: Returns the dislike button
  • DeArrow: Better titles and thumbnails, removes clickbait
  • Youtube Redux: Returns youtube to the older style
  • Style Bot: This tool allows you to edit CSS. With a bit of setup, you can use it to block sponsored videos from appearing in our video suggestions:
  1. Open Stylebot options
  2. Styles > New Style

URL: Youtube.com

CSS (copy and paste):

ytd-ad-slot-renderer,
ytd-rich-item-renderer:has(
  > #content
    > ytd-ad-slot-renderer
){
  display: none;
}
  1. Save Style and Refresh Youtube

Optional:

  • MrSilkworm@lemmy.ml
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    3 天前

    uBlock origin, Sponsor block, dark reader and return YouTube dislike will do the trick.

    Use those on a privacy orientented browser like librewolf on desktop or fennec on android.

    Also setting a private DNS would be helpfull. Adguard is a good one.

    Lastly there is always the choice of Revanved if you’re a little tech savvy and use Android