9527 Posted January 29 Share Posted January 29 (edited) <iframe width="560" height="315" src="https://www.youtube.com/embed/bkbxgkP1ymA?si=MxLAaU3R7pmy3Aub" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> async function swich() { document.getElementsByTagName('button')[7].click(); await new Promise(resolve => setTimeout(resolve, 4000)); document.getElementsByTagName('button')[8].click(); } swich(); var Start_Auto_swich = setInterval(swich,8000); Edited January 29 by 9527 Link to comment Share on other sites More sharing options...
Xiotplliaile Posted January 30 Share Posted January 30 what Link to comment Share on other sites More sharing options...
Recommended Posts
You need to be a member in order to leave a comment
Sign up for a new account in our community. It's easy!
Register a new accountAlready have an account? Sign in here.
Sign In Now