tft每日頭條

 > 科技

 > 智慧樹網課代碼

智慧樹網課代碼

科技 更新时间:2024-11-20 13:25:03

經過檢測代碼二更加穩定,推薦使用。

智慧樹自動關閉彈窗,自動跳轉下一節,代碼如下:

console.log("成功運行自動刷網課智慧樹版"); var _it = null; start(); // 彈題修複 setInterval(function(){ $(".popboxes_close.tmui_txt_hidd").click(); },500); closeQuestion(); function closeQuestion(){ clearInterval(_it); var t = $(".popboxes_close.tmui_txt_hidd"); if( t.length != 0 ){ t.click(); } if( $(".popboxes_close.tmui_txt_hidd").length != 0 ){ closeQuestion(); }else{ start(); } } function start(){ // 靜音修複 setInterval(function(){ if(!$(".volumeBox").hasClass("volumeNone")){ $(".volumeIcon").click(); console.log("【提示】刷課程序已将視頻靜音"); } },100); _it = setInterval(function(){ console.log("【提示】刷課程序運行中"); // 關閉彈題 closeQuestion() // 判斷清晰度調整為高清 // if(!$(".line1bq").hasClass("active")){ // $(".line1bq").click(); // console.log("【提示】刷課程序已将清晰度調整為“标清”"); // } // 1.5倍速 $(".speedTab15").click(); // 下一節課 if($("div.bigPlayButton").attr("style") != "display: none;" && $(".popboxes_close.tmui_txt_hidd").length === 0 ){ $("#nextBtn").click(); } },5000); }

智慧樹網課代碼(智慧樹自動關閉彈窗)1

代碼二:

var ti = $("body"); var video = $(".catalogue_ul1 li[id*=video-]"); var i = 1; var v = 1; video.css("color", "blue"); console.log("已選取" video.length "個小節,并已用藍色标明,請檢查是否有遺漏,如有遺漏,概不負責"); setTimeout(function () { $('.speedTab15').click(); $('.volumeIcon').click(); console.log("已進行靜音和1.5倍加速"); }, 3000); ti.on("DOMNodeInserted", function (e) { if (e.target.textContent == "關閉") { console.log("檢測到第" i "個彈題窗口"); window.setTimeout(function () { document.getElementById("tmDialog_iframe").contentWindow.document.getElementsByClassName("answerOption")[0].getElementsByTagName("input")[0].click(); $(".popbtn_cancel").click(); console.log("已關閉"); }, 3000); i ; } else if (e.target.textContent == "本節視頻,累計觀看時間『100%』") { console.log("檢測到視頻觀看完成,準備跳到下一節"); $('.next_lesson_bg').find('a').trigger('click'); console.log("已跳轉"); setTimeout(function () { $('.volumeIcon').click(); $('.speedTab15').click(); console.log("已進行靜音和1.5倍加速"); }, 6000); v ; console.log("目前播放了" v "個視頻"); } });

智慧樹網課代碼(智慧樹自動關閉彈窗)2

具體教程:

隻限谷歌浏覽器和火狐浏覽器使用,如果第一次失敗,請重新試一下次。

教程:将代碼複制進入浏覽器按F12鍵,在右邊console中輸入代碼回車鍵

智慧樹網課代碼(智慧樹自動關閉彈窗)3

智慧樹網課代碼(智慧樹自動關閉彈窗)4

​編輯

,

更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!

查看全部

相关科技资讯推荐

热门科技资讯推荐

网友关注

Copyright 2023-2024 - www.tftnews.com All Rights Reserved