File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
js&css/extension/www.youtube.com/general Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ html[it-pathname='/feed/subscriptions'][it-remove-subscriptions-shorts="true"] y
100
100
/*are the two lines above outdated?*/
101
101
html [it-pathname = '/' ][it-remove-home-page-shorts = "true" ] ytd-rich-section-renderer : has (ytd- rich- shelf- renderer[is-shorts ]),
102
102
html [it-pathname = '/feed/subscriptions' ][it-remove-subscriptions-shorts = "true" ] ytd-rich-section-renderer : has (ytd- rich- shelf- renderer[is-shorts ]),
103
+ html [it-pathname = '/feed/subscriptions' ][it-remove-subscriptions-shorts = "true" ] ytd-item-section-renderer : has (a[href = "/feed/subscriptions/shorts" ]),
103
104
html [it-pathname = '/feed/history' ][it-remove-history-shorts = "true" ] ytd-reel-shelf-renderer ,
104
105
html [it-pathname = '/feed/trending' ][it-remove-trending-shorts = "true" ] ytd-reel-shelf-renderer {
105
106
display : none !important ;
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ extension.skeleton.main.layers.section.general = {
111
111
} ,
112
112
remove_subscriptions_shorts : {
113
113
component : 'switch' ,
114
- text : 'atSubscriptions'
114
+ text : 'atSubscriptions' ,
115
+ id : 'remove-subscriptions-shorts'
115
116
} ,
116
117
remove_trending_shorts : {
117
118
component : 'switch' ,
You can’t perform that action at this time.
0 commit comments