Skip to content

mostafa-abdelbrr/auto-skip-cufe-chs-staff-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Usage guide:

Two ways:

Editing default score:

Edit it in the manual method or from the script in Tampermonkey.

value='6'

Change 6 to whichever value you want, I think score 1 is 0? Find out from the inspect element. 6 means "Can not answer" which makes the system skip your evaluation while calculating the staff's score, but it won't lock your account. This is my hypothesis, but I did it for 3 semesters at least and my account wasn't locked, thankfully.

Manual method:

var jqry = document.createElement('script');
jqry.src = "https://code.jquery.com/jquery-3.3.1.min.js";
document.getElementsByTagName('head')[0].appendChild(jqry);
setTimeout( () => {
    $("td").children("input[value='6']").prop("checked", true);
    $("input[type='submit']").click()
}, 1000);

Automatic method (extension):

About

Auto skip CUFE CHS staff evaluation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published