Created
May 9, 2022 23:50
-
-
Save abdmun8/8dfb40ce52bc8c39fa3f7ea11b20ba66 to your computer and use it in GitHub Desktop.
Revisions
-
abdmun8 created this gist
May 9, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ ### Run this script on console source window ``` js const t=JSON.stringify(localStorage);console.log(`Object.entries(${t}).forEach(e=>{localStorage.setItem(e[0],e[1]);});`); ``` ### Paste and run output script to console target window