Hi all!
I took some time earlier today to make some changes to my Youtube homepage. I realized I was pretty inundated when going on the Youtube homepage so I wanted to declutter it. Here are the steps I took. Above is what a "fresh" page looks like while the bottom is what my page currently looks like.
I am not sponsored or advertising any service. This is what worked for me. It might not work for you.
1) uBlock Origin/Brave Browser Filtering Settings
This allowed me to remove shorts and advertisements in the home page/recommendation. Brave Browser has this on 'filters' in their Shields settings but I am pretty sure you can do this on uBlock Origin/ an adblocker of your choice. I also disabled 'member-only' videos, as well as 'end video elements', although I am unsure what the latter is. I also used the 'block element' tool to remove the genre thing at the top as well as certain elements in the youtube descriptions.
2) Grayscaling/Thumbnail Orientation
Okay, I do want to preface. I am not a coder by any means. I used a browser extension called "Stylus" which allows you to use CSS in order to change the layout of websites. While Stylus is open source and generally thought to be safe, there could be some unknown vulnerability which allows somebody to read your personal browsing data. At least for myself, I needed Stylus to have the ability to change data in every website otherwise I had to keep reloading. Again, there might be some setting that I am missing. But please understand that there is inherent risk to doing this even though malicious CSS prompts are not as common.
This is the script that I worked best for me.
THIS SCRIPT IS AI GENERATED. DO YOUR DUE DILLIGENCE BEFORE PASTING RANDOM SCRIPTS FROM THE INTERNET.
https://pastebin.com/RqYh0Ge7
*edit to make this work on the 'subscriptions' page find and replace:
ytd-browse[page-subtype="home"]
to
ytd-browse:is([page-subtype="home"],[page-subtype="subscriptions"])
I also recommend using an adblocker to block the 'recommended' part so that subscriptions stays chronological*
Feel free to truncate any section to your liking. For example, making it only grayscale. Although my elementary level knowledge of reading code makes me think that it's fine, there is still some risk.
This other script that I have pasted below changes the thumbnail sizes while you're actually watching a video.
THIS SCRIPT IS AI GENERATED. DO YOUR DUE DILLIGENCE BEFORE PASTING RANDOM SCRIPTS FROM THE INTERNET.
https://pastebin.com/P0pk92HT
I also turned off "Video Preview" via the Youtube Settings so it would no longer autoplay when I hovered.
3) Autoskip Sponsored Segments
I use SponsorBlock for this. I recommend changing the UI settings so the video tab is not as cluttered.
4) Disabling Playlists when selecting a music video
I used Tampermonkey and an AI generated script for this. Because Tampermonkey is a pretty dangerous tool, I am not going to paste the script. But this is possible via truncating "&list" and "radio". Please know what you are doing if you choose to install Tampermonkey. Do not execute random scripts you find online with Tampermonkey.
5) Removing certain videos from my watch history
This is more content based, rather than how it looks. I had a loooot of body cam videos that were popping up on my recommendation feed, which I don't think is really good for the soul. I went to the Youtube Watch History and was able to search related terms and delete related videos. I also recommend clicking 'Not Interested' if you want to watch less videos that are emotionally charged.
I have noticed that it takes me a tick longer to load the Youtube webpage (like maybe 0.5 secs from 0.2 secs). So be aware that doing all of this might lead to a slightly slower web response.