Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/b04b9d9c93540d6d410b9775827ecc95.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// JavaScript source code
// ==UserScript==
// @name AutoRatedbdxaao
// @namespace http://github.com
// @version 0.3
// @description dbdx自动老师评分
// @author Caijibai
// @match *://219.216.96.4/eams/quality/*
// @downloadURL https://update.greasyfork.icu/scripts/383106/AutoRatedbdxaao.user.js
// @updateURL https://update.greasyfork.icu/scripts/383106/AutoRatedbdxaao.meta.js
// ==/UserScript==
(() => {
"use strict";
var box = document.getElementById('app-main');
if (box) {
box.addEventListener('dblclick', function(){
[].forEach.call(document.getElementsByClassName('option-list'), e => {e.children[0].children[0].checked=true});
});
}
})();