Greasy Fork is available in English.

大连东软信息学院作业平台答案脚本

自动填写作业平台客观题答案

< Feedback on 大连东软信息学院作业平台答案脚本

Question/comment

§
Posted: 2021-03-18

应当加条判定

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("大连东软信息学院作业平台答案脚本");
//原业务代码
}

§
Posted: 2021-03-18

// @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*

试试


wang0077Author
§
Posted: 2021-03-18

已进行修改

Post reply

Sign in to post a reply.