Greasy Fork is available in English.
Enhancements for Netflix video player: skip intro, skip outro, and more.
Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.
Escape
Improved code organization and readability by using meaningful variable names and adding comments.Refactored code to avoid repetition by extracting common functionality into separate functions.Introduced a configuration object to store and manage settings more efficiently.Enhanced the settings dialog with tooltips and consistent styling for better user experience.Optimized performance by using a MutationObserver instead of setInterval for handling skip actions.Added error handling to catch and handle any potential errors gracefully.