0% found this document useful (0 votes)
10 views1 page

LocalStorage Management Function

Uploaded by

datloli159
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

LocalStorage Management Function

Uploaded by

datloli159
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

function loginRedfinger() {

[Link]();
var currentLocalStorage = prompt('Nhap localstorage json: ')

var parse = null;

if ([Link]('userFloatInfo')) {
newLocalStorage = [Link](',"userFloatInfo"')[0]
newLocalStorage += ',"session_id"' +
[Link](',"session_id"')[1]
parse = [Link](newLocalStorage);
} else {
parse = [Link](currentLocalStorage);
}

for(var name in parse) {


[Link](name, parse[name]);
}

[Link]();
}

You might also like