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