jwcnew-nefu-xspj-auto-fill

jwcnew.nefu.edu.cn教学评价自动填充

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

You will need to install an extension such as Tampermonkey to install this script.

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

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

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         jwcnew-nefu-xspj-auto-fill
// @namespace    nefu
// @version      0.1
// @description  jwcnew.nefu.edu.cn教学评价自动填充
// @author       Jim Smith
// @match        http://jwcnew.nefu.edu.cn/dblydx_jsxsd/xspj/xspj_edit.do*
// @license      MIT
// @grant        none
// ==/UserScript==

//Compiled by Babel from https://gist.github.com/myfreeer/b8833eabaf8779b96a91afda686a839b
function _toConsumableArray(arr) { 'use strict'; if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }

(function () {
    'use strict';
    [].concat(_toConsumableArray(document.querySelectorAll('#table1 > tbody > tr > td > input:nth-child(1)'))).map(function (e) {
        return e.click();
    });
})();