Script/Surge/JS/VUE.js

14 lines
601 B
JavaScript
Raw Normal View History

2019-11-22 11:12:44 +08:00
/*
VUE Vlog app unlocks pro
Surge4.0:
2019-11-22 15:02:11 +08:00
http-response https:\/\/api\.vuevideo\.net\/api\/v1\/(users\/.+\/profile|subtitle\/prepare) requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/VUE.js
2019-11-22 11:12:44 +08:00
QX 1.0.0:
2019-11-22 15:02:11 +08:00
^https:\/\/api\.vuevideo\.net\/api\/v1\/(users\/.+\/profile|subtitle\/prepare) url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/VUE.js
2019-11-22 11:12:44 +08:00
Surge & QX Mitm = api.vuevideo.net
*/
body = $response.body.replace(/\"isPremium\":false/, "\"isPremium\":true").replace(/\"valid\":false/, "\"valid\":true")
$done({body});