From 998ac9238edb329bf988df40d8dacfa3cde15239 Mon Sep 17 00:00:00 2001 From: notevenaperson <66701832+notevenaperson@users.noreply.github.com> Date: Sat, 21 May 2022 17:08:15 +0100 Subject: [PATCH 1/2] youtube: Don't filter #right-arrow because it breaks all horizontal lists --- filters/floating_filters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/floating_filters.txt b/filters/floating_filters.txt index 4a9570901..a51dc300c 100644 --- a/filters/floating_filters.txt +++ b/filters/floating_filters.txt @@ -9173,7 +9173,7 @@ youtube.com###header.ytd-c4-tabbed-header-renderer:style(position: absolute !imp youtube.com###header:style(transform: none !important; margin-top: 0 !important;) youtube.com###masthead-container:style(position: absolute !important; transition: none !important; transform: none !important;) youtube.com###masthead-positioner, #yt-masthead-container:style(position: relative !important; top: 0 !important;) -youtube.com###masthead-positioner-height-offset, #right-arrow, .iv-branding.annotation-type-custom.annotation, .ytp-promotooltip-wrapper +youtube.com###masthead-positioner-height-offset, .iv-branding.annotation-type-custom.annotation, .ytp-promotooltip-wrapper youtube.com###wrapper.app-header-layout > [slot="header"]:style(position: relative !important; left: 0 !important;) youtube.com##.appbar-guide-menu-layout, .gstl_50.sbdd_a, .js-yt-header.yt-header, ytd-mini-guide-renderer.ytd-app, app-drawer[opened=""][persistent=""], ytd-two-column-browse-results-renderer[page-subtype="history"] #secondary.ytd-two-column-browse-results-renderer:style(position: absolute !important;) youtube.com##.no-scroll #page-manager:style(margin-top: 0px !important) From 3833d60adc10128166401f4584fc77ef5dc15920 Mon Sep 17 00:00:00 2001 From: notevenaperson <66701832+notevenaperson@users.noreply.github.com> Date: Sat, 21 May 2022 17:35:14 +0100 Subject: [PATCH 2/2] actually, just make it more specific. don't remove it. the issue in #260 still exists. --- filters/floating_filters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/floating_filters.txt b/filters/floating_filters.txt index a51dc300c..7db4e111f 100644 --- a/filters/floating_filters.txt +++ b/filters/floating_filters.txt @@ -9173,7 +9173,7 @@ youtube.com###header.ytd-c4-tabbed-header-renderer:style(position: absolute !imp youtube.com###header:style(transform: none !important; margin-top: 0 !important;) youtube.com###masthead-container:style(position: absolute !important; transition: none !important; transform: none !important;) youtube.com###masthead-positioner, #yt-masthead-container:style(position: relative !important; top: 0 !important;) -youtube.com###masthead-positioner-height-offset, .iv-branding.annotation-type-custom.annotation, .ytp-promotooltip-wrapper +youtube.com###masthead-positioner-height-offset, #chips-wrapper > #right-arrow, .iv-branding.annotation-type-custom.annotation, .ytp-promotooltip-wrapper youtube.com###wrapper.app-header-layout > [slot="header"]:style(position: relative !important; left: 0 !important;) youtube.com##.appbar-guide-menu-layout, .gstl_50.sbdd_a, .js-yt-header.yt-header, ytd-mini-guide-renderer.ytd-app, app-drawer[opened=""][persistent=""], ytd-two-column-browse-results-renderer[page-subtype="history"] #secondary.ytd-two-column-browse-results-renderer:style(position: absolute !important;) youtube.com##.no-scroll #page-manager:style(margin-top: 0px !important)