效果圖:

一、軟體下載
https://www.lanzous.com/b01hihtxg
打包好的腳本+瀏覽器,打開即用,無需配置
二、軟體介紹
主要由瀏覽器+插件的形式實作輔助看課
完全模擬人工操作,自動答題,刷時長
適用于U校園

三、主要功能
進入課程后自動尋找未完成的任務點自動答題
自動查找答案,可設定時長等
四、注意事項
不自動切換下一題的話按F5重繪頁面即可,重新加載
五、核心代碼
function initView() {
view.top = $(
'<div id="box" style="border-radius: 1em;position: fixed;border: 1px double rgb(0,0,0); width: 300px; top: 30px; left: 1%; z-index: 999999; font-size: 15px; background-color: rgb(255,255,255); color: #000000;">' +
//'<div style="height: 1px;"><button name="show" style="float:right;border-radius:0 0em 0 0;overflow:hidden;border: 1px dashed rgb(0,0,0);background-color: rgb(0,0,0);width:4px;height: 6px;margin-top: 5px;margin-right: 10px;">隱藏</button></div>'+
'<div><button name="show" style="float:right;border-radius:0 1em 0 0;overflow:hidden;border: 0px double rgb(0,0,0);background-color: rgb(255,255,255);">隱藏</button></div>' +
'<div style="height: 25px; margin-top: 10px; text-align: center; font-size: x-large;">Uer Help</div>' +
'<div style="" id="div_main">' +
'<div style="margin: 0 5px; font-size: 15px;" id="info"></div>' +
'<hr>' +
'<div id="answerContent" style="margin: 10px; color: orange; font-size: medium; overflow-y: auto; max-height: 400px"></div>' +
'<hr>' +
'<div style="margin-left: 10px;margin-top: 5px;margin-bottom: 5px;text-align: left; color: rgb(114,188,114);">積分: <input οnfοcus="this.blur()" style="border:none;width: 55px;color: rgb(114,188,114);" id="score" name="score">' +
'<button id="showscore" name="showscore" style="float:right;margin-right: 10px;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">重繪</button></div>' +
'<hr>' +
'<div><button name="showb" style="float:right;border-radius:1em;overflow:hidden;border: 0px double rgb(0,0,0);background-color: rgb(255,255,255);">隱藏</button></div>' +
'<form style="margin: 0 5px;">' +
'<div style="" id="div_foot">' +
'<div style="color: red;margin-left: 70px;">引數修改后自動保存</div>' +
'<div>' +
'<label style="margin-left: 60px;float:center;"fo7="utoken">key(自動生成重繪即可):   </label>' +
'<input disabled="true" style="width: 70%;margin-left: 40px;margin-top: 5px;" id="utoken" name="utoken" placeholder="自動生成重繪即可">' +
'</div>' +
'<div>' +
'<label style="margin-left: 50px;float:left;margin-top: 5px;" for="timeout">答題延遲:   </label>' +
'<input id="timeout" name="timeout" type="number" min="500" style="margin-top: 5px;width: 55px; text-align: center;">' +
'<label for="timeout" style="margin-right: 15px;"> 毫秒</label>' +
'<div style="margin-top: 5px;overflow-y: auto;">' +
//<button name="dtbutton" style="margin-right: 10px;float:right;border-radius:0em;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">關閉普通自動答題</button>' +
'<button name="cz" style="margin-left: 20px;float:left;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">充值</button>' +
'<button name="dtbutton" style="margin-left: 10px;float:left;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">關閉普通自動答題</button>' +
'<button id="cleanlog" name="cleanlog" style="margin-left: 10px;float:left;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">清空日志</button>'+
'<button id="copykey" name="copykey" style="margin-top: 5px;margin-left: 20px;float:left;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">復制KEY</button>' +
'<button id="changekey" name="changekey" style="margin-top: 5px;margin-left: 20px;float:left;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">修改KEY</button>' +
'<button name="jsindex" style="margin-top: 5px;margin-left: 20px;float:left;border-radius:0em;overflow:hidden;border: 1px double rgb(0,0,0);background-color: rgb(255,255,255);">腳本主頁</button>' +
'</div>' +
'</form><br>' +
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/185079.html
標籤:其他
上一篇:建立網站的選擇
下一篇:網頁制作程序中怎么配色
