|
|
@@ -0,0 +1,15 @@
|
|
|
+/*
|
|
|
+GitHub Education 认证破解
|
|
|
+
|
|
|
+利用 GitHub Education 解锁 Working Copy App
|
|
|
+启用此脚本后再 Safari 打开 https://workingcopy.app/education/ 点击「tap here to access all pro features.」中的 here 跳转到 Working Copy,登录自己的 GitHub 账号即可解锁
|
|
|
+
|
|
|
+[Script]
|
|
|
+^https:\/\/education\.github\.com\/api\/user$ url script-response-body https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/workingcopy/workingCopyUnlock.js
|
|
|
+
|
|
|
+[MITM]
|
|
|
+hostname = education.github.com
|
|
|
+
|
|
|
+*/
|
|
|
+
|
|
|
+$done({ body: '{"student": true}' });
|