Berkay Demirbasberkay.fyi
All snippets

Auto-skip Netflix intros

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);