NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name autoCount_tpcu // @namespace 台北程式科技大學驗證碼自動計算 // @version v1.87 // @grant none // ==/UserScript== var tmp; window.onload = function(){ tmp = eval(window.frames[2].document.querySelectorAll("font")[6].innerText.replace(/=/, '')); window.frames[2].document.querySelector("#ls_chkrand").value = tmp; console.log(`自動計算結果為${tmp}, by.ZoneTwelve`); }