9527 Posted Wednesday at 09:55 AM Share Posted Wednesday at 09:55 AM (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 Wednesday at 10:21 AM by 9527 Link to comment Share on other sites More sharing options...
Xiotplliaile Posted yesterday at 01:10 AM Share Posted yesterday at 01:10 AM 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