YouTube - automatically expand subscription list

Automatically click the "Show More" subscriptions button in the side bar

< Feedback on YouTube - automatically expand subscription list

Question/comment

§
Posted: 2022-12-07
Edited: 2022-12-07

FIX: insert ,a[href^="/@"]

      const feedItem = lastSubscription.querySelectorAll(
        'a[href^="/feed/subscriptions/"],a[href^="/channel/"],a[href^="/user/"],a[href^="/c/"],a[href^="/@"]'
      );
valacarAuthor
§
Posted: 2022-12-08

Updated. Thanks for the fix.

Post reply

Sign in to post a reply.