自动填写作业平台客观题答案
< Feedback on 大连东软信息学院作业平台答案脚本
把
// @include http://hw-neusoft-edu-cn.portal.neutech.com.cn/hw/exercise/*
// @match http://*/*
改成
// @match http://hw-neusoft-edu-cn.portal.neutech.com.cn/hw/exercise/*
// @match *://hw.neusoft.edu.cn/hw/exercise/exercise.do*
试试
已进行修改
应当加条判定
if (location.href.substr(7, 41) == "hw.neusoft.edu.cn/hw/exercise/exercise.do" || location.href.substr(8, 41) == "hw.neusoft.edu.cn/hw/exercise/exercise.do") {
console.log("大连东软信息学院作业平台答案脚本");
//原业务代码
}