youtube-better-subscriptions
youtube-better-subscriptions copied to clipboard
Conflict witch cool addon.
I just writing mail to this addon creator: https://inzk.dev/tweaks-for-youtube/ [email protected]
read this: https://i.imgur.com/oIYTEbA.png Bug after today update. Please fix :(
Would the feature proposed in this PR https://github.com/OsaSoft/youtube-better-subscriptions/pull/169 solve your issue?
I fixed it by pasting this code to "Tweaks for YouTube" addon. BTW in my Firefox i don't see this new slider.
ytd-two-column-browse-results-renderer[page-subtype="subscriptions"]
ytd-rich-grid-renderer
#contents {
display: flex !important;
}
ytd-two-column-browse-results-renderer[page-subtype="subscriptions"]
ytd-rich-grid-renderer
ytd-rich-grid-row:not([is-shorts-grid])
#contents
ytd-rich-item-renderer {
width: calc(
100% / var(--ytd-rich-grid-items-per-row) - var(--ytd-rich-grid-item-margin) -
0.01px
) !important;
}