山东大学评教

try to take over the world!

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         山东大学评教
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://bkjws.sdu.edu.cn/*
// @grant        none
// ==/UserScript==
function hyx_fill_in(){
	var i;
	for(i = 0; i <= 20; i++){
		str_root = "input#zbda_";
		var str = str_root + i.toString();
		if(i == 19){
			$(str)[2].click();
		}
		else{
			$(str)[0].click();
		}
	}
	$("textarea#zbda_21").val("内容充实,主题明确,讲解生动,受益匪浅");
}

(function() {
	var hyx_button = "<div id = 'game_gauge' style = 'width: 50px; height: 50px; position: fixed; left: 65%; top: 0%; z-index: 9999; transform: rotateY(180deg);'><img src = 'http://localhost/Web/picture_web/arrow.jpg'></img></div>";
    var hyx_div = document.createElement("div");
    document.body.appendChild(hyx_div);
	hyx_div.innerHTML = hyx_button;
	$("div#game_gauge").click(function(){
		hyx_fill_in();
		$("a#tjButtonId").click();
		$("button.aui_state_highlight").click();
	});
})();