@@ -46,9 +46,9 @@
<script>
if (
- location.href.includes(
- "https://ecs.qmth.com.cn:8878/oe/login/exam.qmth.com.cn"
- )
+ ["exam", "qmtest"]
+ .map((v) => "https://" + v + ".")
+ .some((v) => location.href.includes(v))
) {
(async function () {
!(function (c, b, d, a) {