Pre 2024 Youtube UI

Revert to old Youtube UI

< Opinie na Pre 2024 Youtube UI

Ocena: Dobry - skrypt działa

§
Napisano: 10-04-2024

Pre 2024 Youtube UI may be returned with next custom rules in ad-blockers:

  • AdGuard
    youtube.com#%#//scriptlet('set-constant', 'yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid', 'false')
  • uBO
    youtube.com##+js(set, yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid, false)
§
Napisano: 12-04-2024

Does it also change the proportions to the old ones?
The script also changes the flags but the proportions needed to be handled independently.

§
Napisano: 13-04-2024
javascript:(function(){
  var player=document.querySelector("#movie_player");
  var video=player.querySelector("video");
  video.style.height=player.offsetHeight+"px";
  video.style.width=player.offsetWidth+"px";
  document.querySelector(".ytp-chrome-bottom").style.width=(player.offsetWidth-24)+"px";
})();

Not sure it's perfect, but it seems like an option...

§
Napisano: 22-07-2024

This change could enhance the user experience https://retrobowlgame.org by bringing back a familiar and preferred interface.

§
Napisano: 04-09-2024

That's interesting! It seems like there are specific custom rules for different ad-blockers to revert the Youtube UI to the pre-2024 version. I wonder if these rules also change the proportions to match the old ones, or if that requires a separate adjustment. https://fnafworld.io/

Odpowiedz

Zaloguj się, by odpowiedzieć.