This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
if (!window.turntable) return alert("Not Loaded, Try Again."); | |
else console.log("Auto-Skip Initiated."); | |
const look = function (event) { | |
let src = window.youtube?.player?.[0]; | |
if (!src) return console.log("Auto-Skip: Not Youtube."); | |
let can = src.getPlayerState(); | |
if (can == "-1") return setTimeout(skip, 1000); |