Last active
December 17, 2025 12:45
-
-
Save alana314/6bdc9af962fd8620a4fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Now with less jquery | |
| //1) go to your my-list page, and scroll to the bottom to make sure it's all loaded: | |
| //http://www.netflix.com/browse/my-list | |
| //2) Next, paste this in your developer tools console and hit enter: | |
| [...document.querySelectorAll('.slider [aria-label]')].map(ele => ele.getAttribute('aria-label')) | |
| //or use this to copy the list to your clipboard: | |
| copy([...document.querySelectorAll('.slider [aria-label]')].map(ele => ele.getAttribute('aria-label'))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New, Support extracting title, URL to watch and Image + description,
Best things is Auto Scroll,
Future proof for class change, time in config,
Option to skip description to make it fast.
Step 1: Go to Netflix - My List - https://www.netflix.com/browse/my-list
Step 2: Press
Control + Shift + Jon Windows/Linux orCommand + Option + Jon MacStep 3: Copy Paste Below script