youtube-better-subscriptions icon indicating copy to clipboard operation
youtube-better-subscriptions copied to clipboard

Conflict witch cool addon.

Open wrexwaz opened this issue 1 year ago • 2 comments

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 :(

wrexwaz avatar Sep 11 '23 15:09 wrexwaz

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

OsaSoft avatar Oct 03 '23 17:10 OsaSoft

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

wrexwaz avatar Oct 04 '23 05:10 wrexwaz