You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gist is a collection of awesome scripts to help both students and teachers!
eduservices.uqu.edu.sa
Auto Course Evaluation
Script
constrating=prompt("Enter a number between 1 (bad) and 5 (good)");document.querySelectorAll('input[value="'+rating+'"]').forEach((e)=>e.click());document.querySelector('input[type="submit"]').click();
Bookmark
javascript:(function(){constrating=prompt("Enter a number between 1 (bad) and 5 (good)");document.querySelectorAll('input[value="'+rating+'"]').forEach(e=>e.click());document.querySelector('input[type="submit"]').click();})();