Space-efficient Youtube

AKA: "Wide Youtube", AKA: "Wide video container" - Uses the page space on youtube more efficiently (especially good for high resolutions)

< Space-efficient Youtubeについてのフィードバック

質問/コメント

§
投稿日: 2022/10/20

Hello, the Script seems to be broken again,

Pic very related, so the issue that is being presented is that YouTube must have made some changes that made the video search container shorter note the thin line on the top only reach half way the entire page space and not all the way across the page to the right causing the script to not working properly since its limited to that tine space making it pretty much useless. as seen on the screenshot.

§
投稿日: 2022/10/20
編集日: 2022/10/20

Ok somehow I found a temporary fix, set this CSS in Stylebot

div.style-scope.ytd-item-section-renderer {
margin-right: -1000px;
}

1N07作者
§
投稿日: 2022/10/20

Fixed.

YT had just added yet another parent element to the container so my selector broke. I fixed it by literally removing a single character from my script lol

§
投稿日: 2022/10/20

Fixed.

YT had just added yet another parent element to the container so my selector broke. I fixed it by literally removing a single character from my script lol

Awesome stuff thank you very much!

返信を投稿

返信を投稿するにはログインしてください。