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^="/@"]