安徽省住房和城乡建设行业教育培训管理平台/安徽住建/安徽二建/教育培训/二建/住建 取消20分钟视频暂停以及新增自动点击播放按钮

安徽省住房和城乡建设行业教育培训管理平台/安徽住建/安徽二建 取消20分钟视频暂停以及新增自动点击播放按钮。 ,------------------- 客户忙或需全自动帮忙 请+:muzhihuoying----------------------

// ==UserScript==
// @name    安徽省住房和城乡建设行业教育培训管理平台/安徽住建/安徽二建/教育培训/二建/住建  取消20分钟视频暂停以及新增自动点击播放按钮
// @namespace 安徽省住房和城乡建设行业教育培训管理平台/安徽住建/安徽二建  取消20分钟视频暂停以及新增自动点击播放按钮
// @version  1.1
// @grant    none
// @license  MIT
// @author   muzhihuoying
// @description  安徽省住房和城乡建设行业教育培训管理平台/安徽住建/安徽二建  取消20分钟视频暂停以及新增自动点击播放按钮。 ,------------------- 客户忙或需全自动帮忙 请+:muzhihuoying----------------------
// @match        http://117.68.7.59:8001/*
// ==/UserScript==
(function() {
    'use strict';

    // Your code here...
  
  
  var mydiv2=document.getElementsByClassName('dplayer-play-icon');

  setInterval(function(){
	if(mydiv2.length>0){
    
    
if(document.getElementsByClassName('dplayer-play-icon')[0].firstChild.firstChild.attributes[0].nodeValue=='M15.552 15.168q0.448 0.32 0.448 0.832 0 0.448-0.448 0.768l-13.696 8.512q-0.768 0.512-1.312 0.192t-0.544-1.28v-16.448q0-0.96 0.544-1.28t1.312 0.192z'){
	document.getElementsByClassName('dplayer-play-icon')[0].click();
}
    

  }  }, 10000)

})();