OsaSoft / youtube-better-subscriptions

This extension for Firefox and Chrome aims to make navigating YouTube's subscription grid easier by allowing users to hide watched videos
GNU General Public License v3.0
122 stars 21 forks source link

Conflict witch cool addon. #154

Open wrexwaz opened 1 year ago

wrexwaz commented 1 year ago

I just writing mail to this addon creator: https://inzk.dev/tweaks-for-youtube/ support@inzk.dev

read this: https://i.imgur.com/oIYTEbA.png Bug after today update. Please fix :(

OsaSoft commented 1 year ago

Would the feature proposed in this PR https://github.com/OsaSoft/youtube-better-subscriptions/pull/169 solve your issue?

wrexwaz commented 1 year ago

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;
}