自动勾选实验选项
// ==UserScript==
// @name 自动勾选实验选项
// @namespace http://tampermonkey.net/
// @version 1.2
// @description 根据隐藏域自动勾选答案并提交表单
// @author You
// @match http://59.69.103.147/Reports/*
// @match http://59.69.101.153/lab/Reports/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
})();