Nozick / OMGJustShowMyGrade

// ==UserScript==
// @name         OMGJustShowMyGrade
// @namespace    http://tampermonkey.net/
// @version      1.488
// @description  This scripts uses AI to detect meaningless surveys and automatically fills them out with the most appropriate answer.
// @author       Your secret lover :33
// @match        http://ins.inha.uz/ITIS/STD/SU/*
// @license      MIT
// @grant        none
// ==/UserScript==

(function () {
  $('input[value=5]').click();
  $('#dlList_ctl08_rdolCheck_4').click();
  $('input[type="checkbox"').click();
  $('#txtNote1').val('lorem ipsum dolor sit amet');
})();