Skip to content

Modified the execution of minimal functions in Youtube

Jeremy Dufour requested to merge ytScriptDev into master

Now the youtube.js script detects the Youtube loading bar progress with a Mutation Observer. This allows minimal to execute the Youtube functions without intervals.

Note: The script uses an interval to detect the Youtube loading bar element that takes some time to appear on the page.

Merge request reports