Skip to content

Commit 6172702

Browse files
authored
Update URL Matching because EP changed it
it was https://(www.)educationperfect.com/app/* it now is https://app.educationperfect.com/app/*
1 parent c5a76e1 commit 6172702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// @downloadURL https://raw.githubusercontent.com/KEN-2000l/EducationPerfected/main/script.js
77
// @description Auto-answer Education Perfect Tasks at HIGH Speeds
88
// @author KEN_2000, Garv
9-
// @match *://www.educationperfect.com/app/*
9+
// @match *://*.educationperfect.com/*
1010
// @grant none
1111
// ==/UserScript==
1212

0 commit comments

Comments
 (0)