this post was submitted on 23 Jul 2024
132 points (89.8% liked)

Technology

57997 readers
2851 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Hey, I was browsing youtube in private mode, and out of nowhere it started looking like this, I really hope this doesn't go through lolol...

(the black square bottom right is probably an ad being blocked.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 001Guy001@lemm.ee 2 points 1 month ago

Some ways to try to revert it (some have already been mentioned)

๐Ÿ‘‰ Go to this page and check if you're able to opt out of the "Redesigned Watch Page" (source)

๐Ÿ‘‰ Install a userscript addon like Violentmonkey, and then use a script like Classic Youtube Layout (which is based on this script which was outdated in regards to the related videos sidebar)

  • If you get an error about the @match line of the script then click on allow edits and change it from *.youtube.com/* to *://*.youtube.com/*, or install the script as it is and then put *://*.youtube.com/* in the "@match rules" line in the settings tab of the script
  • There's also this script that you would need to add its code manually to the userscript addon by clicking on the new script icon (see the author's post for more details)

๐Ÿ‘‰ Use uBlock Origin filters like these or these

  • Note that youtube.com##+js(set, yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid, false) should be enough to change the UI back for the most part

๐Ÿ‘‰ Use this userscript and Stylus style

๐Ÿ‘‰ The addon Enhancer for YouTube (Firefox / Chrome) also reverts the UI, at least partially

๐Ÿ‘‰ (might only work some times) Use the addon CustomTube - Firefox / Chrome (the default UI is from 2017 but you can choose 2021 in the settings. It's not exactly like the one from 2023 but it's close enough)

  • note that it removes some buttons like Join by default so go over the settings if relevant

If you also want to change the number of videos per row in the subscription page and channels' videos page, then you can add this uBlock Origin code to the "My filters" tab (at the end click "Apply changes", or Ctrl+S) (this is for 6 items per row but you can change the number in the first 2 line as needed) (source 1 / source 2)

youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-items-per-row: 6 !important;)
youtube.com##ytd-rich-grid-renderer:style(--ytd-rich-grid-posts-per-row: 6 !important;)
youtube.com##ytd-two-column-browse-results-renderer.grid-6-columns:style(width: 100% !important;)
youtube.com##ytd-rich-grid-row, #contents.ytd-rich-grid-row:style(display:contents !important;)
youtube.com##ytd-two-column-browse-results-renderer.grid:not(.grid-disabled):style(max-width: 100% !important;)