Restore YouTube Subscription List View
Restore the list view for the YouTube Subscriptions page faithful to the original layout, inline metadata, video descriptions, and a grid/list toggle placed exactly where it used to be.
All settings are configurable via the CFG object at the top of the script.
defaultView: "grid" // or "list"
If you dont like the centering you can change the maxWidth of the list in the config:
list: {
maxWidth: "90%",
}
descFetch: {
enabled: true,
maxTotalFetchesPerNav: 60,
maxConcurrent: 1,
sentenceCount: 2,
maxChars: 260,
},
MutationObserverIntersectionObserverThis script only runs on:
https://www.youtube.com/feed/subscriptions
Other YouTube pages remain untouched.
MIT