Automatically click the "Show More" subscriptions button in the side bar
< 脚本YouTube - automatically expand subscription list的反馈
FIX: insert ,a[href^="/@"]
,a[href^="/@"]
const feedItem = lastSubscription.querySelectorAll( 'a[href^="/feed/subscriptions/"],a[href^="/channel/"],a[href^="/user/"],a[href^="/c/"],a[href^="/@"]' );
Updated. Thanks for the fix.
登录以回复
FIX: insert
,a[href^="/@"]