Sleazy Fork is available in English.

Netflix Skip Intro Automation

This script automatically clicks the "Skip Intro" button for Netflix streams as soon as it appears.

ผู้เขียน
Björn Trier
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
5
คะแนน
0 0 0
เวอร์ชัน
1.0
สร้างเมื่อ
25-09-2023
อัปเดตเมื่อ
25-09-2023
สัญญาอนุญาต
MIT
ปรับใช้กับ

Description:

The autoClickSkipIntroButton function is designed to automate the process of clicking the "Skip Intro" button for Netflix streams as soon as it becomes available. It operates as an API-like function that observers changes in the Netflix video player, and when the "Skip Intro" button is detected, it automatically triggers a click action on the button.

Usage:

autoClickSkipIntroButton();

Behavior:

  • The function continuously monitors the Netflix video player for changes.
  • When the "Skip Intro" button becomes visible within the player, the function clicks on it automatically.
  • It ensures a seamless viewing experience by skipping intros without manual intervention.
  • The function is versatile and can be easily integrated into Netflix-related applications or browser extensions to enhance user experience.

Note:

  • It's important to include this function in your code after the Netflix video player is loaded and ready to use.
  • This function relies on the Mutation Observer API to detect changes in the DOM (Document Object Model) structure, specifically the appearance of the "Skip Intro" button.