The latest 2020 Wisdom Tree automatic brush class script code (March 3 update is available) :( 1.5 speed, automatic answer, automatically jump video)

The latest 2020 Wisdom Tree automatic brush class script code (March 3 update is available) :( 1.5 speed, automatic answer, automatically jump video)

document.querySelector('.volumeIcon').click();
document.getElementsByClassName('speedTab15')[0].click();
setInterval(function(){
    if(document.getElementsByClassName('passTime')[0].style.width == '100%'){
        setTimeout(function(){
           
            document.getElementById('nextBtn').click();
        },1000);
        setTimeout(function () {
         
            document.querySelector('.volumeIcon').click();
						document.getElementsByClassName('speedTab15')[0].click();
        },4000)
    }
    
 if(document.getElementsByClassName('bigPlayButton pointer')[0].style.display=='block')
    {
    document.getElementsByClassName('topic-item')[0].click()
    document.getElementsByClassName('el-dialog__footer')[5].click()
    document.getElementsByClassName('el-dialog__headerbtn')[5].click()
    document.getElementsByClassName('playButton')[0].click()
    }

},3000);

Specific methods are as follows:
Here Insert Picture DescriptionAfter entering the press F12 appears above web interface, click Console (console), and then copy the code into the input box below, press Enter (the Enter) 1.5 speed will automatically mute the playback

Published 12 original articles · won praise 17 · views 2989

Guess you like

Origin blog.csdn.net/qq1140037586/article/details/104643658