Paste into the browser console on a Netflix tab. Clicks the "Skip" button automatically every couple of seconds so you never sit through an intro again.
setInterval(()=>document.querySelector('[data-uia*="skip"]')?.click(),2000);Paste into the browser console on a Netflix tab. Clicks the "Skip" button automatically every couple of seconds so you never sit through an intro again.
setInterval(()=>document.querySelector('[data-uia*="skip"]')?.click(),2000);