Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BroccoliYn618/QuantumultX-Script
/ getCache
Function
getCache
Script/Backup/JD_extra_cookie.js:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
if
($request) GetCookie();
16
17
function
getCache() {
18
var
cache = $.read(CacheKey) ||
"[]"
;
19
$.log(cache);
20
return
JSON.parse(cache);
21
}
22
23
function
GetCookie() {
24
try {
Callers
1
GetCookie
Function · 0.85
Calls
2
read
Method · 0.80
log
Method · 0.45
Tested by
no test coverage detected