Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
var url = $request.url; | |
var cons = "getUserInfo"; | |
if(url.indexOf(cons) != -1) | |
{ | |
obj["status"]= "success"; | |
obj["data"]["id"]= 248997; | |
obj["data"]["description"]= ""; | |
obj["data"]["config_item"]= "{\"avatar_path_40\":\"boy_8.png\"}"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
var url = $request.url; | |
var cons = "getUserInfo"; | |
if(url.indexOf(cons) != -1) | |
{ | |
obj["status"]= "success", | |
obj["status"]["message"]= "success", | |
obj["status"]["code"]= 200, | |
obj["data"]["is_vn"]= true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
var url = $request.url; | |
var cons = "getUserInfo"; | |
if(url.indexOf(cons) != -1) | |
{ | |
obj["data"]["lastVipExpireTime"]= 253378108800; | |
obj["data"]["isIapLog"]= true; | |
} | |
$done({body: JSON.stringify(obj)}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
obj["subscription"]= { | |
"in_free_trial_window": true, | |
"subscription_plan": "com.calm.yearly.trial.one_week.usd_50", | |
"began": "2019-04-22T12:12:54.000Z", | |
"is_lifetime": true, | |
"valid": true, | |
"is_renewable": true, | |
"is_in_billing_retry_period": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
var url = $request.url; | |
var cons = "user/info"; | |
if(url.indexOf(cons) != -1) | |
{ | |
obj["data"]["premium"]["is_premium"] = true; | |
} | |
$done({body: JSON.stringify(obj)}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 20191020_070434 | |
[general] | |
;server_check_url=http://www.google.com/generate_204 | |
;geo_location_checker=http://www.example.com/json/, https://www.example.com/script.js | |
;dns_exclusion_list=*.qq.com, qq.com, *.cmpassport.com | |
;ssid_suspended_list=LINK_22E174, LINK_22E175 | |
;udp_whitelist=53, 123, 1900, 80-443 | |
;excluded_routes= 192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8 | |
;icmp_auto_reply=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
obj= { | |
"data": { | |
"errorCode": 0, | |
"sandbox": 0, | |
"purchaseTime": 1571682188, | |
"expireTime": 4092611821, | |
"productId": "VIP_yearly_29.99", | |
"appleVip": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var obj = JSON.parse($response.body); | |
obj= { | |
"status": 0, | |
"expires_date": "9999-06-06 19:57:41" | |
}; | |
$done({body: JSON.stringify(obj)}); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^https?:\/\/(\w+\.)?(ads|adserver|uniad|ad-|pagead|adformat|log\w?|tj|tongji|analysis|stat|stats|statis|trace|track|tracking|click)\.\w+\.(com|cn|org|info|io|net|vn) url reject | |
//apple | |
^http?://ocsp.apple.com/* url reject | |
^https?://graph.facebook.com/network_ads_common/* url reject | |
^https?://graph.facebook.com/.+activities url reject | |
^https?://graph.facebook.com/.+advertiser_id=* url reject | |
^https?://www.facebook.com/adnw_logging/* url reject |
NewerOlder