File tree Expand file tree Collapse file tree
js&css/extension/www.youtube.com/general Expand file tree Collapse file tree 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
100100/*are the two lines above outdated?*/
101101html [it-pathname = '/' ][it-remove-home-page-shorts = "true" ] ytd-rich-section-renderer : has (ytd- rich- shelf- renderer[is-shorts ]),
102102html [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" ]),
103104html [it-pathname = '/feed/history' ][it-remove-history-shorts = "true" ] ytd-reel-shelf-renderer ,
104105html [it-pathname = '/feed/trending' ][it-remove-trending-shorts = "true" ] ytd-reel-shelf-renderer {
105106 display : none !important ;
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ extension.skeleton.main.layers.section.general = {
111111 } ,
112112 remove_subscriptions_shorts : {
113113 component : 'switch' ,
114- text : 'atSubscriptions'
114+ text : 'atSubscriptions' ,
115+ id : 'remove-subscriptions-shorts'
115116 } ,
116117 remove_trending_shorts : {
117118 component : 'switch' ,
You can’t perform that action at this time.
0 commit comments