Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // EDU HACK REDDIT EDITON VERSION 1.0.2 //
- if (running == null) {
- var running = null; console.log('Program Loading...');
- var line = document.getElementById('activity-status');
- var actt = document.getElementById('activity-title'); var actt_skip = false;
- var iframe = document.getElementById('stageFrame'); console.clear();
- for (i=0;i<1;i++) {
- setInterval(function() {
- if (running == null) { running = true; console.log('Program Loaded! Enjoy!'); if (iframe.contentWindow.document.getElementById('invis-o-div') != null) {iframe.contentWindow.document.getElementById('invis-o-div').remove();} }
- if (iframe.contentWindow.document.getElementsByClassName('FrameRight')[0] != null) { iframe.contentWindow.document.getElementsByClassName('FrameRight')[0].onclick(); }
- if (iframe.contentWindow.document.getElementById('invis-o-div') != null) { iframe.contentWindow.document.getElementById('invis-o-div').remove(); console.clear(); console.log('Removed Barrier');}
- if (document.getElementsByClassName('footnav goRight')[0] != null) { document.getElementsByClassName('footnav goRight')[0].click();}
- if (iframe.contentWindow.document.getElementById('btnCheck') != null) { if (actt_skip == true) { iframe.contentWindow.document.getElementById('btnCheck').onclick(); } }
- if (line != null) { line.innerHTML = 'Script Active.'; line.style.color = '#777'; }
- if (actt != null) { if (actt.innerHTML == 'Instruction' || actt.innerHTML == 'Warm-Up' || actt.innerHTML == 'Unit Test Review') {actt.style.color = '#59ff5b'; actt_skip = true;} else {actt.style.color = '#ff5959'; actt_skip = false;} }
- },1000);
- }
- } else {
- console.log('Program already running!')
- }
Add Comment
Please, Sign In to add comment