Guest User

Untitled

a guest
Oct 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // for Online Faculty Evaluation System (OFES) of FEUTECH
  2. // how to use:
  3. // simply open your browser's console (ctrl + shift + j) and paste this one-liner
  4. document.forms[0].querySelectorAll('select[name]').forEach(e => { e.value = 5 })
Add Comment
Please, Sign In to add comment