您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
// ==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(); }); })();