You are on page 1of 1

javascript:(function%20()%20{%20%20var%20t%20=%20document.

createElement('div');%20%
20var%20a%20=%20document.createElement('a');%20%20a.appendChild(document.createTe
xtNode('X'));%20%20a.setAttribute('href',%20'#');%20%20a.style.position%20=%20'absolute';%
20%20a.style.top%20=%20'10px';%20%20a.style.right%20=%20'10px';%20%20a.style['text-
decoration']%20=%20'none';%20%20a.style.color%20=%20'#fff';%20%20t.appendChild(a);%20
%20a.onclick%20=%20function()%20{%20%20%20%20%20%20t.remove();%20%20};%20%20
t.style.width%20=%20'50%';%20%20t.style.position%20=%20'absolute';%20%20t.style.top%20
=%20'25%';%20%20t.style.left%20=%20'25%';%20%20t.style['background-
color']%20=%20'gray';%20%20t.style['text-
align']%20=%20'center';%20%20t.style.padding%20=%20'50px';%20%20t.style.color%20=%20'
#fff';%20%20t.style['z-
index']%20=%2010000;%20%20var%20l%20=%20document.createElement('input');%20%20l.s
etAttribute('type',%20'file');%20%20l.setAttribute('id',%20'fileinput');%20%20l.onchange%20=%2
0function(e)%20{%20%20%20%20%20%20t.remove();%20%20%20%20%20%20var%20f%20
=%20e.target.files[0];%20%20%20%20%20%20if%20(f)%20{%20%20%20%20%20%20%20%
20%20%20var%20reader%20=%20new%20FileReader();%20%20%20%20%20%20%20%20
%20%20reader.onload%20=%20function(e)%20{%20%20%20%20%20%20%20%20%20%20
%20%20%20%20var%20text%20=%20e.target.result;%20%20%20%20%20%20%20%20%20
%20%20%20%20%20var%20backup%20=%20JSON.parse(text);%20%20%20%20%20%20%
20%20%20%20%20%20%20%20for%20(var%20key%20in%20backup){%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20var%20value%20=%20decodeURIComp
onent(unescape(backup[key]));%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20window.localStorage.setItem(key,%20value);%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20}%20%20%20%20%20%20%20%20%20%20%20%20%20%20
alert('Imported%20'%20+%20Object.keys(backup).length%20+%20'%20items%20from%20bac
kup.')%20%20%20%20%20%20%20%20%20%20};%20%20%20%20%20%20%20%20%20%2
0reader.readAsText(f);%20%20%20%20%20%20}%20else%20{%20%20%20%20%20%20%2
0%20alert('Failed%20to%20load%20file');%20%20%20%20%20%20}%20%20};%20%20var%2
0a%20=%20document.createElement('h3');%20%20a.appendChild(document.createTextNode('
Select%20file%20with%20backup'));%20%20t.appendChild(a);%20%20t.appendChild(l);%20%
20document.querySelector('body').appendChild(t);})()

You might also like