Anyway, here's the CSS, ready to be copied/pasted into Stylish, that makes both the metadata and the menu visible once again.
@namespace url("http://www.w3.org/1999/xhtml"); @-moz-document url-prefix("https://www.youtube.com/feed/subscriptions") { .ytcenter-gridview .yt-lockup-content { clear: left !important; } .ytcenter-gridview .menu-container { z-index: 9001 !important; } }It shouldn't be too hard to adapt this to other browsers, just copy what's inside the @-moz-document block and set it to only load for URLs beginning with https://www.youtube.com/feed/subscriptions. Make sure you don't copy/paste the period at the end of that sentence, lol.
This does have the side effect of making the menu button always visible, but to me, that's an enhancement. Therefore, issue closed as WONTFIX. If you'd like to make the menu easier to see, you can add a background color to the rules in the .ytcenter-gridview .menu-container selector. I personally recommend background-color: rgba( 255, 255, 255, 0.5 ) !important;.
Enjoy.
No comments:
Post a Comment
I moderate comments because when Blogger originally implemented a spam filter it wouldn't work without comment moderation enabled. So if your comment doesn't show up right away, that would be why.